Use the right variable for the marker position.
This commit is contained in:
parent
ff10be4855
commit
9b04cebf3c
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
removeMarkerFromMap(marker);
|
||||
}
|
||||
|
||||
marker = addMarkerToMap(merc, null, "Your location");
|
||||
marker = addMarkerToMap(lonlat, null, "Your location");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue