Packages

  • package root
    Definition Classes
    root
  • package com
    Definition Classes
    root
  • package here
    Definition Classes
    com
  • package platform
    Definition Classes
    here
  • package location
    Definition Classes
    platform
  • package inmemory
    Definition Classes
    location
  • package geospatial

    A collection of geospatial components and interfaces that implement different flavors of proximity search.

    A collection of geospatial components and interfaces that implement different flavors of proximity search.

    Note: com.here.platform.location packages use a set of terms to describe different geospatial aspects:

    Coordinates: Cartesian coordinates (x, y[, z]) Geo coordinates: WGS 84 coordinates (latitude, longitude[, elevation]) Point: Geometry element holding coordinates + system specific information (ID, precision, etc.) Geo point: Geospatial element holding geocoordinates + system specific information Node: Topological element of the road network representing a location where multiple manoeuvres are possible, such as before an intersection or where a lane starts/finishes forming/merging. Segment: Topological element of the road network that connects exactly two nodes Any change in attributes along the segment define a new link (sub-segment) Link: Nonbreakable element of a topological segment with a particular set of attributes Attribute: Property of a link, such as its speed limit Vertex: Node in the routing graph, referring to a topological segment Edge: Arc in the routing graph that connects exactly two vertices Incidence graph: Routing graph providing vertices connected to a given edge:

    • its source vertex, which is the tail of the arrow when directed
    • its target vertex, which is the head of the arrow when directed Directed graph: Incidence graph providing edges going out of a given vertex

    Note: WGS84-related functionality works with a reasonable accuracy when latitude is between -85 and +85 degrees.

    Definition Classes
    inmemory
  • AncestorTileResolver
  • DiskTileResolver
  • GeometryTile
  • PackedGeoCoordinate
  • PackedLineString
  • TileId
  • TileResolver
  • TiledProximitySearch
  • VertexProximitySearch

final class PackedGeoCoordinate extends AnyVal

Represents geocoordinates packed into a Long.

This format is used, for example, in the geometry layer of an Optimized Map for Location Library.

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PackedGeoCoordinate
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PackedGeoCoordinate(value: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def latitude: Double
  8. def longitude: Double
  9. def toString(): String
    Definition Classes
    Any
  10. val value: Long

Inherited from AnyVal

Inherited from Any

Ungrouped