Hi,
I'm currently working on an iPhone application to take GPS coordinates to find the closest electronic stores of my choosing and display them to the the user. I'm familiar with http://stackoverflow.com/questions/683817/google-maps-find-nearest-utilities, but this isn't exactly what I'm looking for. It's also a javascript API. I'd prefer an API where I can give it "best buy near 40.2440, -75.0651" and it'll spit back the address and distance from the store.
I'd rather not go through the hassle of scraping a Google Maps page.
Thoughts?