Skip to main content

Static map with one marker

Static map with defined center and one marker.

Loading map...

Code

<MapProvider center={{lng:  14.4608576, lat: 50.0963478}} zoom={16} >
<Map>
<MarkerLayer>
<Marker coords={{longitude: 14.4608576, latitude: 50.0963478}} />
</MarkerLayer>
</Map>
</MapProvider>