GeoJsonExtensions.WriteGeoJsonPoint(JsonWriter, GeographyPoint) 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.
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
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