Class GeneralVehicleSpeedLimits

java.lang.Object
com.here.sdk.transport.GeneralVehicleSpeedLimits

public final class GeneralVehicleSpeedLimits extends Object

Contains the speed limits for vehicles in a country / state.

  • Field Details

    • maxSpeedHighwaysInMetersPerSecond

      @Nullable public Double maxSpeedHighwaysInMetersPerSecond

      The general speed limit on highways for the country / state. It is null if the general speed limit on highways for the country / state is not specified.

    • maxSpeedRuralInMetersPerSecond

      @Nullable public Double maxSpeedRuralInMetersPerSecond

      The general speed limit on rural roads for the country / state. It is null if the general speed limit on rural roads for the country / state is not specified.

    • maxSpeedUrbanInMetersPerSecond

      @Nullable public Double maxSpeedUrbanInMetersPerSecond

      The general speed limit on urban roads for the country / state. It is null if the general speed limit on urban roads for the country / state is not specified.

    • maxSpeedRainingInMetersPerSecond

      @Nullable public Double maxSpeedRainingInMetersPerSecond

      The general speed limit when raining for the country / state. It is null if the general speed limit when raining for the country / state is not specified.

    • maxSpeedSnowingInMetersPerSecond

      @Nullable public Double maxSpeedSnowingInMetersPerSecond

      The general speed limit when snowing for the country / state. It is null if the general speed limit when snowing for the country / state is not specified.

    • maxSpeedNightInMetersPerSecond

      @Nullable public Double maxSpeedNightInMetersPerSecond

      The general speed limit at night for the country / state. It is null if the general speed limit at night for the country / state is not specified.

    • minSpeedHighwaysInMetersPerSecond

      @Nullable public Double minSpeedHighwaysInMetersPerSecond

      The minimum speed on highways for the country / state. It is null if the minimum speed on highways for the country / state is not specified.

  • Constructor Details

    • GeneralVehicleSpeedLimits

      public GeneralVehicleSpeedLimits()

      Creates a new instance.

  • Method Details