See: Description
| Class | Description |
|---|---|
| Annotation | |
| BaseMarkerOptions<U extends Marker,T extends BaseMarkerOptions<U,T>> |
Abstract builder class for composing custom Marker objects.
|
| Icon | |
| IconFactory |
Factory for creating
Icon objects. |
| InfoWindow |
InfoWindow is a tooltip shown when a
Marker is tapped. |
| Marker |
Marker is an annotation that shows an icon image at a geographical location.
|
| MarkerOptions |
Builder for composing
Marker objects. |
| MultiPoint |
Multipoint is an abstract annotation for combining geographical locations.
|
| Polygon |
Polygon is a geometry annotation that's a closed loop of coordinates.
|
| PolygonOptions |
Builder for composing
Polygon objects. |
| Polyline |
Polyline is a geometry feature with an unclosed list of coordinates drawn as a line
|
| PolylineOptions |
Builder for composing
Polyline objects. |