tags:

views:

25

answers:

2

Hi!I am new in this Topic.I know map annotation and by clicking on that annotation pin i get the information about that particular place but i want to display all that information without that annotation pin so how it is possible Actually i have searchbar on the top and i will give city name and i get the Detail information on that Square box in place of Annotation so please help me how should i do this task please give some idea and if possible then sample code.Thanks in Advance....

A: 

You should read the CLLocationManager reference

You can get the user position, then you can do what you want (use reverse geocoding, show in custom map or what you want..)

F.Santoni
A: 

http://developer.apple.com/iphone/library/samplecode/WeatherMap/Introduction/Intro.html

This is the Best Sample code for such kind of requirement.

Ankit Vyas