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; }
Public Property GeoJson As Boolean?
Get
Set
public:
property Nullable<bool> GeoJson {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member GeoJson : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanRemarks
This corresponds to the format described in http://geojson.org/geojson-spec.html#positions
See Also