SegmentSpeedLimit (API Reference)
Package com.here.sdk.mapdata
Class SegmentSpeedLimit
java.lang.Object
com.here.sdk.mapdata.SegmentSpeedLimit
Describes the posted speed limit on the segment span.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpeed limit in meter per seconds.booleanIndication that speed limit is unlimited. -
Constructor Summary
ConstructorsConstructorDescriptionSegmentSpeedLimit(boolean speedLimitIsUnlimited) Creates a new instance with default values. -
Method Summary
-
Field Details
-
speedLimitInMeterPerSeconds
Speed limit in meter per seconds.
-
speedLimitIsUnlimited
public boolean speedLimitIsUnlimitedIndication that speed limit is unlimited.
-
-
Constructor Details
-
SegmentSpeedLimit
public SegmentSpeedLimit(boolean speedLimitIsUnlimited) Creates a new instance with default values.
- Parameters:
speedLimitIsUnlimited-Indication that speed limit is unlimited.
-
-
Method Details