Package-level declarations
Functions
Link copied to clipboard
fun GoogleMap.addMarker(location: Location, icon: Bitmap, title: String? = null, tag: String): Marker?
fun GoogleMap.addMarker(location: Location, @DrawableRes icon: Int? = null, title: String? = null, tag: String): Marker?
fun GoogleMap.addMarker(latLng: LatLng, @DrawableRes icon: Int? = null, title: String? = null, tag: String): Marker?
Link copied to clipboard
Link copied to clipboard
Demonstrates converting a Drawable to a BitmapDescriptor, for use as a marker icon.
Link copied to clipboard