Packages

package commonattributes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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

  2. sealed trait SpeedLimitSource extends Product with Serializable

    The source for how the speed limit was collected.

Value Members

  1. object SpeedLimitSource extends Serializable

Ungrouped