Skip to main content

Map with search

Interactive map with controls and search input. The search input shows suggestions and on suggestion click centers the map on selected point.

Loading map...

Code

<MapProvider center={{lng:  14.4608576, lat: 50.0963478}}   >
<SearchInput placeholder="Search" disableGeolocation />
<Map>
<ZoomControl />
<KeyboardControl />
<MouseControl zoom pan wheel />
</Map>
</MapProvider>