added back labeled marker to gmaps link in user-location plugin

This commit is contained in:
Philipp Schaefer
2013-07-31 21:36:21 +02:00
parent e59b38a82d
commit fe47f9b5dc
2 changed files with 2 additions and 2 deletions

View File

@ -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);
window.androidCopy('https://maps.google.com/?q=loc:'+ll.lat+','+ll.lng+'%20('+PLAYER.nickname+')');
});
plugin.userLocation.marker = marker;