Share via


GeoJsonExtensions.IsGeoJsonPoint(JObject) Method

Definition

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