On Jun 28, 11:16 am, JS Beginner <[email protected]> wrote: > Hi all, > > I've seen many tutorials that do partly what I need, but I havn't been able > to make everything work together. > > So, I would like to geocode a set of 10 addresses and display the > corresponding markers on a map with automatic zoom and center.
I would suggest geocoding them manually, then displaying the markers based on the coordinates. Example page to manually geocode them: from the documentation: http://code.google.com/apis/maps/documentation/javascript/examples/geocoding-simple.html one of mine: http://www.geocodezip.com/example_geo2.asp > > It would be great to customize the markers. Example displaying pre-geocoded markers with custom markers: http://www.geocodezip.com/v3_GenericMapBrowser.asp?filename=F18CrashSite081208.xml -- Larry > > Do you know any tutorial explaining all this, step by step ? I am a JS > beginner. > > Thank you all -- 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.
