GeoLeaf Core API - v3.0.0
    Preparing search index...

    An object that wraps a native map and can unwrap it via getNativeMap(). Used by setMap()/_acquireNativeMap() to accept either a raw map or an adapter.

    interface NativeMapHolder {
        getNativeMap(): unknown;
    }
    Index

    Methods

    Methods