Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun MPCameraPosition.toCameraPosition(): CameraPosition

Converts this MapsIndoors MPCameraPosition object to a CameraPosition object

Link copied to clipboard
fun MPLatLng.toLatLng(): LatLng

Converts this MapsIndoors MPLatLng object to a LatLng object

Link copied to clipboard
fun MPLatLngBounds.toLatLngBounds(): LatLngBounds

Converts this MapsIndoors MPLatLngBounds object to a LatLngBounds object

Link copied to clipboard
fun List<MPLatLng>?.toLatLngList(): List<LatLng>

Converts this Google LatLng list to a MPLatLng List

Link copied to clipboard
fun CameraPosition.toMPCameraPosition(): MPCameraPosition

Converts this Google CameraPosition object to a MPCameraPosition object

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

Converts this Google LatLng object to a MPLatLng object

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

Converts this Google LatLngBounds object to a MPLatLngBounds object

Link copied to clipboard
fun List<LatLng>?.toMPLatLngList(): List<MPLatLng>

Converts this MapsIndoors MPLatLng list to a LatLng List

Link copied to clipboard
fun VisibleRegion.toMPVisibleRegion(): MPVisibleRegion

Converts this Google VisibleRegion object to a MPVisibleRegion object

Link copied to clipboard
fun MPVisibleRegion.toVisibleRegion(): VisibleRegion

Converts this MapsIndoors MPVisibleRegion object to a VisibleRegion object