MapView component.
The root component which renders the map and provides context to the hooks and child components.
const { mapData } = useMapData({ key: '...', secret: '...', mapId: '...' });return ( <MapView mapData={mapData}> <Marker target={...} /> </MapView>) Copy
const { mapData } = useMapData({ key: '...', secret: '...', mapId: '...' });return ( <MapView mapData={mapData}> <Marker target={...} /> </MapView>)
MapView component.
The root component which renders the map and provides context to the hooks and child components.