Class MapFeatures
Class MapFeatures
- java.lang.Object
-
- com.here.sdk.mapview.MapFeatures
-
public final class MapFeatures extends java.lang.ObjectHolds constants for map features, to be used with
MapScene.enableFeatures(java.util.Map<java.lang.String, java.lang.String>)andMapScene.disableFeatures(java.util.List<java.lang.String>).See
MapFeatureModesfor constants representing feature modes.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAMBIENT_OCCLUSIONAmbient occlusion effect for 3D geometries (extruded buildings and landmarks).static java.lang.StringBUILDING_FOOTPRINTSThe 2D footprint of buildings.static java.lang.StringCONGESTION_ZONESCity areas designated as congestion zones (or congestion charge zones), which impose fees on entering such areas.static java.lang.StringENVIRONMENTAL_ZONESCity areas designated as environmental zones, which empose limitations on the type of vehicles that are allowed to enter such areas.static java.lang.StringEXTRUDED_BUILDINGSSimple 3D representation of buildings.static java.lang.StringLOW_SPEED_ZONESCity areas designated as low speed zones.static java.lang.StringROAD_EXIT_LABELSShow or hide road exit labels, if available.static java.lang.StringSHADOWSShadows for all building types (extruded buildings and landmarks).static java.lang.StringTRAFFIC_FLOWTraffic flow speed.static java.lang.StringTRAFFIC_INCIDENTSTraffic incidents.static java.lang.StringTRAFFIC_LIGHTSTraffic lights.
-
Constructor Summary
Constructors Constructor Description MapFeatures()
-
-
-
Field Detail
-
EXTRUDED_BUILDINGS
public static final java.lang.String EXTRUDED_BUILDINGS
Simple 3D representation of buildings.
Supports only one mode:
MapFeatureModes.EXTRUDED_BUILDINGS_ALL.Not supported for
MapScheme.SATELLITE,MapScheme.ROAD_NETWORK_DAY,MapScheme.ROAD_NETWORK_NIGHTand all hybrid schemes:MapScheme.HYBRID_DAYMapScheme.HYBRID_NIGHT,MapScheme.LITE_HYBRID_DAYMapScheme.LITE_HYBRID_NIGHT,MapScheme.LOGISTICS_HYBRID_DAYandMapScheme.LOGISTICS_HYBRID_NIGHT.- See Also:
- Constant Field Values
-
BUILDING_FOOTPRINTS
public static final java.lang.String BUILDING_FOOTPRINTS
The 2D footprint of buildings.
Supports only one mode:
MapFeatureModes.BUILDING_FOOTPRINTS_ALL.Not supported for
MapScheme.SATELLITE,MapScheme.ROAD_NETWORK_DAY,MapScheme.ROAD_NETWORK_NIGHTand all hybrid schemes:MapScheme.HYBRID_DAYMapScheme.HYBRID_NIGHT,MapScheme.LITE_HYBRID_DAYMapScheme.LITE_HYBRID_NIGHT,MapScheme.LOGISTICS_HYBRID_DAYandMapScheme.LOGISTICS_HYBRID_NIGHT.- See Also:
- Constant Field Values
-
TRAFFIC_FLOW
public static final java.lang.String TRAFFIC_FLOW
Traffic flow speed. An online connection is required for the traffic flow to be shown.
If the offline-mode is enabled for offline maps usage, the live traffic flow can still be shown in offline mode by enabling pass-through feature for traffic flow on
sdk.core.engine.SDKNativeEngine. Seesdk.core.engine.SDKNativeEngine.pass_through_featuresfor details.Supported modes:
MapFeatureModes.TRAFFIC_FLOW_JAPAN_WITHOUT_FREE_FLOW,MapFeatureModes.TRAFFIC_FLOW_WITH_FREE_FLOW,MapFeatureModes.TRAFFIC_FLOW_WITHOUT_FREE_FLOW.
Default mode is
MapFeatureModes.TRAFFIC_FLOW_WITH_FREE_FLOW.Not supported for
MapScheme.SATELLITE,MapScheme.ROAD_NETWORK_DAYandMapScheme.ROAD_NETWORK_NIGHT. By default, this map feature is not enabled.- See Also:
- Constant Field Values
-
TRAFFIC_INCIDENTS
public static final java.lang.String TRAFFIC_INCIDENTS
Traffic incidents. An online connection is required for the traffic incidents to be shown.
If the offline-mode is enabled for offline maps usage, the live traffic incidents can still be shown in offline mode by enabling pass-through feature for traffic incidents on
sdk.core.engine.SDKNativeEngine. Seesdk.core.engine.SDKNativeEngine.pass_through_featuresfor details.Supports only one mode:
MapFeatureModes.TRAFFIC_INCIDENTS_ALL.Not supported for
MapScheme.SATELLITE,MapScheme.ROAD_NETWORK_DAYandMapScheme.ROAD_NETWORK_NIGHT. By default, this map feature is not enabled.- See Also:
- Constant Field Values
-
TRAFFIC_LIGHTS
public static final java.lang.String TRAFFIC_LIGHTS
Traffic lights.
Supports only one mode:
MapFeatureModes.TRAFFIC_LIGHTS_ALLNot supported for
MapScheme.SATELLITE,MapScheme.ROAD_NETWORK_DAYandMapScheme.ROAD_NETWORK_NIGHT.Traffic lights are enabled by default.
- See Also:
- Constant Field Values
-
ENVIRONMENTAL_ZONES
public static final java.lang.String ENVIRONMENTAL_ZONES
City areas designated as environmental zones, which empose limitations on the type of vehicles that are allowed to enter such areas.
Supports only one mode:
MapFeatureModes.ENVIRONMENTAL_ZONES_ALL.Not supported for
MapScheme.SATELLITE,MapScheme.ROAD_NETWORK_DAYandMapScheme.ROAD_NETWORK_NIGHT. By default, this map feature is not enabled.- See Also:
- Constant Field Values
-
CONGESTION_ZONES
public static final java.lang.String CONGESTION_ZONES
City areas designated as congestion zones (or congestion charge zones), which impose fees on entering such areas.
Supports only one mode:
MapFeatureModes.CONGESTION_ZONES_ALL.Not supported for
MapScheme.SATELLITE,MapScheme.ROAD_NETWORK_DAYandMapScheme.ROAD_NETWORK_NIGHT. By default, this map feature is not enabled.- See Also:
- Constant Field Values
-
LOW_SPEED_ZONES
public static final java.lang.String LOW_SPEED_ZONES
City areas designated as low speed zones. Only available when Japan map is used.
Supports only one mode:
MapFeatureModes.LOW_SPEED_ZONES_ALL.Not supported for
MapScheme.SATELLITE,MapScheme.ROAD_NETWORK_DAYandMapScheme.ROAD_NETWORK_NIGHT. By default, this map feature is not enabled.- See Also:
- Constant Field Values
-
ROAD_EXIT_LABELS
public static final java.lang.String ROAD_EXIT_LABELS
Show or hide road exit labels, if available.
Supported modes:
MapFeatureModes.ROAD_EXIT_LABELS_NUMBERS_ONLY,MapFeatureModes.ROAD_EXIT_LABELS_ALLDefault mode is
MapFeatureModes.ROAD_EXIT_LABELS_NUMBERS_ONLY.Not supported for
MapScheme.SATELLITE,MapScheme.ROAD_NETWORK_DAYandMapScheme.ROAD_NETWORK_NIGHT.- See Also:
- Constant Field Values
-
SHADOWS
public static final java.lang.String SHADOWS
Shadows for all building types (extruded buildings and landmarks).
Supports only one mode:
MapFeatureModes.SHADOWS_ALL.A
ShadowQualitymust be set on the MapContext through a MapView or the feature has no effect.Shadows have a performance impact and should be considered only for devices with sufficient performance.
Not supported for
MapScheme.SATELLITE,MapScheme.ROAD_NETWORK_DAY,MapScheme.ROAD_NETWORK_NIGHTand all hybrid schemes:MapScheme.HYBRID_DAYMapScheme.HYBRID_NIGHT,MapScheme.LITE_HYBRID_DAYMapScheme.LITE_HYBRID_NIGHT,MapScheme.LOGISTICS_HYBRID_DAYandMapScheme.LOGISTICS_HYBRID_NIGHT.Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process. By default, this map feature is not enabled.
- See Also:
- Constant Field Values
-
AMBIENT_OCCLUSION
public static final java.lang.String AMBIENT_OCCLUSION
Ambient occlusion effect for 3D geometries (extruded buildings and landmarks).
Supports only one mode:
MapFeatureModes.AMBIENT_OCCLUSION_ALL.This visual effect has a performance impact and should be considered only for devices with sufficient performance.
Not supported for
MapScheme.SATELLITE,MapScheme.ROAD_NETWORK_DAY,MapScheme.ROAD_NETWORK_NIGHTand all hybrid schemes:MapScheme.HYBRID_DAYMapScheme.HYBRID_NIGHT,MapScheme.LITE_HYBRID_DAYMapScheme.LITE_HYBRID_NIGHT,MapScheme.LOGISTICS_HYBRID_DAYandMapScheme.LOGISTICS_HYBRID_NIGHT.Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process. By default, this map feature is not enabled.
- See Also:
- Constant Field Values
-
-