GeoJsonLineString.Parse method
Version 1.0.0-beta002
.NET Framework 4.7
Namespace | Skybrud.Essentials.Maps.GeoJson.Geometry |
---|---|
Assembly | Skybrud.Essentials.Maps.dll |
Parse(string)
Static
Parses the specified json
string into an instance of GeoJsonLineString.
public static GeoJsonLineString Parse(string json)
Parameters
json
String
The raw JSON string.
Returns
An instance of GeoJsonLineString.
Parse(JObject)
Static
Parses the specified json
object into an instance of GeoJsonLineString.
public static GeoJsonLineString Parse(JObject json)
Parameters
json
JObject
The JSON object.
Returns
An instance of GeoJsonLineString.