GeneralVehicleSpeedLimits (API Reference)
Class GeneralVehicleSpeedLimits
Contains the speed limits for vehicles in a country / state.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe general speed limit on highways for the country / state.The general speed limit at night for the country / state.The general speed limit when raining for the country / state.The general speed limit on rural roads for the country / state.The general speed limit when snowing for the country / state.The general speed limit on urban roads for the country / state.The minimum speed on highways for the country / state. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
maxSpeedHighwaysInMetersPerSecond
The general speed limit on highways for the country / state. It is
nullif the general speed limit on highways for the country / state is not specified. -
maxSpeedRuralInMetersPerSecond
The general speed limit on rural roads for the country / state. It is
nullif the general speed limit on rural roads for the country / state is not specified. -
maxSpeedUrbanInMetersPerSecond
The general speed limit on urban roads for the country / state. It is
nullif the general speed limit on urban roads for the country / state is not specified. -
maxSpeedRainingInMetersPerSecond
The general speed limit when raining for the country / state. It is
nullif the general speed limit when raining for the country / state is not specified. -
maxSpeedSnowingInMetersPerSecond
The general speed limit when snowing for the country / state. It is
nullif the general speed limit when snowing for the country / state is not specified. -
maxSpeedNightInMetersPerSecond
The general speed limit at night for the country / state. It is
nullif the general speed limit at night for the country / state is not specified. -
minSpeedHighwaysInMetersPerSecond
The minimum speed on highways for the country / state. It is
nullif the minimum speed on highways for the country / state is not specified.
-
-
Constructor Details
-
GeneralVehicleSpeedLimits
public GeneralVehicleSpeedLimits()Creates a new instance.
-
-
Method Details