flywave-features-datasource.mapviewfeature
Home > @flywave/flywave-features-datasource > MapViewFeature
MapViewFeature class
Base class to create features.
Signature:
export declare abstract class MapViewFeature
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Builds a new |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
FeatureGeometry["coordinates"] | |||
{} | (Optional) | ||
FeatureGeometry["type"] | The type of the feature. The extended class should initialize this value. It defaults to "Point" in order to avoid allowing | ||
string | A string identifying this feature. |