On Feb 4, 4:15 pm, Anthony Tassinari <[email protected]> wrote: > Dear Larry: > > Thank you for reading my original post and thinking that the response > below would help. My real problem is am not a programmer but a user. > Simple question: what is the upper limit for sequential searches on > Google maps? On my service route this month I have 85 different stops. > Can I input 85 different addresses sequentially? How many addresses > can I input on one Google maps session?
25 in loadFromWaypoints http://code.google.com/apis/maps/documentation/reference.html#GDirections.loadFromWaypoints using the API. If you are asking about Google Maps, there is probably a better group to ask in: http://groups.google.com/group/Google-Maps/ But it is probably the same limit. -- Larry > I have not computerized data. > Rather, I have an inspection ticket with an address. The number of > inspection tickets changes from month to month, and so do the > addresses. I manually enter in the addresses each month. How many > addresses can I enter into Google maps to find the directions to each > inspection? 10, 34, 99? > > Thanks, Anthony > > On Feb 4, 2009, at 3:36 PM, [email protected] wrote: > > > > > > > > > On Feb 4, 2:01 pm, Nhoc6131 <[email protected]> wrote: > >> Hello all, I've been lurking here for awhile. > > >> I work for a small city Police Department that is trying to get > >> involved in using Crime Mapping for Analysis. > > >> My partner and I are tasked with this with several constraints. We > >> can't use mySQL or anything server side stuff. So we have to > >> basically > >> construct this with just html javascript hard coded stuff. > > >> We have a log of crimes, with several headings such as Date Time > >> Location Beat Number and Crime Elements > > >> We have an excel file that has all this information in. It is very > >> formatted for visual consumption. It would be great if we could use > >> the data from the excel file, plot the locations on the map and be > >> able to sort the data displayed based on the headers of the excel > >> (Date Time, Location Beat.. etc etc) > > >> Now I can do this i just need some help here and there. We've already > >> got a map established where it sumbits multiple addresses, geocodes > >> it, plots its, and then puts it in a table under the map. > > >> So were trying to jump to the next step being the Excel file. > > >> If it matters this will be for private consumption with in the > >> department and doesnt need to be fancy for the viewing public. > > >> Thanks so much. > > > This search may help you: > >http://groups.google.com/group/Google-Maps-API/search?group=Google-Ma... > > > If you can load the excel spreadsheet into a google spreadsheet, this > > may help too: > >http://apitricks.blogspot.com/2008/10/geocoding-by-google-spreadsheet... > > > -- Larry > > Anthony Tassinari > [email protected] Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
