Arango.Client.AIndex.GeoJson C# (CSharp) Метод

GeoJson() публичный Метод

Determines if the order within the array is longitude followed by latitude in geo index.
public GeoJson ( bool value ) : AIndex
value bool
Результат AIndex
        public AIndex GeoJson(bool value)
        {
            _parameters.Bool(ParameterName.GeoJson, value);
        	
        	return this;
        }