Class CircleLocationReference
java.lang.Object
com.here.platform.location.tpeg2.olr.CircleLocationReference
- All Implemented Interfaces:
AbstractLocationReference
,Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public class CircleLocationReference
extends Object
implements AbstractLocationReference, scala.Product, scala.Serializable
A
CircleLocationReference
refers to an area described by the geometric shape
of a circle and is not tied to the road network.
param: centerPoint The center point of the circle. param: radius The radius measured in meters. param: isFuzzyArea The circle is to be interpreted as a rough enclosing circle rather than the exact location.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCircleLocationReference
(AbsoluteGeoCoordinate centerPoint, long radius, boolean isFuzzyArea) -
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
-
CircleLocationReference
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
centerPoint
-
radius
public long radius() -
isFuzzyArea
public boolean isFuzzyArea() -
getCenterPoint
-
getRadius
public long getRadius()
-