Annotation Interface GeoIndexed
Annotation to mark a field to be indexed using ArangoDB's Geo index.
- Author:
- Mark Vollmary
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
If a geo-spatial index on a location is constructed and geoJson is true, then the order within the array is longitude followed by latitude.
-
Element Details
-
geoJson
boolean geoJsonIf a geo-spatial index on a location is constructed and geoJson is true, then the order within the array is longitude followed by latitude. This corresponds to the format described in- Default:
- false
-