vote up 1 vote down star

Hi,

In My application i am using MKMapview to display the googleMap,but it is not displaying the search field in the Map. I have downloaded the Maps application from the Appstore in my real device and which is disaplying the seach field in the map.

can any body have any solution for displaying the search field in the Existing Map, as i want to search the text into the search field and want to display its content to the Map?

Pls provide any solution, which would be appreaciated.

Thanks,

Mishal Shah

flag

1 Answer

vote up 2 vote down check

The MKMapView control does not include a search control - it simpy displays a map. You can center the map and contro lthe zoom but that is about all.

You will have to implement the search field yourself (use a UISearchBar) and then use google's web services to find the logitude and latitude of your search term.

This isn't trivial but it is not difficult either.

link|flag
I would actually suggest using a UISearchBar instead of a UITextField. – bpapa Nov 2 at 14:10

Your Answer

Get an OpenID
or

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