package commonattributes
- Alphabetic
- Public
- All
Type Members
-
final
case class
SpeedLimit(value: Int, source: SpeedLimitSource) extends Product with Serializable
Speed limit information for the segment.
Speed limit information for the segment.
- value
The speed limit value in kilometers per hour, or zero if the speed limit is "unlimited"
- source
The source for how the speed limit was collected. See com.here.platform.location.integration.optimizedmap.commonattributes.SpeedLimitSource
-
sealed
trait
SpeedLimitSource extends Product with Serializable
The source for how the speed limit was collected.
Value Members
- object SpeedLimitSource extends Serializable