NAME
ArangoDB::Index::Geo - An ArangoDB Geo Index
DESCRIPTION
Instance of ArangoDB geo index.
METHODS
new()
Constructor.
id()
Returns identifier of index.
type()
Returns type of index.
collection_id()
Returns identifier of the index.
drop()
Drop the index.
fields()
List of attribure paths.
geoJson()
If it is true, This geo-spatial index is using geojson format.
constraint()
If it is true, this index is geo-spatial constraint.
AUTHOR
Hideaki Ohno <hide.o.j55 {at} gmail.com>