Skip to main content

Pointer

Interactive map with controls and pointer. The pointer shows the direction of the specified location if it is out of the map view.

Loading map...

Code

<MapProvider center={{lng:  14.4347124, lat: 50.0891652}} zoom={16}>
<Map>
<Pointer coords={{lng: 14.4608576, lat: 50.0963478}} />
<ZoomControl />
<KeyboardControl />
<MouseControl zoom pan wheel />
</Map>
</MapProvider>