private static bool TryParseGeoJson(List <string> errors, PropertyPath path, IJsonValue value, out FilterSphere result)
 {
     result = default !;
Example #2
0
        private static bool TryParseGeoJson(List <string> errors, PropertyPath path, IJsonValue value, out FilterSphere result)
        {
            const string expected = "Object(geo-json)";

            result = default !;