Packages

object PropertyMaps

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

Type Members

  1. class AdasAttributes extends AnyRef

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

  2. class TopologyAttributes extends AnyRef

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

Deprecated Type Members

  1. class AdvancedNavigationAttributes extends AnyRef

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

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

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributes instead.

  2. class NavigationAttributes extends AnyRef

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

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

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributes instead.

  3. class RoadAttributes extends AnyRef

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

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

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributes 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. def apply(optimizedMap: OptimizedMapLayers): PropertyMaps

    Creates a PropertyMaps from an Optimized Map for Location Library.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def freeFlowSpeed(freeFlowSpeedLayer: FreeFlowSpeedLayer): RangeBasedPropertyMap[Vertex, Int]
  10. def geometry(geometryLayer: GeometryLayer): PropertyMap[Vertex, PackedLineString]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def hereMapContentReferenceToVertex(mappingLayer: MappingLayer): PropertyMap[HereMapContentReference, Vertex]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def length(lengthLayer: LengthLayer): PropertyMap[Vertex, Double]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. def roadAccess(roadAccessLayer: RoadAccessLayer, accessType: RoadAccessType): RangeBasedPropertyMap[Vertex, Boolean]
  20. def roadAccess(roadAccessLayer: RoadAccessLayer): RangeBasedPropertyMap[Vertex, RoadAccessType]
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def turnRestrictions(restrictedManoeuvreLayer: RestrictedManoeuvreLayer, accessRestriction: AccessRestrictionType): PropertyMap[Edge, Boolean]
  24. def turnRestrictions(restrictedManoeuvreLayer: RestrictedManoeuvreLayer): PropertyMap[Edge, AccessRestrictionType]
  25. def vertexToHereMapContentReference(mappingLayer: MappingLayer): PropertyMap[Vertex, HereMapContentReference]
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. object AdasAttributes
  30. object TopologyAttributes

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. object AdvancedNavigationAttributes
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributes instead.

  3. object NavigationAttributes
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributes instead.

  4. object RoadAttributes
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributes instead.

Inherited from AnyRef

Inherited from Any

Ungrouped