Class SegmentSpeedLimit

java.lang.Object
com.here.sdk.mapdata.SegmentSpeedLimit

public final class SegmentSpeedLimit extends Object

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 Details

    • speedLimitInMeterPerSeconds

      @Nullable public Double speedLimitInMeterPerSeconds

      Speed limit in meter per seconds.

    • speedLimitIsUnlimited

      public boolean speedLimitIsUnlimited

      Indication 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