GeoJsonObject Class
Version 1.0.0-beta002
.NET Framework 4.7
Namespace | Skybrud.Essentials.Maps.GeoJson |
---|---|
Assembly | Skybrud.Essentials.Maps.dll |
Visibility | Public |
Keywords | Abstract |
Inheritance | Object |
public abstract class GeoJsonObject { }
Properties
Type | Name | Summary |
---|---|---|
GeoJsonType | Type |
Gets the type of the object - eg. Feature. |
Methods
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. |