package heremapcontent

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AdasAttributeDescription extends AnyRef
  2. trait AdvancedNavigationAttributeDescription extends AnyRef
  3. trait AttributeAccessor[P, T] extends Serializable

    Extracts attributes from a given input.

    Extracts attributes from a given input.

    P

    The type used as input and that will have some attribute extracted

    T

    The type of the extracted attribute

  4. case class EdgeAdasAttributeDescription(name: String, index: Int) extends EdgeAttributeDescription with AdasAttributeDescription with Product with Serializable
  5. case class EdgeNavigationAttributeDescription(name: String, index: Int) extends EdgeAttributeDescription with NavigationAttributeDescription with Product with Serializable
  6. trait NavigationAttributeDescription extends AnyRef
  7. case class PointAdasAttributeDescription(name: String, index: Int) extends PointAttributeDescription with AdasAttributeDescription with Product with Serializable
  8. case class PointAdvancedNavigationAttributeDescription(name: String, index: Int) extends PointAttributeDescription with AdvancedNavigationAttributeDescription with Product with Serializable
  9. case class RangeAdasAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with AdasAttributeDescription with Product with Serializable
  10. case class RangeAdvancedNavigationAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with AdvancedNavigationAttributeDescription with Product with Serializable
  11. case class RangeNavigationAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with NavigationAttributeDescription with Product with Serializable
  12. case class RangeRoadAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with RoadAttributeDescription with Product with Serializable
  13. trait RoadAttributeDescription extends AnyRef

Value Members

  1. object AdasAttributeDescription extends AttributeDescriptionCompanion

    Attribute descriptions for ADAS (Advanced Driver-Assistance Systems) attributes.

  2. object AdvancedNavigationAttributeDescription extends AttributeDescriptionCompanion

    Attribute descriptions for Advanced Navigation attributes.

  3. object AttributeAccessor extends Serializable
  4. object AttributeAccessors
  5. object NavigationAttributeDescription extends AttributeDescriptionCompanion

    Attribute descriptions for Navigation attributes.

  6. object RoadAttributeDescription extends AttributeDescriptionCompanion

    Attribute descriptions for Road attributes.

Ungrouped