Thankyou so much, this is exactly what I was looking for :) I found that addresses that geocoder does not recognise, work when you add ", WA" to the end.
I shall give it a shot. On Thu, Dec 17, 2009 at 2:28 AM, [email protected] <[email protected]>wrote: > On Dec 16, 8:38 am, Shaun <[email protected]> wrote: > > Hey, > > > > I'm trying to make my code as easy for me to use, as it is to copy and > > paste addresses into a text file. The webpage will then load links for > > those locations, as well as show markers on my map. > > I'm currently able to read my addresses, and use the links correctly, > > but the map will not load the markers automatically. > > > > My current attempt > > is::http://members.iinet.net.au/~judas-savior/map/<http://members.iinet.net.au/%7Ejudas-savior/map/> > > Geocoding is asynchronous. By making things "easier" on yourself, you > are wasting Google's resources, which we all share. > > > http://www.geocodezip.com/example_geomulti_bad3_xml.asp?filename=judas_savior.xml > > Geocode all the addresses off line, then use the resulting latitude > and longitude to display the map. Some of your "addresses" aren't > recognized by the geocoder. > > Part 17 Geocoding multiple addresses > http://econym.org.uk/gmap/geomulti.htm > > -- Larry > > > > Because I use PHP, the source can be found at:: > http://members.iinet.net.au/~judas-savior/map/index.txt<http://members.iinet.net.au/%7Ejudas-savior/map/index.txt> > > > > At first I was able to add the markers individually by clicking on the > > links, however, multiple clicks would add multiple markers onto the > > same location, which can make the marker look bad if clicked enough. > > It also wastes memory too I spose. > > This previous attempt can be found at:: > http://members.iinet.net.au/~judas-savior/map/index_backup.php<http://members.iinet.net.au/%7Ejudas-savior/map/index_backup.php> > > > > I tried calling a function to add the markers, adding the for loop > > directly into the initialization function, and even adding a button, > > but none of these seem to work. > > > > I am using a buggy version of Windows 7 Beta (which I need to update > > to the full version), firefox 3, notepad, and filezilla. > > > > I normally try and work these things out on my own, but I've run out > > of ideas... > > Probably some semi-colon I forgot knowing my luck... > > -- > > 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]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > > -- 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.
