See: Description
| Interface | Description |
|---|---|
| MarkerViewManager.OnMarkerViewAddedListener |
Interface definition invoked when the View of a MarkerView has been added to the map.
|
| Class | Description |
|---|---|
| Annotation |
Annotation is an overlay on top of a Map.
|
| 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.
|
| BasePointCollection |
Multipoint is an abstract annotation for combining geographical locations.
|
| BubbleLayout |
Bubble View for Android with custom stroke width and color, arrow size, position and direction.
|
| Icon | |
| IconFactory |
Factory for creating Icons from bitmap images.
|
| InfoWindow | |
| 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 a
View at a geographical location. |
| MarkerViewContainer |
ViewGroup that dispatches TouchEvents to the parent ViewGroup.
|
| MarkerViewManager |
Interface for interacting with ViewMarkers objects inside of a MapView.
|
| MarkerViewOptions |
builder class for composing MarkerView objects.
|
| 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. |