I had been using .a and .b as well, seems this changed in the last week. No problem since the LatLng class has the accessor methods lat and lng. So:
var myLL = google.maps.LatLng(0,0); myLL.lat(); // <--0 Hope this helps someone. On Nov 12, 7:12 pm, SolidlyStated <[email protected]> wrote: > For the record geometry.location.a and b changed to > geometry.location.ra and sa > > I was using the values and didn't know they were "undocumented." I > will look into these methods that Timo is using to do it right from > now on. > > On Nov 11, 5:07 am, Timo <[email protected]> wrote: > > > > > > > > > Thank you, for your help. > > > Now im using the method lat()/lng() and it works fine. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
