gpt4 book ai didi

javascript - cordova ios 中的谷歌地图加载问题

转载 作者:行者123 更新时间:2023-11-29 11:26:19 25 4
gpt4 key购买 nike

当我第一次使用谷歌地图 URL 打开谷歌地图时(如果谷歌地图没有在后台运行)方向将不会显示。如果谷歌地图在后台运行,那么方向将正确显示。我在 Cordova 上工作,在 Android 中,这个问题不存在,但在 iOS 中,我遇到了这个问题。我的代码是:我使用了所有这些网址,但如果 Google map 未在后台运行,它就无法在 iOS 中使用。

var mapLocationUrl = "https://maps.google.com/maps?saddr=current location&daddr=" + lat + "," long;
var mapLocationUrl = "https://www.google.com/maps/dir/?api=1&destination=" + lat + "," + long + "&travelmode=driving";
var mapLocationUrl = "maps://maps.google.com/maps?daddr=" + lat + "," + long + "&ll=";
var mapLocationUrl = "comgooglemaps://?saddr=&daddr=" + lat + "," + long;
var mapLocationUrl = "https://maps.google.com/maps?origin=My Location" + "&daddr=" + lat + "," + long;
var mapLocationUrl = "https://maps.google.com/maps?daddr=" + lat + "," + lng;

window.open(encodeURI(mapLocationUrl), '_self', 'location=yes');
window`.open(encodeURI(mapLocationUrl), '_system', 'location=yes');

最佳答案

看起来这可能与issue 142856429有关在 Google 的问题跟踪器中。我建议您为该问题加注星标,以获取有关其进展的最新信息。

编辑: 该问题现已根据 recent comment on the tracker 修复.

关于javascript - cordova ios 中的谷歌地图加载问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58445322/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com