Map
Displays maps and geo data via maplibre
↓ Import the componentimport {Map} from 'react-exo/map';
↓ Try the example<Map mapStyle="https://api.maptiler.com/maps/dataviz-dark/style.json?key=<maptiler access token>"
style={{
height: 400,
width: '100%',
}}
/>
Technology
Platform | Library | Support | Notes |
---|---|---|---|
Web | maplibre-gl-js | ✅ | - |
Native | maplibre-native | ✅ | - |