Class GeneralVehicleSpeedLimits

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

  • public final class GeneralVehicleSpeedLimits
    extends java.lang.Object

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

    • Field Detail

      • maxSpeedHighwaysInMetersPerSecond

        @Nullable
        public java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 Detail

      • GeneralVehicleSpeedLimits

        public GeneralVehicleSpeedLimits()

        Creates a new instance.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object