Interface FeatureJson

interface FeatureJson {
    geometry: GeometryJson;
    id: string;
    properties?: PropertiesJson;
    type: Feature;
}

Hierarchy (view full)

Properties

geometry: GeometryJson
id: string
properties?: PropertiesJson
type: Feature