Bounding Box View Data
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.
Properties
Functions
Link copied to clipboard
Converts the BoundingBoxViewData into BoundingBox.
Link copied to clipboard
Converts the BoundingBoxViewData into the Google Maps LatLngBounds object.