> > var Lat = (document.getElementById("latText").value);
>
> > map.setCenter(new GLatLng(Lat), 7);
>
> > But it doesn't like the 'Lat' being in where the coordinates should
> > be.

Quite right. GLatLng takes two numeric arguments, not one string.

Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to