Coordinate Bounds
A rectangular area as measured on a two-dimensional map projection.
Constructors
Link copied to clipboard
open fun CoordinateBounds(@NonNull southwest: Point, @NonNull northeast: Point, infiniteBounds: Boolean)
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Returns whether the bounds contains `latitude` or not.
Link copied to clipboard
Returns whether the bounds contains `longitude` or not.
Link copied to clipboard
Returns whether the bounds cross the date line or not.
Link copied to clipboard
Extends these bounds to include `point`.
Extends these bounds to include `area`.
Link copied to clipboard
Returns whether the bounds intersects `area` or not.
Link copied to clipboard
Returns the absolute distance, in degrees, between the north and south boundaries of these bounds.
Link copied to clipboard
Returns the absolute distance, in degrees, between the west and east boundaries of these bounds.
Link copied to clipboard
Returns the bounds consisting of the single point.
Link copied to clipboard
Returns a bounds covering the entire (unwrapped) world.