Companion
object Companion
Functions
Link copied to clipboard
Constructs a LatLngBounds from a Tile identifier.
fun from(@FloatRange(from = -90.0, to = 90.0 ) latNorth: Double, lonEast: Double, @FloatRange(from = -90.0, to = 90.0 ) latSouth: Double, lonWest: Double): LatLngBounds
Constructs a LatLngBounds from doubles representing a LatLng pair.
Link copied to clipboard
Constructs a LatLngBounds that contains all of a list of LatLng objects. Empty lists will yield invalid LatLngBounds.
Link copied to clipboard
Returns the world bounds.