FlowingCode/GoogleMapsAddon

Add controlSize feature

Closed this issue · 2 comments

paodb commented

This comes from directory:


Is there a way to set the controls size? Here is a SO answer on how it can be set.

https://stackoverflow.com/a/68389696/1490322

I notice that the controls buttons look a bit big by default. Thanks


paodb commented

From the oficial documentation, a controlSize property can be added to achieve this:

https://developers.google.com/maps/documentation/javascript/reference/map#MapOptions.controlSize

paodb commented

This depends on adding the property on the web-component first. See FlowingCode/google-map#17.