The office lat lngs are stored in an external xml file. They are read into a GLatLng long object. The only geocoding is of the user specified locations.
Cheers On Jan 24, 2:16 am, Rossko <[email protected]> wrote: > > The markers are placed by taking an address and finding the nearest > > office. So, this involves geocoding the address. This happens before > > each marker is placed, so maybe this is some kind of asyn issue? > > Why are you geocoding the offices at every page load, do they move > around much? > > See - > http://econym.org.uk/gmap/geomulti.htm > for geocoding > http://code.google.com/apis/maps/documentation/articles.html > will probably be useful for project structure (see how the php/mySQL > examples work, even if you plan different technology) -- 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.
