interface BoundsOptions {
    inclusive?: boolean;
    worldBounds?: Bounds;
}

Properties

inclusive?: boolean

Whether or not to include the border. Default is true.

worldBounds?: Bounds

If a worldBounds is provided, the ll will be considered as contained if it exceeds the world bounds, but can be wrapped around the dateline so it is contained by this bounds.