I wish to know if it's possible to construct an SMS to send the details of a Maps locations, which would link to at least the iOS Maps or Mobile Web Google Maps, in the same manner as that which is constructed via the actual Maps app, when the user clicks 'share' via SMS. For example see the pic:
I've scoured SO and other websites, but haven't found a definitive answer. (I'm not concerned with iOS < 5.0).
It seems that the only half decent solution is to construct the HTML link, then shorten it with Google URL shortener before appending it to the SMS message. Which I'm in the process of implementing, until I find a better solution.