Will there be much changes needed to update my code to version 3? Thanks
On Aug 24, 11:27 am, Rossko <[email protected]> wrote: > > have works fine in firefox but not in Chrome or any other browser, > > here's a link to it > > :http://www.matthewmcgrath.ie/sample/assets/www/caregiver.html > > I get an error in FF > var directionDisplay = new google.maps.DirectionsRenderer(); > There is no DirectionsRenderer in v2 > > I think there will be errors in other browsers caused by using strings > for your target lat/longs, you should parseFloat them to numbers when > constructing GLatLng > > Are you sure you want to develop a new project in v2, are you sure you > want to develop for phones in v2? -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
