m trying to put together geocoding from UK postcodes and presenting an info window , read from a file. im starting with
http://www.tomanthony.co.uk/blog/geocoding-uk-postcodes-with-google-map-api/ my version is http://www.medalto.co.uk/test2.php Im reading the 2 fields (postcode and name) from a file - method retrieveMarkers() which is passed to usePointFromPostcode() and from there to createMarker ive put alert messages in usepointfrompostcode ( its ok so far) and createMarker ( where its not ) , and an info window doesn't appear ("a is undefined" in error console) id like to get the text from the data file and successfully pass it up to the infowindow, but its failing at the last step -- 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.
