MPLatLngBounds

open class MPLatLngBounds

Constructors

Link copied to clipboard
constructor(southWest: MPLatLng, northEast: MPLatLng)

Types

Link copied to clipboard
open class Builder

Functions

Link copied to clipboard
open fun contains(@NonNull latLng: MPLatLng): Boolean
Determines whether this LatLngBounds contains a point.
Link copied to clipboard
Calculates the centerpoint of this LatLngBounds by simple interpolation and returns it as a point.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Calculates the bounds of the intersection between this LatLngBounds and another LatLngBounds.
Link copied to clipboard
Determines whether this LatLngBounds intersects with another LatLngBounds.