[Google Maps API v3] Re: wrong decimals in google.maps.LatLng ?

2011-02-18 Thread bgacias
It happens using the version 3.4 but not if you use the version 3.3 On 17 feb, 14:38, bgacias wrote: > I'm loading  the Google Maps JavaScript V3 using: > >  script.src = "http://maps.google.com/maps/api/js? > v=3&sensor=false®ion=ES"; > > in my  javaScrip

[Google Maps API v3] wrong decimals in google.maps.LatLng ?

2011-02-17 Thread bgacias
I'm loading the Google Maps JavaScript V3 using: script.src = "http://maps.google.com/maps/api/js? v=3&sensor=false®ion=ES"; in my javaScript I have these lines: var lat = parseFloat("39.5775"); var lng = parseFloat("2.714105"); alert("parseLatLng" + new google.maps.LatLng(lat,