|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Ruby/Rails and Google Maps
I'm trying to write a simple app that will allow one to search for something like pawn shops, title pawns, or check cashers near a given city name or zip code within Google Maps.
I want to see how many results are returned and rate the place. So, something like this: 1. Query Google for a location and a search term. 2. Place the responses in an array. 3. Array.count to get the number. 4. If count is larger than 1 it's not good, if larger than 5 don't go there, if above 10 call the police now and save some trouble. So I guess the issue is simply using Rails to make these calls to Google's Map service, then parsing what Google gives back to me. Any ideas? |
|
#2
|
|||
|
|||
|
I dont know too much about it, but there is a google api. According to the pickaxe you can get an account and get a developer key. There are examples there (pickaxe) as well as on google I'd imagine.
I dont know that you need to include rails for such a thing.
__________________
-- I'll provide you with reference points; if they dont work, refer to something else. If you process text, this might make your life a little easier. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Ruby Programming > Ruby/Rails and Google Maps |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|