Google maps in iPhone - city & State name by Longitude & Latitude
        Posted  
        
            by sugar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sugar
        
        
        
        Published on 2009-08-25T23:42:02Z
        Indexed on 
            2010/06/12
            17:22 UTC
        
        
        Read the original article
        Hit count: 234
        
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.
© Stack Overflow or respective owner