On 2014-10-12 13:44:17 +0000, Martin S Taylor said:
> Chris Ridd <
chri...@mac.com> wrote:
>
>>> In
maps.app you can drop a pin and then send the location (by e-mail, or
>>> Twitter, or whatever takes your fancy) to someone else. It shows up as
>>> "Dropped Pin.loc.vcf", a .vcf file which you can import into your
>>> address book.
>>>
>>> But this is a bit clumsy. I don't want to import it into my address
>>> book: I just want to see, on a map, where my friend is talking about.
>>>
>>> Is there an obvious mappy-type program which will open it?
>>
>> There's a URL inside the file which looks like it has a latitude and
>> longitude in the q parameter.
>>
>> e.g.
>>
http://maps.apple.com/?q=51.405580,-0.509114&sspn=0.005303,0.011733&sll=51
>> .406630,-0.506736
>>
>>
>> The URL parameters are actually documented by Apple!
>>
>>
https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_R
>> eference/MapLinks/MapLinks.html
>
> So I open the file using TextEdit or something, and hook out the
> lat-long?