com.here.platform.location.integration.optimizedmap.graph.PropertyMaps
AdasAttributes
Companion object AdasAttributes
class AdasAttributes extends AnyRef
Provides factory methods for accessing properties from the adasattributes layer of Optimized Map for Location
Library.
- Alphabetic
 - By Inheritance
 
- AdasAttributes
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-  new AdasAttributes(optimizedMap: OptimizedMapLayers)
 -  new AdasAttributes(adasAttributesLayer: AdasAttributesLayer, routingGraphLayer: RoutingGraphLayer)
 -    new AdasAttributes(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
 
 -    lazy val builtUpAreaRoad: RangeBasedPropertyMap[Vertex, BuiltUpAreaRoad]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.adasattributes.BuiltUpAreaRoad of a com.here.platform.location.inmemory.graph.Vertex.
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -    lazy val curvature: PointBasedPropertyMap[Vertex, Int]
Creates a map that returns the curvature of a com.here.platform.location.inmemory.graph.Vertex
Creates a map that returns the curvature of a com.here.platform.location.inmemory.graph.Vertex
Curvature value in inverse of radius in meters multiplied by 1,000,000. Curvature is an approximation of the road geometry by means of circles at road geometry points and is published with respect to one travel direction. It may be used to warn driver of upcoming curve, adjust headlight aiming, assist with electronic stability control.
 -    lazy val edgeCurvature: PropertyMap[Edge, Option[Int]]
Creates a map that returns the curvature of an com.here.platform.location.inmemory.graph.Edge.
Creates a map that returns the curvature of an com.here.platform.location.inmemory.graph.Edge.
Curvature value in inverse of radius in meters multiplied by 1,000,000. Curvature is an approximation of the road geometry by means of circles at road geometry points and is published with respect to one travel direction. It may be used to warn driver of upcoming curve, adjust headlight aiming, assist with electronic stability control.
 -    lazy val edgeHeading: PropertyMap[Edge, Option[Int]]
Creates a map that returns the heading of an com.here.platform.location.inmemory.graph.Edge.
Creates a map that returns the heading of an com.here.platform.location.inmemory.graph.Edge.
Heading value in decimal degrees, multiplied by 1000. Relative to true north 0 - 359,999.
 -    lazy val elevation: PointBasedPropertyMap[Vertex, Elevation]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.adasattributes.Elevation of a com.here.platform.location.inmemory.graph.Vertex.
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    lazy val heading: PointBasedPropertyMap[Vertex, Int]
Creates a map that returns the heading of a com.here.platform.location.inmemory.graph.Vertex.
Creates a map that returns the heading of a com.here.platform.location.inmemory.graph.Vertex.
Heading value in decimal degrees, multiplied by 1000. Relative to true north 0 - 359,999.
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    lazy val linkAccuracy: RangeBasedPropertyMap[Vertex, Int]
Creates a map that returns Link Accuracy that indicates if the geometry associated with a com.here.platform.location.inmemory.graph.Vertex meets specific height, slope or positional accuracy.
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    lazy val slope: PointBasedPropertyMap[Vertex, Slope]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.adasattributes.Slope of a com.here.platform.location.inmemory.graph.Vertex.
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 
Deprecated Value Members
-    lazy val curvatureHeading: PointBasedPropertyMap[Vertex, CurvatureHeading]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.adasattributes.CurvatureHeading of a com.here.platform.location.inmemory.graph.Vertex.
Creates a map that returns the com.here.platform.location.integration.optimizedmap.adasattributes.CurvatureHeading of a com.here.platform.location.inmemory.graph.Vertex.
- Annotations
 - @deprecated
 - Deprecated
 (Since version Location Library 1.0.41) Use separated curvature() and heading() methods
 -    lazy val edgeCurvatureHeading: PropertyMap[Edge, Option[CurvatureHeading]]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.adasattributes.CurvatureHeading of a com.here.platform.location.inmemory.graph.Edge.
Creates a map that returns the com.here.platform.location.integration.optimizedmap.adasattributes.CurvatureHeading of a com.here.platform.location.inmemory.graph.Edge.
- Annotations
 - @deprecated
 - Deprecated
 (Since version Location Library 1.0.41) Use separated edgeCurvature() and edgeHeading() methods
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)