gmap3 icon indicating copy to clipboard operation
gmap3 copied to clipboard

jQuery plugin to create Google maps

Results 22 gmap3 issues
Sort by recently updated
recently updated
newest added

i am trying to implement multiple marker with infowindows when marker id clicked but somwhow value of `infowindow` is undefined. i am new to jquery but all other issues and...

Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

Hello, i got no idea to clear marker with setMap(null) can somebody explain to me pls? my code: `var markerList = []; function initMap(){ var center = {lat: -5.302420, lng:...

I have setup some maps with popup info windows and that works fine. However now that I need to interact with existing markers I am having trouble. I've seen very...

Hello, i have multiple markers and i want with mouse over to find focus market top level. Who to find the highest marker Zindex? ```JS this.addListener('mouseover', function () { var...

I like to call a function when gmap3 is loaded successfully. But this way doesn't work: `jQuery('#google-map5') .gmap3({ ... }) .marker([ ...]) .on( 'tilesloaded', function() { console.log('map read'); } )`...

I cant seem to get the map to load. It is greyed out. When i scroll down the page it says use ctrl + scroll to view but thats it....

Hi, i have implemented gmap on https://www.rcsport.es/futbol-7/liga-2016/liga-masculina/madrid We notice that maps works nice using a number of 11 markers, but when we add a new marker, (total 12) then ,...

I'm having problems using an API key. After loading the library I call ```$.gmap3({ key: "..." })'```. Sometimes it works sometimes it doesn't. The problem is that the Google API...

I'm using gmap3 to create markers based on a form with Units from a company at a certain city, the form outputs the city. So when it changes, I must...