Package-level declarations

Functions

Link copied to clipboard

Gets the localized string resource for the administrative level based on its title.

Link copied to clipboard
fun MapUiSettingsStatic(): MapUiSettings

Default static settings of the Google Maps MapUiSettings. Used to prevent User to interact to the map used in the Administrative Units screen.

Link copied to clipboard
fun ByteArray.toBitmapDescriptor(): BitmapDescriptor

Converts the ByteArray into the Android BitmapDescriptor object.

Link copied to clipboard

Converts back the Google Maps LatLngBounds into the BoundingBoxViewData object.

Link copied to clipboard

Converts back the Google Maps LatLng into the BoundingBoxViewData object.

Link copied to clipboard

Converts the ByteArray into the Android ImageBitmap object.

Link copied to clipboard

Converts the GeoLocationViewData into the Google Maps LatLng object.

Link copied to clipboard

Converts the BoundingBoxViewData into the Google Maps LatLngBounds object.

Link copied to clipboard

Converts the list of GeoLocationViewData into the list Google Maps LatLng objects.

Link copied to clipboard
fun CameraPositionState.updateCameraPositionTo(boundingBox: BoundingBoxViewData?, coroutineScope: CoroutineScope, animate: Boolean = false, padding: Int = 2, onMoveFinished: () -> Unit = {})

Commands the CameraPositionState to update its position in the map to focus on a specific area.