-
- All Implemented Interfaces:
public interface FeaturesController
-
-
Method Summary
Modifier and Type Method Description abstract Featuretraffic()* Get Feature object to control the traffic abstract FeaturefreeFlowTraffic()* Get Feature object to control the free flow traffic abstract Featurelandmarks()* Get Feature object to control the landmarks abstract Featurebuildings()* Get Feature object to control the buildings abstract Featureterrain()* Get Feature object to control the terrain abstract FeatureflatTerrain()* Get Feature object to control the flat terrain Default terrain zoom levels visibility: between zoom levels 4-8. abstract Featureglobe()* Get Feature object to control the globe abstract Featurecompass()* Get Feature object to control the compass abstract AdiFeatureadiLine()* Get Feature object to control the ADI Line abstract FeaturescaleBar()* Get Feature object to control the scale bar abstract FeaturefourWDRoad()abstract BreadcrumbsFeaturebreadcrumbs()-
-
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()
-
-
-
-