Package | Description |
---|---|
io.redisearch.querybuilder |
Modifier and Type | Method and Description |
---|---|
static GeoValue.Unit |
GeoValue.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoValue.Unit[] |
GeoValue.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GeoValue(double lon,
double lat,
double radius,
GeoValue.Unit unit) |
Copyright © 2021 RedisLabs. All rights reserved.