- removed marker label from userLocation gmaps url since gmaps can't
cope with it anymore - bumped version number...it has to be bumped due to some bug fixes and I don't like v0.4.9.1...so from now on we are on v0.5+
This commit is contained in:
@ -43,7 +43,7 @@ window.plugin.userLocation.setup = function() {
|
||||
marker.on('click', function(e) {
|
||||
window.console.log('marker location');
|
||||
var ll = e.target.getLatLng();
|
||||
window.androidCopy('https://maps.google.com/?q='+ll.lat+','+ll.lng+'%20('+PLAYER.nickname+')');
|
||||
window.androidCopy('https://maps.google.com/?q='+ll.lat+','+ll.lng);
|
||||
});
|
||||
|
||||
plugin.userLocation.marker = marker;
|
||||
|
Reference in New Issue
Block a user