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;
        }