GeoJsonFeature.Parse method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.GeoJson.Features
Assembly Skybrud.Essentials.Maps.dll

Parse(string)

Static

Parses the specified json string into an instance of GeoJsonFeature.

public static GeoJsonFeature Parse(string json)

Parameters

json String

The JSON string to be parsed.

Returns

An instance of GeoJsonFeature.

Parse(JObject)

Static

Parses the specified json object into an instance of GeoJsonFeature.

public static GeoJsonFeature Parse(JObject json)

Parameters

json JObject

The instance of JObject to be parsed.

Returns

An instance of GeoJsonFeature.