Interface IGeoJSONData

A class that implements IGeoJSONData has a underlying GeoJSON datathat can be accessed.

interface IGeoJSONData {
    geoJSON: Feature<any, null>;
}

Implemented by

Properties

Properties

geoJSON: Feature<any, null>

Gets the underlying GeoJSON Feature representation of this object.