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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
GeoCoordinateLocationReference
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
coordinate
-
getCoordinate
-