On May 6, 12:58 pm, "[email protected]" <[email protected]> wrote: > Hi, > > I didnt get why you said I should read the guidlines. > > Here is a link: > > http://www.tablefind.zahidchaudhry.com/sample.php
That page has javascript errors on it... jQuery is undefined. Syntax error on line 162 (per IE6) You are using the geocoder to geocode all the addresses on the fly. If the addresses are dynamic, you should geocode them off-line, then use the resulting coordinates at page load. That will solve the bounds problem as well. You are using the bounds before all the addresses have been geocoded. For 9 addresses, it should work and not be too slow, but if you are planning on adding more addresses, see the examples below that show the issues: http://www.geocodezip.com/example_geomulti_bad.asp http://www.geocodezip.com/example_geomulti_better.asp http://www.geocodezip.com/example_geomulti_bad2.asp http://www.geocodezip.com/example_geomulti_better2.asp http://www.geocodezip.com/example_geomulti_bad3_xml.asp -- Larry > > Thanks - Zahid > > On May 6, 7:20 pm, Ralph Ames <[email protected]> wrote: > > > Please read the posting guidelines and provide a link to your > > map.http://groups.google.com/group/Google-Maps-API/web/suggested-posting-... > > nes > > > Ralph > > >www.easypagez.com/maps/map_index.html > > - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
