Packages

class NavigationAttributes extends AnyRef

Provides factory methods for accessing properties from the navigationattributes layer of Optimized Map for Location Library.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NavigationAttributes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NavigationAttributes(optimizedMap: OptimizedMapLayers)
  2. new NavigationAttributes(navigationAttributesLayer: NavigationAttributesLayer)
  3. new NavigationAttributes(optimizedMap: Catalog, cacheManager: DataLoaderProvider)

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. lazy val intersectionInternalCategory: RangeBasedPropertyMap[Vertex, IntersectionInternalCategory]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.IntersectionInternalCategory of a com.here.platform.location.inmemory.graph.Vertex.

  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. lazy val laneCategory: RangeBasedPropertyMap[Vertex, LaneCategory]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.LaneCategory of a com.here.platform.location.inmemory.graph.Vertex.

  14. lazy val localRoad: RangeBasedPropertyMap[Vertex, LocalRoad]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.LocalRoad of a com.here.platform.location.inmemory.graph.Vertex.

  15. lazy val lowMobility: RangeBasedPropertyMap[Vertex, LowMobility]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.LowMobility of a com.here.platform.location.inmemory.graph.Vertex.

  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. lazy val physicalLaneCount: RangeBasedPropertyMap[Vertex, Int]

    Creates a map that returns the lane physical-count of a com.here.platform.location.inmemory.graph.Vertex.

  20. lazy val roadDivider: RangeBasedPropertyMap[Vertex, RoadDivider]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.RoadDivider of a com.here.platform.location.inmemory.graph.Vertex.

  21. lazy val roadUsage: RangeBasedPropertyMap[Vertex, RoadUsage]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.RoadUsage of a com.here.platform.location.inmemory.graph.Vertex.

  22. lazy val specialExplication: PropertyMap[Edge, Option[SpecialExplication]]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.SpecialExplication of a com.here.platform.location.inmemory.graph.Edge.

  23. lazy val speedCategory: RangeBasedPropertyMap[Vertex, SpeedCategory]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.SpeedCategory of a com.here.platform.location.inmemory.graph.Vertex.

  24. lazy val speedLimit: RangeBasedPropertyMap[Vertex, SpeedLimit]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.commonattributes.SpeedLimit of a com.here.platform.location.inmemory.graph.Vertex.

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.commonattributes.SpeedLimit of a com.here.platform.location.inmemory.graph.Vertex. Contains speed limit information only for vertices with com.here.platform.location.integration.optimizedmap.roadattributes.FunctionalClass 1 and 2. The Advanced Navigation Attributes Layer contains speed limit information for vertices with com.here.platform.location.integration.optimizedmap.roadattributes.FunctionalClass 3, 4, and 5.

  25. lazy val supplementalGeometry: RangeBasedPropertyMap[Vertex, SupplementalGeometry]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.SupplementalGeometry of a com.here.platform.location.inmemory.graph.Vertex.

  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. lazy val throughLaneCount: RangeBasedPropertyMap[Vertex, Int]

    Creates a map that returns the lane through-count of a com.here.platform.location.inmemory.graph.Vertex.

  28. lazy val throughRoute: PropertyMap[Edge, Option[ThroughRoute]]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.ThroughRoute of a com.here.platform.location.inmemory.graph.Edge.

  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. lazy val trafficMessageChannelCodes: RangeBasedPropertyMap[Vertex, Set[TrafficMessageChannelCode]]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.TrafficMessageChannelCodes that a com.here.platform.location.inmemory.graph.Vertex is a part of.

  31. lazy val travelDirection: RangeBasedPropertyMap[Vertex, TravelDirection]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.TravelDirection of a com.here.platform.location.inmemory.graph.Vertex.

  32. lazy val urban: RangeBasedPropertyMap[Vertex, Boolean]

    Creates a map that tells you which roads or ferry lines are within a built-up (that is, urban) area.

  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped