我有一个小应用程序,提供当前位置:经度和纬度。 现在我必须浏览谷歌地图的经度和纬度。 请建议我该怎么做。
当前回答
最好的方法是使用q参数,这样它就会显示带有标记点的地图。如:
https://maps.google.com/?q=<lat>,<lng>
其他回答
在谷歌地球程序中找到您的位置,并单击“在谷歌地图中查看”图标。浏览器中的URL栏将显示您需要的URL。
如果你想在浏览器中打开谷歌地图:
http://maps.google.com/?q= < lat >、<液化天然气>
要在iOS移动设备上打开谷歌地图应用程序,请使用谷歌地图URL方案:
comgooglemaps: / / ?q = < lat >、<液化天然气>
要在Android上打开谷歌地图应用程序,使用geo: intent:
地理:< lat >, <液化天然气> ?z = <变焦>
打开谷歌地图并显示URL方案位置和位置引脚
UIApplication.shared.openURL(URL(string:"https://maps.google.com/?q=\(dicLocation.stringValueForKey("latitude")),\(dicLocation.stringValueForKey("longitude")),15z")!)
在android系统下打开谷歌地图应用程序:-
geo:<lat>,<lng>?z=<zoom>
打开应用程序与标记给出的位置:-
geo:<lat>,<lng>?q=<lat>,<lng>(Label,Name)
在ios中打开谷歌地图:-
comgooglemaps://?q=<lat>,<lng>
在浏览器中使用如下参数打开谷歌地图
http://maps.google.com/maps?z=12&t=m&q=<lat>,<lng>
Z是缩放级别(1-21) t是地图类型(“m”地图,“k”卫星,“h”混合,“p”地形,“e”GoogleEarth) Q是搜索查询
这些是有效的url:
http://maps.google.com/?q= < LAT >、<液化天然气>
https://maps.google.com/?q=<LAT>,<LNG>&ll=<LAT>,<LNG>&z=18
https://www.google.com/maps/@ < LAT >、<液化天然气> 16 z
https://maps.google.com/?q=<LAT>,<LNG>&z=16
虽然(对于热心的读者)这是谷歌(2017年8月22日)的最新消息:
地图的url 使用地图显示映射url 用搜索动作映射url
从谷歌
Search: When searching for a specific place, the resulting map puts a pin in the specified location and displays available place details. Important: The parameter api=1 identifies the version of Maps URLs this URL is intended for. This parameter is required in every request. The only valid value is 1. If api=1 is NOT present in the URL, all parameters are ignored and the default Google Maps app will launch, either in a browser or the Google Maps mobile app, depending on the platform in use (for example, https://www.google.com/maps).
推荐文章
- 使伸缩项目正确浮动
- 形式内联内的形式水平在twitter bootstrap?
- 自定义元素在HTML5中有效吗?
- 如何触发自动填充在谷歌Chrome?
- 创建圈div比使用图像更容易的方法?
- 为什么Chrome浏览器不正确地确定页面是在不同的语言,并提供翻译?
- 在网页上用鼠标模拟震颤(例如帕金森病)?
- Bootstrap抛出Uncaught错误:Bootstrap的JavaScript需要jQuery
- 如何改变文本区域的边框颜色:焦点
- 我如何设置背景颜色为文本的宽度,而不是整个元素的宽度,使用CSS?
- 如何删除和清除所有的本地存储数据
- 强制打开“另存为…”弹出打开文本链接点击PDF在HTML
- 如何修改标签文本?
- 在HTML中还有其他有用的空格码吗,比如半空格的 , em-spaces, en-spaces等等?
- 输入触发器按钮单击