Package-level declarations
Functions
Adds a new Circle to the underlying map and to this CircleManager.Collection with the provided optionsActions.
Adds a new GroundOverlay to the underlying map and to this GroundOverlayManager.Collection with the provided optionsActions.
Adds a new Marker to the underlying map and to this MarkerManager.Collection with the provided optionsActions.
Adds a new Polygon to the underlying map and to this PolygonManager.Collection with the provided optionsActions.
Adds a new Polyline to the underlying map and to this PolylineManager.Collection with the provided optionsActions.
Returns a flow that emits when a circle in this collection is clicked. Using this to observe circle clicks will override an existing listener (if any) to CircleManager.Collection.setOnCircleClickListener.
Returns a flow that emits when a ground overlay in this collection is clicked. Using this to observe ground overlay clicks will override an existing listener (if any) to GroundOverlayManager.Collection.setOnGroundOverlayClickListener.
Returns a flow that emits when a marker in this collection is clicked. Using this to observe marker clicks will override an existing listener (if any) to MarkerManager.Collection.setOnMarkerClickListener.
Returns a flow that emits when a polygon in this collection is clicked. Using this to observe polygon clicks will override an existing listener (if any) to PolygonManager.Collection.setOnPolygonClickListener.
Returns a flow that emits when a polyline in this collection is clicked. Using this to observe polyline clicks will override an existing listener (if any) to PolylineManager.Collection.setOnPolylineClickListener.
Returns a flow that emits when a marker's info window in this collection is clicked. Using this to observe info window clicks will override an existing listener (if any) to MarkerManager.Collection.setOnInfoWindowClickListener.
Returns a flow that emits when a marker's info window in this collection is long clicked. Using this to observe info window long clicks will override an existing listener (if any) to MarkerManager.Collection.setOnInfoWindowLongClickListener.