GeoJsonExtensions.WriteGeoJsonPoint(JsonWriter, GeographyPoint) Method

Definition

Writes a GeographyPoint instance as Geo-JSON format.

public static void WriteGeoJsonPoint (this Newtonsoft.Json.JsonWriter writer, Microsoft.Spatial.GeographyPoint point);
static member WriteGeoJsonPoint : Newtonsoft.Json.JsonWriter * Microsoft.Spatial.GeographyPoint -> unit
<Extension()>
Public Sub WriteGeoJsonPoint (writer As JsonWriter, point As GeographyPoint)

Parameters

writer
Newtonsoft.Json.JsonWriter

The JSON writer to which to write the Geo-JSON point.

point
GeographyPoint

The GeographyPoint instance to write.

Applies to