GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
GeoJSONFeatureCollection Class
Represents a GeoJSON FeatureCollection
public record GeoJSONFeatureCollection : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.GeoJSONFeatureCollection>
Inheritance System.Object 🡒 GeoJSONFeatureCollection
Implements System.IEquatable<GeoJSONFeatureCollection>
Constructors
GeoJSONFeatureCollection(List<GeoJSONFeature>, GeoJSONStyle) Constructor
Represents a GeoJSON FeatureCollection
public GeoJSONFeatureCollection(System.Collections.Generic.List<dymaptic.GeoBlazor.Pro.Model.GeoJSONFeature> Features, dymaptic.GeoBlazor.Pro.Model.GeoJSONStyle? Style=null);
Parameters
Features
System.Collections.Generic.List<GeoJSONFeature>
The list of features in the collection.
Style
GeoJSONStyle
Optional style properties for the full collection.
Properties
GeoJSONFeatureCollection.Features Property
The list of features in the collection.
public System.Collections.Generic.List<dymaptic.GeoBlazor.Pro.Model.GeoJSONFeature> Features { get; init; }
Property Value
System.Collections.Generic.List<GeoJSONFeature>
GeoJSONFeatureCollection.Style Property
Optional style properties for the full collection.
public dymaptic.GeoBlazor.Pro.Model.GeoJSONStyle? Style { get; init; }