interface MapViewProps {
    fallback?: ReactNode;
    mapData: MapData;
    options?: TShow3DMapOptions;
}

Properties

fallback?: ReactNode

The fallback content to render while the map is loading.

mapData: MapData