CustomJsonConverters.CreateGeoJsonPointConverter 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.
Creates a new converter that converts between
Microsoft.Spatial.GeographyPoint
objects and Geo-JSON points.
public static Newtonsoft.Json.JsonConverter CreateGeoJsonPointConverter ();
static member CreateGeoJsonPointConverter : unit -> Newtonsoft.Json.JsonConverter
Public Shared Function CreateGeoJsonPointConverter () As JsonConverter
Returns
Newtonsoft.Json.JsonConverter
A JSON converter.