我有一个小应用程序,提供当前位置:经度和纬度。 现在我必须浏览谷歌地图的经度和纬度。 请建议我该怎么做。


当前回答

简单说http://www.google.com/maps/place/lat,lng格式

示例url:

http://www.google.com/maps/place/30.364124,48.227034

其他回答

打开谷歌地图并显示URL方案位置和位置引脚

UIApplication.shared.openURL(URL(string:"https://maps.google.com/?q=\(dicLocation.stringValueForKey("latitude")),\(dicLocation.stringValueForKey("longitude")),15z")!)

如果你想在浏览器中打开谷歌地图:

http://maps.google.com/?q= < lat >、<液化天然气>

要在iOS移动设备上打开谷歌地图应用程序,请使用谷歌地图URL方案:

comgooglemaps: / / ?q = < lat >、<液化天然气>

要在Android上打开谷歌地图应用程序,使用geo: intent:

地理:< lat >, <液化天然气> ?z = <变焦>

这也是可行的:

https://www.google.pl/maps/@<lat>,<lon>,<zoom>z

的例子。

指针:

https://www.google.com/maps/place/<lat>,<lon>/@<lat>,<lon>,<zoom>z

的例子。

简单说http://www.google.com/maps/place/lat,lng格式

示例url:

http://www.google.com/maps/place/30.364124,48.227034

这种模式再次发生了变化(2018年10月23日)。请看Kushagr的最新回答。

这是一个带有标记的地图(通过aaronm的评论):

https://www.google.com/maps/?q=-15.623037,18.388672

对于一个旧的例子(没有标记):

https://www.google.com/maps/preview/@-15.623037,18.388672,8z

最古老的格式:

http://maps.google.com/maps?ll=-15.623037,18.388672&spn=65.61535,79.013672