-
- All Implemented Interfaces:
public interface FeaturesController
-
-
Method Summary
Modifier and Type Method Description abstract Feature
traffic()
* Get Feature object to control the traffic abstract Feature
freeFlowTraffic()
* Get Feature object to control the free flow traffic abstract Feature
landmarks()
* Get Feature object to control the landmarks abstract Feature
buildings()
* Get Feature object to control the buildings abstract Feature
terrain()
* Get Feature object to control the terrain abstract Feature
flatTerrain()
* Get Feature object to control the flat terrain Default terrain zoom levels visibility: between zoom levels 4-8. abstract Feature
globe()
* Get Feature object to control the globe abstract Feature
compass()
* Get Feature object to control the compass abstract AdiFeature
adiLine()
* Get Feature object to control the ADI Line abstract Feature
scaleBar()
* Get Feature object to control the scale bar abstract Feature
fourWDRoad()
abstract BreadcrumbsFeature
breadcrumbs()
-
-
Method Detail
-
freeFlowTraffic
abstract Feature freeFlowTraffic()
* Get Feature object to control the free flow traffic
-
flatTerrain
abstract Feature flatTerrain()
* Get Feature object to control the flat terrain Default terrain zoom levels visibility: between zoom levels 4-8. Put the terrain data in this path "{embedded data path}/terrain". Pure streaming is not supported.
-
adiLine
abstract AdiFeature adiLine()
* Get Feature object to control the ADI Line
-
fourWDRoad
abstract Feature fourWDRoad()
-
breadcrumbs
abstract BreadcrumbsFeature breadcrumbs()
-
-
-
-