I need to get the google maps link by pressing a button from the iPhone.
I already know how to get the coordinate long/lang. Now I need to convert it to a link.
I am working with CLLocation & MKMapview
Can anyone help me with that?
|
I need to get the google maps link by pressing a button from the iPhone. I already know how to get the coordinate long/lang. Now I need to convert it to a link. I am working with Can anyone help me with that? |
|||||
|
|
Read the "Apple URL Schemes" documentation. Everything about map links is detailed in this page. |
|||
|
|
|
http://maps.google.com/maps?f=q&q=38.323480,26.767732 You can change those variables at the end and the link will open the google maps app no need for complicated programming |
|||
|