Locating address on Google maps
In my iPhone app , i show my home address in the table view.
When the user selects it , i want to show that lo开发者_JS百科cation on Google map.
I have not used google map before in my applications
Please guide me that how can i achieve this functionality?
Thanks for any help!
@barbgal its quit simple...only thing u need to do is to carry that data(i.e home address) from the particular index of the UITableView
to another view(i.e mapView) and here is the example which show you how you get the location on the map which is entered by you see this
Hope it works for u!
精彩评论