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

Class com.google.android.maps.Overlay

Removed Methods
boolean draw(Canvas, PixelCalculator, boolean, long) Draw call for animated overlays.
void draw(Canvas, PixelCalculator, boolean) Draw the overlay over the map.
Point getCenter() The overlay may suggest a new map center when it is loaded by overriding this method and returning a non-null Point.
int getLatSpanE6() @return a suggested latidunial map-span for optimal viewing of the overlay.
int getLonSpanE6() @return a suggested longitudinal map-span for optimal viewing of the overlay.
String getTitle() If the overlay has a title, it can override this method to be listed in the overlay-switcher menu.
boolean isActive()  
void onDeactivate() This will be called before the overlay is deactivated or removed.
 

Added Methods
boolean draw(Canvas, MapView, boolean, long) Draw call for animated overlays.
void draw(Canvas, MapView, boolean) Draw the overlay over the map.
boolean onKeyDown(int, KeyEvent, MapView) Handle a key down event.
boolean onKeyUp(int, KeyEvent, MapView) Handle a key up event.
boolean onTouchEvent(MotionEvent, MapView) Handle a touch event.
boolean onTrackballEvent(MotionEvent, MapView) Handle a trackball event.
 

Changed Methods
boolean onTap(GeoPoint, MapView) Change in signature from (DeviceType, Point, PixelCalculator) to (GeoPoint, MapView).
Handle a "tap" event.
 

Removed Fields
int[] sXYCoords Coordinate pair for temporary use.
 

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