LatLngBounds

open class LatLngBounds

The LatLngBounds class represents a rectangular geographic boundary identified by a northeast and southwest latitude &longitude.

Constructors

Link copied to clipboard
constructor(northEast: LatLng, southWest: LatLng)
constructor(coordinates: List<List<LatLng>>)
Creates a LatLngBounds using a list of coordinates.

Functions

Link copied to clipboard
open fun containsLocation(location: LatLng): Boolean
Link copied to clipboard
open fun isValid(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun toJSONString(): String

Properties

Link copied to clipboard
Link copied to clipboard