Class GeoCoordinateLocationReference

java.lang.Object
com.here.platform.location.tpeg2.olr.GeoCoordinateLocationReference
All Implemented Interfaces:
AbstractLocationReference, Serializable, scala.Equals, scala.Product, scala.Serializable

public class GeoCoordinateLocationReference extends Object implements AbstractLocationReference, scala.Product, scala.Serializable
A GeoCoordinateLocationReference refers to a point described by a pair of geocoordinates. It is not bound to the road network.

param: coordinate The geocoordinates of the referenced location.

See Also:
  • Constructor Details

    • GeoCoordinateLocationReference

      public GeoCoordinateLocationReference(AbsoluteGeoCoordinate coordinate)
  • Method Details