GeoJsonLineString Class
Version 1.0.0-beta002
                .NET Framework 4.7
            | Namespace | Skybrud.Essentials.Maps.GeoJson.Geometry | 
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll | 
| Visibility | Public | 
| Inheritance | 
Class representing a GeoJSON LineString geometry.
public class GeoJsonLineString : GeoJsonGeometry { }
Properties
| Type | Name | Summary | 
|---|---|---|
| List< T> | Coordinates | Gets or sets the coordinates making up the line string. | 
| GeoJsonType | Type (inherited from GeoJsonObject) | Gets the type of the object - eg. Feature. | 
Methods
| 
                Load(string)
                    (static)
             Loads and parses the feature at the specified  | 
| 
                Parse(string)
                    (static)
             Parses the specified  | 
| 
                Parse(JObject)
                    (static)
             Parses the specified  | 
| Returns an instance of ILineString representing this GeoJSON line string. | 
| Inherited from GeoJsonObject | 
| 
                Save(string)
                    (virtual)
             Saves a JSON representation of this instance to the specified  | 
| 
                Save(string, Formatting)
                    (virtual)
             Saves a JSON representation of this instance to the specified  | 
| Returns a JSON representation of this instance. | 
| Returns a JSON representation of this instance. | 
