See: Description
Interface | Description |
---|---|
Marker |
Marker interface for all markers to be drawn on to maps.
|
Class | Description |
---|---|
AbstractMarker |
Abstract marker handling conversion of location to appropriate coordinate system, and handles basic marker
functionality.
|
AbstractShapeMarker |
Abstract marker representing multiple locations and can be implemented as lines, polygons, or other shapes.
|
MarkerManager<E extends Marker> |
Manages markers of different types.
|
MultiMarker |
A MultiMarker enables handling of multiple, logically grouped markers.
|
SimpleLinesMarker |
Marker representing multiple locations as lines.
|
SimplePointMarker |
Marker representing a single location.
|
SimplePolygonMarker |
Marker representing multiple locations as polygon.
|