We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, can't figure it out. I have similar event like here in https://snazzymaps.com/style/42/apple-maps-esque
Initially map width is 70% of the screen and when hiding a side panel it's width 100%.
how to fire 'resize' event of google map, like this:
google.maps.event.trigger(map, 'resize');
?
The text was updated successfully, but these errors were encountered:
Sorry I've taken so long to reply, it should be as simple as:
google.maps.event.trigger(maplaceObj.oMap, 'resize');
Sorry, something went wrong.
Thanks a lot for reply) Though, sure, I've handle it so long time ago.
I guess it would be useful to have it in docs :-)
#154 Added doc to trigger event
7b4ff3d
Related to #173
Hi there, Can I have one example to trigger resize event on map. I am unable to resize the map
your help will be really appreciated.
No branches or pull requests
Hello, can't figure it out.
I have similar event like here in https://snazzymaps.com/style/42/apple-maps-esque
Initially map width is 70% of the screen and when hiding a side panel it's width 100%.
how to fire 'resize' event of google map, like this:
google.maps.event.trigger(map, 'resize');
?
The text was updated successfully, but these errors were encountered: