LatLngBounds

open class LatLngBounds

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

Since

1.1

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

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