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. |