Interface MapViewProps

interface MapViewProps {
    children?: ReactNode;
    fallback?: ReactNode;
    mapData: MapData;
    onLoad?: (mapView: default.MapView) => void;
    options?: TShow3DMapOptions;
}

Properties

children?: ReactNode
fallback?: ReactNode

The fallback content to render while the map is loading.

mapData: MapData
onLoad?: (mapView: default.MapView) => void
MMNEPVFCICPMFPCPTTAAATR