【发布时间】:2017-02-23 03:11:18
【问题描述】:
我在 Google 地图上选择了位置。我想从中创建一个链接
我该怎么做?我没有找到任何关于它的帖子
我有经纬度
【问题讨论】:
标签: ios objective-c swift google-maps google-maps-api-3
我在 Google 地图上选择了位置。我想从中创建一个链接
我该怎么做?我没有找到任何关于它的帖子
我有经纬度
【问题讨论】:
标签: ios objective-c swift google-maps google-maps-api-3
好吧,如果你只是想要一个 Location 的链接,那么这个 thread 可以帮助你。
这是获取带有地址或位置的 Google 地图链接的另一种方式或选项。
https://www.google.com/maps/place/760+West+Genesee+Street+Syracuse+NY+13204
https://www.google.com/maps/dir/760+West+Genesee+Street+Syracuse+NY+13204/314+Avery+Avenue+Syracuse+NY+13204>https://www.google.com/maps/dir//760+West+Genesee+Street+Syracuse+NY+13204
https://www.google.com/maps/dir/Current+Location/760+West+Genesee+Street+Syracuse+NY+13204
https://www.google.com/maps/dir/Current+Location/43.12345,-76.12345- 方向(来自设定位置的多个目的地)
https://www.google.com/maps/dir/760+W+Genesee+St+Syracuse+NY+13204/314+Avery+Ave+Syracuse+NY+13204/9090+Destiny+USA+Dr+Syracuse+NY+13204
https://www.google.com/maps/search/food/43.12345,-76.12345,14z
https://www.google.com/maps/dir/Current+Location/Pinckney+Hugo+Group
http://maps.google.com/maps?layer=c&cbll=43.053522,-76.165687
【讨论】: