问题标签 [map-directions]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
315 浏览

ios - 如何在iOS中以文本形式获取两个位置之间的路线

我记得有一个谷歌 API 需要 lat、long 或 from&to 地址,如果我们在 webview 上加载该 url,它会以文本的形式显示两点之间的方向。任何人都可以为我提供获取基于文本的方向的 API。我不想在地图上画线,想显示文字。

0 投票
1 回答
3517 浏览

google-maps - Adding multiple directions requests together Google Maps API

I'm trying to get directions for a user provided origin and destination, while showing directions to a middle location for ALL travel modes (driving, walking, bicycling, transit).

I have this coded using waypoints, but I just discovered that the Google Maps API doesn't support waypoints for public transit--as discussed in a previous question here.

I'm having difficulty finding any examples for how to go about piecing together multiple directions requests without using waypoints. Is there a way to add multiple directions to the directionsDisplay variable?

Example: Display directions from A -> B, then add directions from B -> C to the existing display.

0 投票
0 回答
229 浏览

ios - 谷歌方向地图未在 iPad 横向加载

我在 iPad Landscape 中加载地图时遇到问题(在 Portrait 中一切正常)。

编辑:我发现一个问题与地图元素在方向元素之后“下推”这一事实有关,因为当我降低高度时空间不足。我试图让元素流动,但它仍然被推下。

景观(问题): 在此处输入图像描述

当我将 iPad 旋转到纵向(确定)时:

在此处输入图像描述

编码:

脚本:

看法:

CSS:

这个问题只发生在 iPad 上。

我在 Chrome 中尝试过,问题是一样的,所以它与 Safari 无关。

在我的电脑上一切正常。

0 投票
1 回答
1816 浏览

ios - 从当前位置导航到标记

您好,我有多个这样的标记:

想要在信息窗口或地图下方的标签中添加一个按钮,该按钮将设置从当前位置到取消选定标记的方向。

当用户单击按钮时,它会收到如下问题:

这在某种程度上是否可能。

0 投票
1 回答
2937 浏览

html - Create html link that starts the navigation on mobile phone using native app

I want to add a link on my website to start a navigation to the specific coordinates or to show some icon on that coordinates, so you can see your position and the position you need with a big zoom (it will be used when the person is near it). I tried:

it openes the map with a center on my coordinates, but I don't have an icon to understand where is that place... I cannot navigate to it. I tried without (or with different) zoom too.

This one opens Google Earth (if I uninstall it - it doesn't work)! So I cannot navigate and I don't see where is it, the position in in the center but...

Is there a possibility to open google maps / app with an icon on the coordinates I want to share. Or something like that?

0 投票
1 回答
395 浏览

map-directions - 使用 OSMBONUSPACK 在 android 中逐步进行语音导航

嗨,我是 OSM 的新手,是否有可能开发/创建方向语音指导。我正在使用 OSM MAPQUEST API。我也有策略线和路由节点的路由。?

0 投票
1 回答
1171 浏览

javascript - Google Maps Roads API 返回重复的坐标和 placeIds

我正在实施谷歌地图道路 API 来获取我点击道路的坐标。但它返回的坐标和位置标识超出了预期。假设我使用方向 API 设置了从地点 A 到地点 B 的方向,然后我单击了道路上的一些点(比如说 10 个点)来绘制路线。作为响应,Roads API 返回了 10 多个 placeId 和坐标,而我只需要 10 个。这是代码。

我在这里创建了一个 JSfiddle 。只需提供一个 google API 密钥,然后告诉我这段代码有什么问题吗?

0 投票
0 回答
381 浏览

ios - 用于 ios sdk 的谷歌地图中的方向 API 服务

是否有任何可用的 API 服务可以从 Google Maps ios sdk 内部调用,就像GMSAutocompleteFilter一样?

我知道使用它https://maps.googleapis.com/maps/api/directions/json?origin=%@&destination=%@&key=%@我可以实现和检索响应。但问题是此 URL 不返回仅在最新的Google Maps Directions Service Javascript API中可用的overview_pathlat_lngs

0 投票
2 回答
235 浏览

javascript - 使用javascript从坐标计算机动细节

我想从google road API返回的坐标数组中计算机动细节(左转、右转等)。我知道只有谷歌方向 API 返回的机动细节。但是,如果我使用道路 API 绘制自定义路线,那么如何计算机动细节?我尝试使用以下代码计算两个坐标之间的度数:

此函数返回度数,但我不知道如何计算或从度数操纵机动细节的逻辑是什么?

有没有其他方法可以从坐标计算机动细节?

0 投票
1 回答
146 浏览

json - 用于低带宽网络的 Google Map JSON

如何更改谷歌地图 JSON 以便不下载冗余内容并加快低带宽网络上的应用程序。例如,应用程序不支持导航,因此 JSON 中不需要步骤,JSON 也会被下载,这会使应用程序在低带宽网络上变慢。

例如:-

源和目标之间的 Google Map JSON:-

某些应用程序所需的 JSON:-