public interface IMapController
MapController
class.Modifier and Type | Method and Description |
---|---|
void |
animateTo(IGeoPoint geoPoint) |
boolean |
isInvertedTiles()
returns true if the map tiles are currently being color inverted
|
void |
scrollBy(int x,
int y) |
void |
setCenter(IGeoPoint point) |
void |
setInvertedTiles(boolean value) |
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)
boolean isInvertedTiles()
void setInvertedTiles(boolean value)
Copyright © 2015. All Rights Reserved.