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 Details

    • CircleLocationReference

      public CircleLocationReference(AbsoluteGeoCoordinate centerPoint, long radius, boolean isFuzzyArea)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3)
    • toString

      public static String toString()
    • centerPoint

      public AbsoluteGeoCoordinate centerPoint()
    • radius

      public long radius()
    • isFuzzyArea

      public boolean isFuzzyArea()
    • getCenterPoint

      public AbsoluteGeoCoordinate getCenterPoint()
    • getRadius

      public long getRadius()