Google Maps API v3: Turning user input coordinates to latlng?
- by Leventhan
I'm new with Google Maps.
I'm trying to turn coordinates a user inputs to move a marker I have on my map to those coordinates. For instance, if the user inputs 50.75, 74.1 the marker will pan to that coordinate. Unfortunately, I couldn't get it to work. Here's my function:
function moveMarker() {
var Markerloc =…