Package-level declarations
Properties
Functions
Link copied to clipboard
fun GoogleMap.addBpkMarker(context: Context, position: LatLng, title: String, pointerOnly: Boolean, @DrawableRes icon: Int = 0, tag: Any? = null): Marker?
Adds custom Backpack marker to the map. Methods like GoogleMap.addMarker should not be used as it may lead to undefined behaviour.
Link copied to clipboard
Receives the map in async mode and adds some Backpack customisations to it.