Mappedin JS - v6.14.0
    Preparing search index...

    Interface IGeoJSONData

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

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

    Implemented by

    Index

    Properties

    Properties

    geoJSON: Feature<any, null>

    Gets the underlying GeoJSON Feature representation of this object.