public interface IMapController
MapController
class.Modifier and Type | Method and Description |
---|---|
void |
animateTo(IGeoPoint geoPoint) |
void |
scrollBy(int x,
int y) |
void |
setCenter(IGeoPoint point) |
int |
setZoom(int zoomLevel) |
void |
stopAnimation(boolean jumpToFinish) |
void |
stopPanning() |
boolean |
zoomIn() |
boolean |
zoomInFixing(int xPixel,
int yPixel) |
boolean |
zoomOut() |
boolean |
zoomOutFixing(int xPixel,
int yPixel) |
void |
zoomToSpan(int latSpanE6,
int lonSpanE6) |
void animateTo(IGeoPoint geoPoint)
void scrollBy(int x, int y)
void setCenter(IGeoPoint point)
int setZoom(int zoomLevel)
void stopAnimation(boolean jumpToFinish)
void stopPanning()
boolean zoomIn()
boolean zoomInFixing(int xPixel, int yPixel)
boolean zoomOut()
boolean zoomOutFixing(int xPixel, int yPixel)
void zoomToSpan(int latSpanE6, int lonSpanE6)
Copyright © 2015. All Rights Reserved.