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
Firstly, it's nice that markerWithLabel is now available as a bower package - kudos for that.
There is an issue though that happens when google maps API has already been loaded before markerWithLabel module is required.
You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
A check whether google maps API has already been included would be nice e.g.
(function(factory) { if (typeof define === 'function' && define.amd) { // AMD if (!window.google) { define(['async!https://maps.googleapis.com/maps/api/js?key=AIzaSyD1O9N-77QOCYJ6wgsbJWgJYBJWd3K_VJg&sensor=false'], factory); }
The text was updated successfully, but these errors were encountered:
Hi @svenlaater ! I'll try to figure out a nice way to add this and update the code. Thanks a lot for your suggestion.
Sorry, something went wrong.
@gabriellupu any chance of making this changed? Thank you
No branches or pull requests
Firstly, it's nice that markerWithLabel is now available as a bower package - kudos for that.
There is an issue though that happens when google maps API has already been loaded before markerWithLabel module is required.
A check whether google maps API has already been included would be nice e.g.
The text was updated successfully, but these errors were encountered: