public class LocationTextureLayer extends Layer
Layer.EnableHandler| Modifier and Type | Field and Description |
|---|---|
LocationTextureRenderer |
locationRenderer |
| Constructor and Description |
|---|
LocationTextureLayer(Map map) |
LocationTextureLayer(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 LocationTextureRenderer locationRenderer
public LocationTextureLayer(Map map)
public LocationTextureLayer(Map map, float scale)
public void setEnabled(boolean enabled)
LayersetEnabled in class Layerpublic void setPosition(double latitude,
double longitude,
float accuracy)