Constructor and Description |
---|
Position(double aLatitude,
double aLongitude) |
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
|
void |
setBearing(float aBearing) |
void |
setZoomLevel(float aZoomLevel) |
public double getLatitude()
IPosition
getLatitude
in interface IPosition
public double getLongitude()
IPosition
getLongitude
in interface IPosition
public boolean hasBearing()
IPosition
hasBearing
in interface IPosition
public float getBearing()
IPosition
getBearing
in interface IPosition
public void setBearing(float aBearing)
public boolean hasZoomLevel()
IPosition
hasZoomLevel
in interface IPosition
public float getZoomLevel()
IPosition
getZoomLevel
in interface IPosition
public void setZoomLevel(float aZoomLevel)
Copyright © 2014. All Rights Reserved.