Coords Bounds
data class CoordsBounds(latNorth: Double, lonEast: Double, latSouth: Double, lonWest: Double)
Content copied to clipboard
A geographical area representing a latitude/longitude aligned rectangle.
Constructors
Link copied to clipboard
fun CoordsBounds(latNorth: Double, lonEast: Double, latSouth: Double, lonWest: Double)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
Returns a new LatLngBounds that is the intersection of this with another box
Link copied to clipboard
Returns a new LatLngBounds that stretches to contain both this and another LatLngBounds.