Class CircleLocation
java.lang.Object
com.here.platform.location.referencing.CircleLocation
- All Implemented Interfaces:
ReferencingLocation
,Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public class CircleLocation
extends Object
implements ReferencingLocation, scala.Product, scala.Serializable
A location represented by a circle.
param: radiusInMeters The radius of the circle in number of meters.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCircleLocation
(double latitude, double longitude, double radiusInMeters) CircleLocation
(GeoCoordinateHolder gc, double radiusInMeters) -
Method Summary
Modifier and TypeMethodDescriptionstatic <GC> CircleLocation
apply
(GC gc, double radiusInMeters, GeoCoordinateOperations<GC> evidence$3) center()
static <GC> CircleLocation
create
(GC gc, double radiusInMeters, GeoCoordinateAdapter<GC> adapter) double
double
double
double
latitude()
double
double
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
-
CircleLocation
public CircleLocation(double latitude, double longitude, double radiusInMeters) -
CircleLocation
-
-
Method Details
-
apply
public static <GC> CircleLocation apply(GC gc, double radiusInMeters, GeoCoordinateOperations<GC> evidence$3) -
create
public static <GC> CircleLocation create(GC gc, double radiusInMeters, GeoCoordinateAdapter<GC> adapter) -
latitude
public double latitude() -
longitude
public double longitude() -
radiusInMeters
public double radiusInMeters() -
center
-
getLatitude
public double getLatitude() -
getLongitude
public double getLongitude() -
getRadiusInMeters
public double getRadiusInMeters() -
getCenter
-