Only had time for a quick look round but the tutorials look really good to me, very detailed indeed showing step-by-step.
On Aug 30, 1:21 am, Ralph Ames <[EMAIL PROTECTED]> wrote: > I found it difficult to cope with the different name's given to variables. > > e.g. myPlacemark instead of marker > > Google changed 'load' to 'initialize' now you have changed it to > 'initializeMyMap', and 'map' to 'map_canvas' and now 'myMapContainer' Must say I've never used Googles standard "marker" or "map" variable names in any of my scripts. I use, "objMap" and "objMarker" and if there are more than one type of marker "objMarkerBus" or "objMarkerCar" for example Guess the "obj" bit comes from my VB background, but nothing wrong with using meaningful variable names, it's a map object after all! The problem with calling a marker "marker" is that it can get confusing to what you are referring to. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
