-
- All Implemented Interfaces:
public interface FeaturesControllerControls features behavior on the map view.
Access from the map view controller registry after the view is ready.
-
-
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 Featurecopyright()Get Feature object to control the copyright abstract FeaturefourWDRoad()abstract BreadcrumbsFeaturebreadcrumbs()abstract TurnBubbleFeatureturnBubbles()Retrieves the interface for managing turn bubbles. abstract FeatureshowFps()features used to show engine real fps info abstract FeaturedpiDebug()Get Feature object to control dpi debug abstract FeatureroadNames()Retrieves the Feature controlling the visibility of road names on the map. abstract FeaturesatelliteMap()Retrieves the Feature controlling the display of satellite map imagery. -
-
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.
-
-
-
-