Closed sosnet closed 8 years ago
Hi, I updated to v7 and started to fix all those problems..
Before my code was $('#map').gmap3('get').panTo({lat: coords.latitude, lng: coords.longitude});
$('#map').gmap3('get').panTo({lat: coords.latitude, lng: coords.longitude});
Now I'm not able to move the map. I tried several things but none of them were working. Thanks for helping
this is version 6 code style, v7 is not compatible with this
Hi, I updated to v7 and started to fix all those problems..
Before my code was
$('#map').gmap3('get').panTo({lat: coords.latitude, lng: coords.longitude});
Now I'm not able to move the map. I tried several things but none of them were working. Thanks for helping