On Dec 31, 3:59 am, Patrick CHARTIER <[email protected]> wrote: > Below, you have my code in V2 >
That isn't a link to your v2 map. > > How to code this in API v3 ? That code looks fairly straightforward to translate (you are just downloading the xml, creating a polyline and displaying it). What problems are you having? The 2 major changes you will have to deal with are: 1. the "G*" namespace is now "google.maps.* 2. there is no GDownloadUrl equivalent, you will have to use your own, but there are examples in the documentation and used in my examples. -- Larry > > Thanks > > 2010/12/30 [email protected] <[email protected]> > > > > > > > > > On Dec 30, 7:33 am, patoch44 <[email protected]> wrote: > > > Quel est le code à utiliser pour importer un fichier GPX dans l'API > > > Google Map V3 ? > > > > J'ai la solution en V2, aussi j'aimerais faire évoluer celle-ci en V3 > > > Translated to English: > > + What is the code to use to import a GPX file in the API > > + Google Map V3? > > + I have the solution in V2, so I want to change it in V3 > > > How are you doing it in V2? > > If you post a link to you map, we can give you advice on whether the > > approach you are using there is supported or not. > > > -- Larry > > > -- > > 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]<google-maps-js-api-v3%2B > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-maps-js-api-v3?hl=en. -- 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.
