Class PointOfInterest
java.lang.Object
com.here.platform.location.referencing.PointOfInterest
- All Implemented Interfaces:
ReferencingLocation
,Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public class PointOfInterest
extends Object
implements ReferencingLocation, scala.Product, scala.Serializable
A geocoordinate based point of interest (POI).
param: point The geocoordinates of the POI. param: accessPoint The access point for the POI. param: pathToPoint The path between the access point and the POI's geocoordinates.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPointOfInterest
(GeoCoordinate point, AccessPoint accessPoint, List<GeoCoordinate> pathToPoint) PointOfInterest
(GeoCoordinate point, AccessPoint accessPoint, scala.collection.Seq<GeoCoordinate> pathToPoint) -
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
-
PointOfInterest
public PointOfInterest(GeoCoordinate point, AccessPoint accessPoint, scala.collection.Seq<GeoCoordinate> pathToPoint) -
PointOfInterest
public PointOfInterest(GeoCoordinate point, AccessPoint accessPoint, List<GeoCoordinate> pathToPoint)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
point
-
accessPoint
-
pathToPoint
-
getPoint
-
getAccessPoint
-
getPathToPoint
-