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

Change from non-final to final.

Removed Methods
void animateTo(Point) Start animating the map towards the given point.
void animateTo(Point, Message) Start animating the map towards the given point.
void centerMapTo(Point, boolean) Move the map to the given point.
void setFollowMyLocation(boolean) Tell the MapController to follow the phone's location on the map, as reported by the location service.
int zoomTo(int) Sets the zoomlevel of the map.
 

Added Methods
void animateTo(GeoPoint) Start animating the map towards the given point.
void animateTo(GeoPoint, Message) Start animating the map towards the given point.
void animateTo(GeoPoint, Runnable) Start animating the map towards the given point.
void scrollBy(int, int) Scroll by a given amount, in pixels.
void setCenter(GeoPoint) Set the map view to the given center.
int setZoom(int) Sets the zoomlevel of the map.
boolean zoomIn() Zoom in by one zoom level.
boolean zoomInFixing(int, int) Zoom in by one zoom level.
boolean zoomOut() Zoom out by one zoom level.
boolean zoomOutFixing(int, int) Zoom out by one zoom level.
 

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