Package | Description |
---|---|
io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
io.sphere.sdk.queries |
Provides types to prepare and receive queries.
|
Modifier and Type | Method and Description |
---|---|
static Point |
Point.of(Double longitude,
Double latitude) |
Modifier and Type | Method and Description |
---|---|
QueryPredicate<T> |
GeoJSONQueryModel.withinCircle(Point center,
Double radius)
Creates a predicate for the
within predicate for fields of type GeoJSON . |
protected QueryPredicate<T> |
QueryModelImpl.withinCirclePredicate(Point center,
Double radius) |