TollPoint (API Reference)
Package com.here.sdk.mapdata
Class TollPoint
java.lang.Object
com.here.sdk.mapdata.TollPoint
A class to represent the toll point attributes of a segment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe offset of the toll point in meters from the beginning of the segment relative to requested direction.Describes the features of the toll point. -
Constructor Summary
ConstructorsConstructorDescriptionTollPoint(int offsetInMeters, List<TollStructureManeuver> structureManeuvers) Creates a new instance. -
Method Summary
-
Field Details
-
offsetInMeters
public int offsetInMetersThe offset of the toll point in meters from the beginning of the segment relative to requested direction.
-
structureManeuvers
Describes the features of the toll point.
-
-
Constructor Details
-
TollPoint
Creates a new instance.
- Parameters:
offsetInMeters-The offset of the toll point in meters from the beginning of the segment relative to requested direction.
structureManeuvers-Describes the features of the toll point.
-