public interface IPosition
Modifier and Type | Method and Description |
---|---|
float |
getBearing()
The bearing of the map
|
double |
getLatitude()
The latitude of the center of the map
|
double |
getLongitude()
The longitude of the center of the map
|
float |
getZoomLevel()
The zoom level of the map
|
boolean |
hasBearing()
Whether this position has a bearing
|
boolean |
hasZoomLevel()
Whether this position has a zoom level
|
double getLatitude()
double getLongitude()
boolean hasBearing()
float getBearing()
boolean hasZoomLevel()
float getZoomLevel()
Copyright © 2015. All Rights Reserved.