Class TemporarySpeedLimit
java.lang.Object
com.here.platform.location.tpeg2.tec.TemporarySpeedLimit
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTemporarySpeedLimit
(List<TemporarySpeedLimitSection> speedLimitSections, boolean unitIsMPH, Optional<Object> offset, List<VehicleRestriction> vehicleRestrictions) TemporarySpeedLimit
(scala.collection.Seq<TemporarySpeedLimitSection> speedLimitSections, boolean unitIsMPH, scala.Option<Object> offset, scala.collection.Seq<VehicleRestriction> vehicleRestrictions) -
Method Summary
Modifier and TypeMethodDescriptionabstract static R
apply
(T1 v1, T2 v2, T3 v3, T4 v4) boolean
scala.Option<Object>
offset()
scala.collection.Seq<TemporarySpeedLimitSection>
static String
toString()
boolean
scala.collection.Seq<VehicleRestriction>
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
TemporarySpeedLimit
public TemporarySpeedLimit(scala.collection.Seq<TemporarySpeedLimitSection> speedLimitSections, boolean unitIsMPH, scala.Option<Object> offset, scala.collection.Seq<VehicleRestriction> vehicleRestrictions) -
TemporarySpeedLimit
public TemporarySpeedLimit(List<TemporarySpeedLimitSection> speedLimitSections, boolean unitIsMPH, Optional<Object> offset, List<VehicleRestriction> vehicleRestrictions)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
speedLimitSections
-
unitIsMPH
public boolean unitIsMPH() -
offset
-
vehicleRestrictions
-
getSpeedLimitSections
-
isUnitIsMPH
public boolean isUnitIsMPH() -
getOffset
-
getVehicleRestrictions
-