Click or drag to resize

PostIndexBodyGeoJson Property

Supported by indexes of type Geo. 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.

Namespace:  ArangoDBNetStandard.IndexApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool? GeoJson { get; set; }

Property Value

Type: NullableBoolean
Remarks
This corresponds to the format described in http://geojson.org/geojson-spec.html#positions
See Also