-
- All Implemented Interfaces:
public interface FeaturesController
-
-
Method Summary
Modifier and Type Method Description abstract Feature
traffic()
abstract Feature
freeFlowTraffic()
abstract Feature
landmarks()
abstract Feature
buildings()
abstract Feature
terrain()
abstract Feature
flatTerrain()
abstract Feature
globe()
abstract Feature
compass()
abstract AdiFeature
adiLine()
abstract Feature
scaleBar()
abstract Feature
fourWDRoad()
abstract BreadcrumbsFeature
breadcrumbs()
abstract TurnBubbleFeature
turnBubbles()
Retrieves the interface for managing turn bubbles. abstract Feature
showFps()
features used to show engine real fps info abstract Feature
dpiDebug()
abstract Feature
roadNames()
abstract Feature
satelliteMap()
-
-
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()
-
turnBubbles
abstract TurnBubbleFeature turnBubbles()
Retrieves the interface for managing turn bubbles.
Turn bubbles typically display:
Directional arrows
Next street names
-
roadNames
abstract Feature roadNames()
Retrieves the Feature controlling the visibility of road names on the map.
This feature toggle allows enabling or disabling the display of road names:
When enabled, road names are shown.
When disabled, road names are hidden. The feature is enabled by default.
-
satelliteMap
abstract Feature satelliteMap()
Retrieves the Feature controlling the display of satellite map imagery.
This feature toggle allows switching between standard map view and satellite view:
When enabled, satellite imagery is displayed as the base map layer.
When disabled, standard vector map tiles are displayed. The feature is disabled by default (standard map view).
Note: The satellite map feature and the terrain feature should not be enabled simultaneously. * Enabling one should disable the other to avoid rendering conflicts from hmi side.
-
-
-
-