EnvironmentalZoneWarning (API Reference)
Package com.here.sdk.navigation
Class EnvironmentalZoneWarning
java.lang.Object
com.here.sdk.navigation.EnvironmentalZoneWarning
Represents Environmental zones.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates the description of the environmental zone in the available languages.doubleThe distance from the current location to the environmental zone.Indicates if the specified zone is ahead of the vehicle or has just passed by.Indicates the official name of the environmental zone.Indicates the website of the environmental zone, if available.Indicates the environmental zone id in the map data. -
Constructor Summary
ConstructorsConstructorDescriptionEnvironmentalZoneWarning(double distanceInMeters, DistanceType distanceType, String zoneId, String name) Creates a new instance. -
Method Summary
-
Field Details
-
distanceInMeters
public double distanceInMetersThe distance from the current location to the environmental zone.
-
distanceType
Indicates if the specified zone is ahead of the vehicle or has just passed by. If it is ahead, then
distanceInMetersis greater than 0. -
zoneId
Indicates the environmental zone id in the map data.
-
name
Indicates the official name of the environmental zone.
-
description
Indicates the description of the environmental zone in the available languages.
-
websiteUrl
Indicates the website of the environmental zone, if available.
-
-
Constructor Details
-
Method Details