Quote:
Originally Posted by DAW
Don't! The Google one is infinitely better. So much quicker!
NSString *urlString = [NSString stringWithFormat:@"http://maps.google.com/maps/geo?q=%lf,%lf&output=csv&sensor=false&key=swizzlechops", coordinate.latitude,coordinate.longitude];
|
Sorry to resume this thread but I've missed it the first time around.
Problem with that code DAW is that that key is per platform/app not per IP, so you will reach your daily limit quite quickly if you distribute your app with just 1 key.
MKReversegeocode instead uses a key per IP address, so you'll rarely hit the daily limit.
Now, I'm still getting that throttling quite constantly but I've lost my hopes of seeing it fixed by google.
What's anyone else is using? I dont mind paying a decent price for a good service. My fear is that google will have the best database but their pricing is a bit obscure, I know they ask you about 6k a year for using maps in your paid app but not sure how much they would charge for rev geocoding.