OverlayBubble

class OverlayBubble(    var latLng: LatLng,     var text: String,     @ColorInt var textColor: Int,     @ColorInt var backgroundColor: Int)

A bubble that is displayed on the map. It is implemented as a button.

Constructors

Link copied to clipboard
fun OverlayBubble(    latLng: LatLng,     text: String,     @ColorInt textColor: Int,     @ColorInt backgroundColor: Int)

Properties

Link copied to clipboard
var backgroundColor: Int

the color of the background

Link copied to clipboard
var button: Button? = null
Link copied to clipboard
var latLng: LatLng

the location of the bubble

Link copied to clipboard
var text: String

the text of the bubble

Link copied to clipboard
var textColor: Int

the color of the text