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.
You can get both the city and state name by querying this web service:
This will return the full nearest address in xml format with you can then parse to get city ans state information