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
I lazy load the google maps api with the async component.
I want to set the bounds (fitBounds) trough the public api since that is the way instead when I understand it correctly.
But since I load the google maps lib async I can't create a list of LatLngBound since it's in the google maps library which is not loaded.
The text was updated successfully, but these errors were encountered:
Since google is asynchronously loaded, you have to handle the logic yourself.
google
We're also looking for maintainers. Involve in #266 to help strengthen our community!
Sorry, something went wrong.
No branches or pull requests
I lazy load the google maps api with the async component.
I want to set the bounds (fitBounds) trough the public api since that is the way instead when I understand it correctly.
But since I load the google maps lib async I can't create a list of LatLngBound since it's in the google maps library which is not loaded.
The text was updated successfully, but these errors were encountered: