com.here.platform.location.integration.optimizedmap.graph.PropertyMaps
NavigationAttributes
Companion object NavigationAttributes
class NavigationAttributes extends AnyRef
Provides factory methods for accessing properties from the navigationattributes
layer of Optimized Map for Location
Library.
- Alphabetic
- By Inheritance
- NavigationAttributes
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new NavigationAttributes(optimizedMap: OptimizedMapLayers)
- new NavigationAttributes(navigationAttributesLayer: NavigationAttributesLayer)
-
new
NavigationAttributes(optimizedMap: Catalog, cacheManager: DataLoaderProvider)
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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.
-
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.
-
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.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
lazy val
physicalLaneCount: RangeBasedPropertyMap[Vertex, Int]
Creates a map that returns the lane physical-count of a com.here.platform.location.inmemory.graph.Vertex.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
lazy val
throughLaneCount: RangeBasedPropertyMap[Vertex, Int]
Creates a map that returns the lane through-count of a com.here.platform.location.inmemory.graph.Vertex.
-
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.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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.
-
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.
-
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.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()