GeoJsonFeatureCollection.Add method

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

Add(GeoJsonFeature)

Adds the specified feature.

public Void Add(GeoJsonFeature feature)

Parameters

feature GeoJsonFeature

The feature to be added.

Returns