ARFeature: GeoJsonFeature & {
    properties: JSONObject & {
        _ar: ARFeatureProperty;
    };
}

ARFeatures are GeoJsonFeatures with an additional reserved property: _ar

This is the lowest level of abstraction for visual entities within Map Webview

Type declaration

Generated using TypeDoc