> Also I don't understand why there is so much code in that example > although there is so little on the easy HTML code that one get from > Gmap when one creates just one address (like I did here > :http://essai07.parcours.com/spip.php?article115). Isn't there an > easier way to do this
It's complicated code because it's a complicated thing to do. maps.google.com contains lots of complicated code built-in that isn't in the API (go visit it and use a debugger to see), but is inflexible. The API has it's innards exposed - allowing great flexibility to do what you want - but of course that means you have to do a lot of work just to tell it what you do want. There's no easy way around it when ambition outstrips capability. You can learn skills or hire skills, "please write my code for me" will only get you so far, some investment will go further. It must be frustrating when you can see what CAN be done but are unable to easily reproduce, but all the maps API tutorials all advise "the API is not for javascript beginners" for good reason. -- 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.
