0

I'm using react-google-maps library and would like to show the default marker, but with different sizes. I known that I can just use my own custom marker and set its size but that is not what I want. Is this possible to change the default marker's size?

Iavor
  • 1,997
  • 16
  • 27
Sabrina
  • 1,621
  • 2
  • 11
  • 16

1 Answers1

0

Unfortunately, it's not possible; there is no property for size on the MarkerOptions object.

You could try find a marker that looks similar to the default Google one and set its size through the icon interface.

Iavor
  • 1,997
  • 16
  • 27