See: Description
| Class | Description |
|---|---|
| Annotation | |
| BaseMarkerOptions<U extends Marker,T extends BaseMarkerOptions<U,T>> |
Abstract builder class for composing custom Marker objects.
|
| BaseMarkerViewOptions<U extends MarkerView,T extends BaseMarkerViewOptions<U,T>> |
Abstract builder class for composing custom MarkerView 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. |
| MarkerView |
MarkerView is an annotation that shows an View at a geographical location.
|
| MarkerViewManager |
Interface for interacting with ViewMarkers objects inside of a MapView.
|
| MarkerViewManager.ImageMarkerViewAdapter |
Default MarkerViewAdapter used for base class of MarkerView to adapt a MarkerView to an ImageView
|
| MarkerViewOptions |
builder class for composing MarkerView 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. |