Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun MPLatLngBounds.toCoordinateBounds(): CoordinateBounds

Converts this MapsIndoors MPLatLngBounds object to a CoordinateBounds object

Link copied to clipboard
fun Point.toMPLatLng(): MPLatLng

Converts this Mapbox Point object to a MPLatLng object

Link copied to clipboard
fun CoordinateBounds.toMPLatLngBounds(): MPLatLngBounds

Converts this Mapbox CoordinateBounds object to a MPLatLngBounds object

Link copied to clipboard

Converts Mapbox Point list to a MPLatLng List

Link copied to clipboard
fun MPLatLng.toPoint(): Point

Converts this MapsIndoors MPLatLng object to a Point object

Link copied to clipboard
fun List<MPLatLng>?.toPointList(): List<Point>

Converts this MapsIndoors MPLatLng list to a Point List