Package-level declarations

Functions

Link copied to clipboard
inline fun CircleManager.Collection.addCircle(optionsActions: CircleOptions.() -> Unit): Circle

Adds a new Circle to the underlying map and to this CircleManager.Collection with the provided optionsActions.

Link copied to clipboard
inline fun GroundOverlayManager.Collection.addGroundOverlay(optionsActions: GroundOverlayOptions.() -> Unit): GroundOverlay

Adds a new GroundOverlay to the underlying map and to this GroundOverlayManager.Collection with the provided optionsActions.

Link copied to clipboard
inline fun MarkerManager.Collection.addMarker(optionsActions: MarkerOptions.() -> Unit): Marker

Adds a new Marker to the underlying map and to this MarkerManager.Collection with the provided optionsActions.

Link copied to clipboard
inline fun PolygonManager.Collection.addPolygon(optionsActions: PolygonOptions.() -> Unit): Polygon

Adds a new Polygon to the underlying map and to this PolygonManager.Collection with the provided optionsActions.

Link copied to clipboard
inline fun PolylineManager.Collection.addPolyline(optionsActions: PolylineOptions.() -> Unit): Polyline

Adds a new Polyline to the underlying map and to this PolylineManager.Collection with the provided optionsActions.