【问题标题】:iOS. Create weblink to Google map from locationIOS。从位置创建到 Google 地图的网络链接
【发布时间】:2017-02-23 03:11:18
【问题描述】:

我在 Google 地图上选择了位置。我想从中创建一个链接

我该怎么做?我没有找到任何关于它的帖子

我有经纬度

我需要这样的链接:https://www.google.com/maps/place/XL+Center/@41.768399,-72.6794744,17z/data=!4m5!3m4!1s0x89e6549e9033c1df:0x2222bb5c74fa750c!8m2!3d41.768399!4d-72.679174

【问题讨论】:

    标签: ios objective-c swift google-maps google-maps-api-3


    【解决方案1】:

    好吧,如果你只是想要一个 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

    • 链接到 Google 街景

    http://maps.google.com/maps?layer=c&cbll=43.053522,-76.165687

    更多信息,请查看linkthread

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-01-11
      • 2015-06-21
      • 1970-01-01
      • 1970-01-01
      • 2013-03-14
      • 2015-08-13
      • 1970-01-01
      相关资源
      最近更新 更多