GeoJsonExtensions.IsGeoJsonPoint(JObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the given JObject
is a valid Geo-JSON point.
public static bool IsGeoJsonPoint (this Newtonsoft.Json.Linq.JObject obj);
static member IsGeoJsonPoint : Newtonsoft.Json.Linq.JObject -> bool
<Extension()>
Public Function IsGeoJsonPoint (obj As JObject) As Boolean
Parameters
- obj
- Newtonsoft.Json.Linq.JObject
The JSON object to test.
Returns
true
if the JSON object is not null and is a valid Geo-JSON point, false
otherwise.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET