GeoJsonExtensions.ReadGeoJsonPoint(JsonReader) 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.
Reads a Geo-JSON point into a GeographyPoint
instance, or throws
JsonSerializationException
if the reader is not positioned on the
beginning of a valid Geo-JSON point.
public static Microsoft.Spatial.GeographyPoint ReadGeoJsonPoint(this Newtonsoft.Json.JsonReader reader);
static member ReadGeoJsonPoint : Newtonsoft.Json.JsonReader -> Microsoft.Spatial.GeographyPoint
<Extension()>
Public Function ReadGeoJsonPoint (reader As JsonReader) As GeographyPoint
Parameters
- reader
- Newtonsoft.Json.JsonReader
The JSON reader from which to read a Geo-JSON point.
Returns
A GeographyPoint
instance.
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