| MapActivity |
Base class with code to manage the boring necessities of any
activity that displays a MapView:
- Activity lifecycle management
- Setup and teardown of services behind a MapView
A subclass should create its own MapView in onCreate(Bundle). |
| MapController |
A utility class to manage panning and zooming of a map. |
| MapView |
A View which displays a map. |
| MyLocationOverlay |
Overlay for drawing the user's current location on the map. |
| Overlay |
Base class representing an overlay which may be displayed on top of
a map. |
| Overlay.PixelCalculator |
An object capable of converting latitude, longitude into an
on-screen pixel coordinate. |
| OverlayController |
This class manages a bundle of Overlays, and supervises their interaction
with the Maps activity and the MapView. |
| Point |
An immutable class representing a latitude-longitude point on the
map. |
| TouchGestureDetector |
Analyzes a series of motion events and detects gestures. |
| TrackballGestureDetector |
Analyzes a series of motion events and detects gestures. |