GeoJsonExtensions Class
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.
Defines extension methods for various JSON.NET types that make it easier to recognize and read Geo-JSON.
public static class GeoJsonExtensions
type GeoJsonExtensions = class
Public Module GeoJsonExtensions
- Inheritance
-
GeoJsonExtensions
Methods
IsGeoJsonPoint(JObject) |
Determines whether the given |
ReadGeoJsonPoint(JsonReader) |
Reads a Geo-JSON point into a |
WriteGeoJsonPoint(JsonWriter, GeographyPoint) |
Writes a |
Applies to
Azure SDK for .NET