Google maps in iPhone - city & State name by Longitude & Latitude
- by sugar
I have developed an application in which the data About Schools are stored in ASP.NET Web Server.
The database has following values.
=School Name = Longitude of School = Latitude of School.
Now, I retrieve all the data in iPhone through web-service & NSURLRequest.
Now, Following is my Problem.
When user Clicks on a school ( in tableView ).
Google map should be load - ( i can do that )
A pin should be dropped at the place - ( i can do that )
A pin title should be with City & State name - ( i can't do )
Thanks in advance for helping me.