We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f7119 commit 184208eCopy full SHA for 184208e
tests/Doc/QueryGeoExample.cs
@@ -32,7 +32,7 @@ public void run()
32
.AddGeoField(new FieldName("$.store_location", "store_location"))
33
.AddGeoShapeField(
34
new FieldName("$.pickup_zone", "pickup_zone"),
35
- Schema.GeoShapeField.CoordinateSystem.FLAT
+ system: Schema.GeoShapeField.CoordinateSystem.FLAT
36
);
37
38
FTCreateParams bikeParams = new FTCreateParams()
0 commit comments