object PropertyMaps
- Alphabetic
- By Inheritance
- PropertyMaps
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class AdasAttributes extends AnyRef
Provides factory methods for accessing properties from the
adasattributeslayer of Optimized Map for Location Library. - class TopologyAttributes extends AnyRef
Provides factory methods for accessing properties from the
topologyattributeslayer of Optimized Map for Location Library.
Deprecated Type Members
- class AdvancedNavigationAttributes extends AnyRef
Provides factory methods for accessing properties from the
advancednavigationattributeslayer of Optimized Map for Location Library.Provides factory methods for accessing properties from the
advancednavigationattributeslayer of Optimized Map for Location Library.- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version Location Library 1.0.54) Use TopologyAttributes instead.
- class NavigationAttributes extends AnyRef
Provides factory methods for accessing properties from the
navigationattributeslayer of Optimized Map for Location Library.Provides factory methods for accessing properties from the
navigationattributeslayer of Optimized Map for Location Library.- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version Location Library 1.0.54) Use TopologyAttributes instead.
- class RoadAttributes extends AnyRef
Provides factory methods for accessing properties from the
roadattributeslayer of Optimized Map for Location Library.Provides factory methods for accessing properties from the
roadattributeslayer of Optimized Map for Location Library.- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version Location Library 1.0.54) Use TopologyAttributes 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
- def apply(optimizedMap: OptimizedMapLayers): PropertyMaps
Creates a PropertyMaps from an Optimized Map for Location Library.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def freeFlowSpeed(freeFlowSpeedLayer: FreeFlowSpeedLayer): RangeBasedPropertyMap[Vertex, Int]
- def geometry(geometryLayer: GeometryLayer): PropertyMap[Vertex, PackedLineString]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hereMapContentReferenceToVertex(mappingLayer: MappingLayer): PropertyMap[HereMapContentReference, Vertex]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length(lengthLayer: LengthLayer): PropertyMap[Vertex, Double]
- 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()
- def roadAccess(roadAccessLayer: RoadAccessLayer, accessType: RoadAccessType): RangeBasedPropertyMap[Vertex, Boolean]
- def roadAccess(roadAccessLayer: RoadAccessLayer): RangeBasedPropertyMap[Vertex, RoadAccessType]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def turnRestrictions(restrictedManoeuvreLayer: RestrictedManoeuvreLayer, accessRestriction: AccessRestrictionType): PropertyMap[Edge, Boolean]
- def turnRestrictions(restrictedManoeuvreLayer: RestrictedManoeuvreLayer): PropertyMap[Edge, AccessRestrictionType]
- def vertexToHereMapContentReference(mappingLayer: MappingLayer): PropertyMap[Vertex, HereMapContentReference]
- 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])
- object AdasAttributes
- object TopologyAttributes
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- object AdvancedNavigationAttributes
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version Location Library 1.0.54) Use TopologyAttributes instead.
- object NavigationAttributes
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version Location Library 1.0.54) Use TopologyAttributes instead.
- object RoadAttributes
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version Location Library 1.0.54) Use TopologyAttributes instead.