I'm using google local search to get the lat and lng by inputing text address. I think you can use the search complete call back function to process the research result and choose the first row of the serach resultset as your default parsed geocode.
If multiple address or none address returned, try to log them(or mark all available addresses). Cheers, Yunhui On Sat, Nov 21, 2009 at 1:06 PM, CombineC <[email protected]> wrote: > I need to creat a map with labels for approximately 100 addresses. > > The addresses come from an RSS feed (which changes daily), with 3 > values: > Name of Location (Jiffy Lube) > Address (Denver) > Link (http://www.foo.com) > > Because there are 100 locations without lat/long values, I need to > geocode each one, and from what I've read I can't use simple > javascript? > > I've been able to make simple maps with 1 location, but can't figure > out how to geocode all the addresses on the fly. > I have basic-intermediate knowledge of PHP and JavaScript, can anyone > point me to a good place to get started? > > -- > > 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=. > > > -- 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=.
