BoundingBoxViewData

data class BoundingBoxViewData(val southwest: GeoLocationViewData, val northeast: GeoLocationViewData)

The data necessary for displaying a bounding box on the view. This information is primarily used for zoom purposes.

Constructors

Link copied to clipboard
constructor(southwest: GeoLocationViewData, northeast: GeoLocationViewData)

Properties

Link copied to clipboard

the geographic location data for the northeastern corner of the bounding box.

Link copied to clipboard

the geographic location data for the southwestern corner of the bounding box.

Functions

Link copied to clipboard

Converts the BoundingBoxViewData into the Google Maps LatLngBounds object.