On Nov 29, 12:07 pm, Rossko <[EMAIL PROTECTED]> wrote: > > point = new GLatLng(_lat, _lon); > > _lat and _lon are strings > GLatLng() expects numbers > try parseFloat() > > cheers, Ross K
For cross-browser compatibility try using var _lat = GXml.value(LatArr [i]) -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
