simplemap icon indicating copy to clipboard operation
simplemap copied to clipboard

Support for zoomControlOptions

Open kerns opened this issue 3 years ago • 5 comments

It seems like zoomControlOptions may not be supported? 🤔

zoomControlOptions: {
  position: 'map.ControlPosition.RIGHT_CENTER'
}

Trying to incorporate this causes the zoom control UI to disappear for me.

kerns avatar Apr 24 '21 12:04 kerns

Maybe there is something about the way I'm calling the options that isn't correct?

...
  mapTypeControl: false,
  zoomControl: true,
  zoomControlOptions: {
      position: google.maps.ControlPosition.RIGHT_CENTER
    },
  },
...

position: google.maps.ControlPosition.RIGHT_CENTER throws an error due the unknown var (google) which is probably fair – but every single other thing I've tried ...and I've tried a lot ...causes the zoom control UI to vanish.

kerns avatar Apr 29 '21 10:04 kerns

Is this plugin still in any form of active development? I am ready to purchase a license if I know it's not EOL, ...it just seems maybe EOL? Just ignore this message as well if it's EOL :)

kerns avatar May 14 '21 21:05 kerns

@kerns the plugin isn't EOL, we're just not actively developing new features at this time.

@Tam Could you take a look at this one for me?

alexjcollins avatar May 21 '21 07:05 alexjcollins

@alexjcollins @Tam Would it be a new feature or a bug fix?

kerns avatar Jun 26 '21 06:06 kerns

@kerns Are you able to share what code is generated when you use those embed options?

Tam avatar Jul 11 '22 12:07 Tam