public class LocationLayer extends Layer
Layer.EnableHandler| Modifier and Type | Field and Description |
|---|---|
LocationRenderer |
locationRenderer |
| Constructor and Description |
|---|
LocationLayer(Map map) |
LocationLayer(Map map,
float scale) |
| Modifier and Type | Method and Description |
|---|---|
void |
setEnabled(boolean enabled)
Enabled layers will be considered for rendering and receive onMapUpdate()
calls when they implement MapUpdateListener.
|
void |
setPosition(double latitude,
double longitude,
float accuracy) |
getRenderer, isEnabled, map, onDetach, setEnableHandlerpublic final LocationRenderer locationRenderer
public LocationLayer(Map map)
public LocationLayer(Map map, float scale)
public void setEnabled(boolean enabled)
LayersetEnabled in class Layerpublic void setPosition(double latitude,
double longitude,
float accuracy)