79118913

Date: 2024-10-23 16:51:34
Score: 0.5
Natty:
Report link

You need to make sure that the map options for user interaction are enabled

<Map
  center={position}
  zoom={10}
  mapId={'MAP_ID'}
  options={{
    zoomControl: true,
    scrollwheel: true,
    draggable: true,
  }}
>
</Map>

Find more configurations here

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Amir Ben Shimol