How to email CLLocationCoordinate2D as a link
Posted
by lucasweb
on Stack Overflow
See other posts from Stack Overflow
or by lucasweb
Published on 2010-06-03T03:20:02Z
Indexed on
2010/06/03
3:24 UTC
Read the original article
Hit count: 204
I am trying to emulate the Maps 'Share Location' via email functionality.
I have the latitude and longitude of my location and am currently using it to display the location on a map via MKMapView.
I also have functionality that composes an email from the app and I would like to include the location in it but can not figure out how to construct a link, using the longitude and latitude.
I have seen other apps with apps with this functionality so I know it is possible.
Any help would be much appreciated.
Thanks in advance.
© Stack Overflow or respective owner