Class GeoCoordinateLocationReference
java.lang.Object
com.here.platform.location.tpeg2.olr.GeoCoordinateLocationReference
- All Implemented Interfaces:
AbstractLocationReference,Serializable,scala.Equals,scala.Product
public class GeoCoordinateLocationReference
extends Object
implements AbstractLocationReference, scala.Product, 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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
GeoCoordinateLocationReference
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
coordinate
-
getCoordinate
-