gmaps icon indicating copy to clipboard operation
gmaps copied to clipboard

the easiest way to use Google Maps

Results 57 gmaps issues
Sort by recently updated
recently updated
newest added

I am getting this message " Use two fingers to move the map" on mobile devices on the integration of gmaps.js. Bit explored, and found that gestureHandling: 'greedy' is not...

I don't know if it's related to gmaps or googlemaps api, but the fullscreen button on the maps does not work in 50% of time the maps is displayed. I...

Hi, When I right-click opening a contextMenu in a marker, in the first try, this contextMenu stays hidden. But when I right-click in the second try, on the same marker...

Hey, is anyone getting the following error? I'm using GMaps in a Ruby On Rails project and deploying it to Heroku. GMaps works locally but fails to deploy - is...

Hey guys and Owner.. Is this project still maintained? Let me know, Thanks

Hi, Thanks a lot for this great package ! Please, is there a possibility to se icon (exp : car) for travelRoute to show it moving ? Cdt.

feature-request
example-request

I am trying to use this with my angular project and unfortunately, there is no documentation or _how to?_ for that. Also, I prefer using this because working with a...

example-request

Referring to this example: https://hpneo.github.io/gmaps/examples/context_menu.html When you create a context menu and move the mouse out of it, it hides after a certain delay. The problem is that if you...

feature-request

The JS error is great for development if you're wondering why the script might not be working. In production, when you're not loading the Maps API on every page, this...

Hello. I was looking at this code ` document.addEventListener('DOMContentLoaded', function () { var element = document.createElement('script'); element.src = 'http://maps.google.com/maps/api/js?sensor=true&callback=Initialize'; element.type = 'text/javascript'; var scripts = document.getElementsByTagName('script')[0]; scripts.parentNode.insertBefore(element, scripts); }, false);...

feature-request
example-request