package geospatial
- Alphabetic
- Public
- Protected
Type Members
- class BoundingBoxSearches extends AnyRef
Creates a BoundingBoxSearches from an Optimized Map for Location Library.
This is an experimental API. It may be removed or changed from one version to the next.
Creates a BoundingBoxSearches from an Optimized Map for Location Library.
- Annotations
- @Experimental()
- case class HereMapContentReference(partitionId: PartitionId, segmentId: SegmentId, direction: Direction) extends Product with Serializable
Uniquely identifies a com.here.platform.location.inmemory.graph.Vertex by its direction and the HERE Map Content segment it is associated with.
Uniquely identifies a com.here.platform.location.inmemory.graph.Vertex by its direction and the HERE Map Content segment it is associated with.
- partitionId
The HERE Map Content partition containing the referenced segment
- segmentId
The identifier of the vertex's associated segment in HERE Map Content
- direction
The direction of the vertex relative to its associated segment
- Note
The
partitionIdis not the vertex's partition in Optimized Map for Location Library
- class ProximitySearches extends AnyRef
Creates a ProximitySearches from an Optimized Map for Location Library.
- final case class SegmentId(value: String) extends AnyVal with Product with Serializable
A string that uniquely identifies a road segment in HERE Map Content.
Value Members
- object BoundingBoxSearches
This is an experimental API. It may be removed or changed from one version to the next.
- Annotations
- @Experimental()
- object CommonBoundingBoxOps extends BoundingBoxOperations[BoundingBox]
- object ProximitySearches