Packages

package geospatial

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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()
  2. 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 partitionId is not the vertex's partition in Optimized Map for Location Library

  3. class ProximitySearches extends AnyRef

    Creates a ProximitySearches from an Optimized Map for Location Library.

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

  1. object BoundingBoxSearches

    This is an experimental API. It may be removed or changed from one version to the next.
    Annotations
    @Experimental()
  2. object CommonBoundingBoxOps extends BoundingBoxOperations[BoundingBox]
  3. object ProximitySearches

Ungrouped