Reputation: 4079
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?
Upvotes: 1
Views: 423
Reputation: 21
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
Upvotes: 2
Reputation: 32681
Read the "Apple URL Schemes" documentation. Everything about map links is detailed in this page.
Upvotes: 3