API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Package com.google.android.maps

Removed Classes and Interfaces
MapView.DeviceType Distinguishes what type of device initiated an event.
MapView.OnLongPressListener Interface definition for a callback to be invoked when the user has performed a longPress gesture in a MapView.
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.
 

Added Classes and Interfaces
GeoPoint An immutable class representing a pair of latitude and longitude, stored as integer numbers of microdegrees.
ItemizedOverlay A base class for an Overlay which consists of a list of OverlayItems.
ItemizedOverlay.OnFocusChangeListener Interface for listeners interested in when the focused Item changes.
MapView.LayoutParams Per-child layout information associated with MapView.
OverlayItem The basic component of any ItemizedOverlay.
Projection A Projection serves to translate between the coordinate system of x/y on-screen pixel coordinates and that of latitude/longitude points on the surface of the earth.
 

Changed Classes
MapActivity Base class with code to manage the boring necessities of any activity that displays a MapView.
MapController A utility class to manage panning and zooming of a map.
MapView A View which displays a map.
MyLocationOverlay An Overlay for drawing the user's current location (and accuracy) on the map, and/or a compass-rose inset.
Overlay Base class representing an overlay which may be displayed on top of a map.
TrackballGestureDetector Analyzes a series of MotionEvent and detects gestures.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff