tags:

views:

18

answers:

0

Hi, Everyone !

I am now developing iphone apps using MapKit, Core Location Service, etc. The problem I am facing is as follows. Users type their search words(location name or address ...) in UISearchBar, then the results will be displayed in table view. If user clicks one of the results, then the location will be marked in map.

I want to implement the search result like maps.google.com does. In maps.google.com, if user input the words, then click search map button. The multiple results are displayed.

Below is the ways I tried at navigators.

http://maps.google.com/maps/geo?q=domino&output=csv http://maps.google.com/maps/api/geocode/xml?address=pizza&sensor=false

But the results are different with maps.google.com

Is my query wrong. and What is wrong in my query. And is there any other way to do this job ?

Great thanks in advance.