Components that ease the use of the Google Maps capabilities on Android and provide added features not included in the standard API, such as popup balloons when markers are clicked, and a route overlay that draws a line connecting multiple points of interest.
AbstractListOverlay<Item> | An abstract overlay that supports displaying elements in a list of arbitrary objects. |
AbstractListOverlay.AnnotationDecorator | |
MapBalloonView | |
MapScreen | Due to implementation details in the Android library, MapScreen
cannot actually extend the Screen class. |
MarkerOverlay<Item> | An overlay that displays one or more markers on a map, from a list of arbitrary objects. |
RouteOverlay<Item> | An overlay that displays a line on a map that connects the items in a list of arbitrary objects. |