public class LocationLayer extends Layer
| Modifier and Type | Field and Description |
|---|---|
LocationRenderer |
locationRenderer |
| Constructor and Description |
|---|
LocationLayer(Map map) |
| 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,
double accuracy) |
getRenderer, isEnabled, map, onDetachpublic final LocationRenderer locationRenderer
public LocationLayer(Map map)
public void setEnabled(boolean enabled)
LayersetEnabled in class Layerpublic void setPosition(double latitude,
double longitude,
double accuracy)