I wish to know which is the best approach to do as said in the title.

Somehow, the reverse geocoding provided in the mapkit framework can't seems to provide accurate address(missing postal code etc)

Basically, the following is what I want to implement.

1:Search bar for user to search for an address. Annotation to be placed on map with the closest result with the address as subtitle.

2:Reverse gecoding (more accurate than whats provided in the framework?)

3:It must be within a region(Singapore)

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Check this Link

For Forward Geocoding,

http://blog.sallarp.com/ipad-iphone-forward-geocoding-api-google/

http://samvermette.com/164

link|improve this answer
Are they able to restrict on a specific location only? – MaTaKazer Aug 14 '11 at 5:11
@MaTaKazer : its your part ,you need a set a constraint in the search, like when finished geocoding, check whether result not under u r constraint! – Karthikeyan Aug 14 '11 at 5:23
The SVGecoder is fantastic! – MaTaKazer Aug 17 '11 at 7:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.