Packages

class PropertyMaps extends AnyRef

Creates a PropertyMaps from an Optimized Map for Location Library.

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. All

Instance Constructors

  1. new PropertyMaps(optimizedMap: OptimizedMapLayers)

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 adasAttributes: AdasAttributes

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

  5. def advancedNavigationAttributes: AdvancedNavigationAttributes

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

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def freeFlowSpeed: RangeBasedPropertyMap[Vertex, Int]

    Creates an accessor for the free-flow-speed of a com.here.platform.location.inmemory.graph.Vertex.

    Creates an accessor for the free-flow-speed of a com.here.platform.location.inmemory.graph.Vertex.

    The attribute is returned in km/h.

  12. def geometry: PropertyMap[Vertex, PackedLineString]

    Creates a map that returns the geometry of a com.here.platform.location.inmemory.graph.Vertex.

  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hereMapContentReferenceToVertex: PropertyMap[HereMapContentReference, Vertex]

    Creates a map that, given a com.here.platform.location.integration.optimizedmap.geospatial.HereMapContentReference, returns the corresponding com.here.platform.location.inmemory.graph.Vertex.

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def length: PropertyMap[Vertex, Double]

    Creates a map that returns the length of a com.here.platform.location.inmemory.graph.Vertex.

  18. def navigationAttributes: NavigationAttributes

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

  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def roadAccess(accessType: RoadAccessType): RangeBasedPropertyMap[Vertex, Boolean]

    Creates a RangeBasedPropertyMap that checks whether a Vertex is accessible to any type of traffic represented in accessType.

    Creates a RangeBasedPropertyMap that checks whether a Vertex is accessible to any type of traffic represented in accessType.

    If a Vertex is inaccessible, the RangeBasedPropertyMap returns Seq(RangeBasedProperty(0.0, 1.0, false)).

    The attribute is "optimistically" derived from four HERE Map Content attributes:

    • RoadAttributes.accessible_by
    • NavigationAttributes.travel_direction
    • NavigationAttributes.access_permission
    • NavigationAttributes.access_restriction

    "Optimistically" means that the road is considered open if it is traversable at some point in time.

  23. def roadAccess: RangeBasedPropertyMap[Vertex, RoadAccessType]

    Creates a RangeBasedPropertyMap that retrieves the RoadAccessType of a Vertex.

    Creates a RangeBasedPropertyMap that retrieves the RoadAccessType of a Vertex.

    If a Vertex is inaccessible, the RangeBasedPropertyMap returns Seq(RangeBasedProperty(0.0, 1.0, RoadAccess.None)).

    The attribute is "optimistically" derived from four HERE Map Content attributes:

    • RoadAttributes.accessible_by
    • NavigationAttributes.travel_direction
    • NavigationAttributes.access_permission
    • NavigationAttributes.access_restriction

    "Optimistically" means that the road is considered open if it is traversable at some point in time.

  24. def roadAttributes: RoadAttributes

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

  25. def routingRoadAccess(accessType: RoadAccessType): RangeBasedPropertyMap[Vertex, Boolean]

    Creates a RangeBasedPropertyMap that checks whether a Vertex is accessible to any type of traffic represented in accessType.

    Creates a RangeBasedPropertyMap that checks whether a Vertex is accessible to any type of traffic represented in accessType.

    If a Vertex is inaccessible, the RangeBasedPropertyMap returns Seq(RangeBasedProperty(0.0, 1.0, false)).

    The attribute is "optimistically" derived from four HERE Map Content attributes:

    • RoadAttributes.accessible_by
    • NavigationAttributes.travel_direction
    • NavigationAttributes.access_permission
    • NavigationAttributes.access_restriction
    • NavigationAttributes.construction_status

    "Optimistically" means that the road is considered open if it is traversable at some point in time.

    The difference between this method and roadAccess is that underlying layer here excludes under construction roads.

  26. def routingRoadAccess: RangeBasedPropertyMap[Vertex, RoadAccessType]

    Creates a RangeBasedPropertyMap that retrieves the RoadAccessType of a Vertex.

    Creates a RangeBasedPropertyMap that retrieves the RoadAccessType of a Vertex.

    If a Vertex is inaccessible, the RangeBasedPropertyMap returns Seq(RangeBasedProperty(0.0, 1.0, RoadAccess.None)).

    The attribute is "optimistically" derived from four HERE Map Content attributes:

    • RoadAttributes.accessible_by
    • NavigationAttributes.travel_direction
    • NavigationAttributes.access_permission
    • NavigationAttributes.access_restriction
    • NavigationAttributes.construction_status

    "Optimistically" means that the road is considered open if it is traversable at some point in time.

    The difference between this method and roadAccess is that underlying layer here excludes under construction roads.

  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def turnRestrictions(accessRestriction: AccessRestrictionType): PropertyMap[Edge, Boolean]

    Creates a PropertyMap that checks whether a turn, a transition between two Vertices represented by an Edge, is restricted for any type of traffic represented in accessRestriction.

    Creates a PropertyMap that checks whether a turn, a transition between two Vertices represented by an Edge, is restricted for any type of traffic represented in accessRestriction.

    Note that, in this context, the word turn can mean going straight.

  30. def turnRestrictions: PropertyMap[Edge, AccessRestrictionType]

    Creates a PropertyMap that retrieves the AccessRestrictionTypes that apply to a turn, a transition between two Vertices represented by an Edge.

    Creates a PropertyMap that retrieves the AccessRestrictionTypes that apply to a turn, a transition between two Vertices represented by an Edge.

    Note that, in this context, the word turn can mean going straight.

  31. def vertexToHereMapContentReference: PropertyMap[Vertex, HereMapContentReference]

    Creates a map that, given a com.here.platform.location.inmemory.graph.Vertex, returns the corresponding com.here.platform.location.integration.optimizedmap.geospatial.HereMapContentReference.

    Creates a map that, given a com.here.platform.location.inmemory.graph.Vertex, returns the corresponding com.here.platform.location.integration.optimizedmap.geospatial.HereMapContentReference. It basically does the opposite mapping as done by the map returned by hereMapContentReferenceToVertex.

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

Inherited from AnyRef

Inherited from Any

Ungrouped