public static class QueryOperation.BoundingCircle
extends java.lang.Object
| Constructor and Description |
|---|
BoundingCircle(double centerLatitude,
double centerLongitude,
double radius)
Simple constructor of bounding circle.
|
BoundingCircle(QueryOperation.Location center,
double radius)
Type safe constructor of bounding circle.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public BoundingCircle(QueryOperation.Location center, double radius)
center - position of circle on the globe in geo location.radius - the radius of the circle in kilometer.public BoundingCircle(double centerLatitude,
double centerLongitude,
double radius)
centerLatitude - center coordinate on latitude axis.centerLongitude - center coordinate of circle, on longitude axis.radius - in km.Copyright © 2019 Contentful, GmbH.. All Rights Reserved.