gpt4 book ai didi

google-maps - 使用航点时,通过 DirectionsRenderer "zig-zags"渲染的路线返回上一个航点

转载 作者:行者123 更新时间:2023-12-02 00:19:41 27 4
gpt4 key购买 nike

最近,在我们的应用程序的起点和目的地位置之间使用带有“航点”的 DirectionsService 时,我们一直在返回这些在视觉上没有意义的“之字形”路线。

看起来,一切都进行得很好,但在第 7 个航点之后的某个地方,该路线以戏剧性的之字形返回到较早的航点,然后似乎试图将自己纠正回正确的路径。

我附上了一张图片来展示我想说的话,并用红色指出事情出错的地方。此外,我还包含了下面的示例代码,并在此处发布了该问题的工作演示:

http://dev.anytraq.com:8080/test.html (工作版本)

The problem, marked with an arrow

我想知道这里是否有人遇到过这样的问题,或者可以了解可能发生的事情吗?正如您在下面看到的,代码非常简单......基本上我们只是定义了一个起点和终点 LatLng 对象,以及它们之间的 8 个航点,然后将其发送到 DirectionsService。

我很感激任何和所有可能想到的建议,我完全被难住了。

<!DOCTYPE html> 
<html>
<head>
<title>ZigZagged Directions Example</title>

<meta charset="UTF-8">
<style type="text/css">
html, body, #map_canvas {
margin: 0;
padding: 0;
height: 100%;
}
</style>
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script type="text/javascript">
var map;
function initialize() {

// map options
var myOptions = {
zoom: 8,
center: new google.maps.LatLng(-34.397, 150.644),
mapTypeId: google.maps.MapTypeId.ROADMAP
};

// the map
map = new google.maps.Map(document.getElementById('map_canvas'), myOptions);

// directions service
directionsService = new google.maps.DirectionsService();

// Define our origin position, the start of our trip.
originPosition = new google.maps.LatLng('37.66258', '-121.87058');

// Define 8 waypoints to place between the origin and the destination
waypoint1 = new google.maps.LatLng('37.65638', '-121.87750');
waypoint2 = new google.maps.LatLng('37.64333', '-121.88174');
waypoint3 = new google.maps.LatLng('37.63676', '-121.88447');
waypoint4 = new google.maps.LatLng('37.60746', '-121.87343');
waypoint5 = new google.maps.LatLng('37.57868', '-121.87702');
waypoint6 = new google.maps.LatLng('37.56368', '-121.90382');
waypoint7 = new google.maps.LatLng('37.54175', '-121.92334');
waypoint8 = new google.maps.LatLng('37.51806', '-121.94201');

// push the waypoints defined above into an array
wayPointArray = new Array();
wayPointArray.push({location: waypoint1, stopover: false});
wayPointArray.push({location: waypoint2, stopover: false});
wayPointArray.push({location: waypoint3, stopover: false});
wayPointArray.push({location: waypoint4, stopover: false});
wayPointArray.push({location: waypoint5, stopover: false});
wayPointArray.push({location: waypoint6, stopover: false});
wayPointArray.push({location: waypoint7, stopover: false});
wayPointArray.push({location: waypoint8 , stopover: false});

// define our definition position, the last stop of our trip
destinationPosition = new google.maps.LatLng('37.50162', '-121.93034');

var request = {
origin: originPosition,
destination: destinationPosition,
waypoints: wayPointArray,
travelMode: google.maps.DirectionsTravelMode.DRIVING,
unitSystem: google.maps.DirectionsUnitSystem.METRIC,
optimizeWaypoints: false
};

directionsService.route(request, function(response, status) {

if (status == google.maps.DirectionsStatus.OK) {



var polyOpts = {
strokeOpacity: 1.0,
strokeColor: '#0000FF',
strokeWeight: 2
}

var directionsDisplayOptions = {
suppressMarkers: false,
suppressInfoWindows: false,
preserveViewport: false,
polylineOptions: polyOpts
};

directionsRenderer = new google.maps.DirectionsRenderer(directionsDisplayOptions);
directionsRenderer.setMap(map);
directionsRenderer.setDirections(response);


} else {

console.info('could not get route');
console.info(response);

}
});




}

google.maps.event.addDomListener(window, 'load', initialize);
</script>
</head>
<body>
<div id="map_canvas"></div>
</body>
</html>

最佳答案

这是渲染中的一个错误。

在“合并到 I-680”之后在 map 上绘制的线由​​此编码字符串给出,该字符串出现在来自路线服务的 JSON 响应中:

ylvdFjw|fVMJw@x@[Ha@FUGYOKSEYCYB[F[HOTUXMf@QRGxDoAlBIrBDpBDt@@@?p@?nAArCQlDW`BWjCy@`CwArKyHxGcDpA_@vA[rAWtAOxAKpAEdABhBGpEAvAAfCKnGQzDm@lGkCfGiC~CoAhb@mPrDuA~`@oLn@Q~EgBr@Up@MpAKnBGb@?nBLnAX`AVx@Xt@Z?@z@\\HDfBz@rChAtCj@jDHpCU~Cw@~As@jAw@x@m@bDcCbDeCh@a@fAg@FEf@SBA`Bs@jAM`@Cn@CfB?hBPbB\\`CdA`@NJD^NlAb@bM`GlW~JfHzC|D`CpD~DlAxAl@t@bFvGbApAl@hAVj@Pf@d@rAn@hCjFnUh@|ANd@rCfFxEtIvA|BrNd[zZpr@xAhCfEdFlHxJRVhA`B`@~@t@hBh@`BjAlF`BbIpA~EnA~CpA|B~@lA|A~ArDvCzDzCfClBDB`DtBx@h@fHnDzB|@~B`AjH`DzEnBdAb@jB`@dCRrDJtADnBLpCr@dAd@l@Vz@d@vA`A`@\\d@b@vDlErHzIj@p@LPRRf@n@lB`CjBfCzApCVb@jCdGtClHjCjGjCpGjAxCBFtJbUFNDLx@zBnArC~CtHnCpF`@t@P\\LTP^|@~A\\j@hChElB|CrAxBb@h@t@x@h@j@lA|@~@d@vBt@rCh@lBHxAAdEc@nAa@jAo@~@k@pA}@vFuFvDqDdF}DrFcDlB_AhJeEbEyBVMlAo@rJsEhAm@~EiCtD{AlHeD~GkDxBwAVOZSz@i@TShCwBpJiKfHqI

北卡罗来纳大学的 Mark McClure 教授在 http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/decode.html 上有一个解码器它可以生成线代表的点列表。他还有一个实用程序,可以获取点列表,生成编码字符串并在 map 上显示。解码该字符串,然后绘制生成的 map 会产生以下结果:

View of Google Map

这并没有显示偏差。因此,路线服务提供的要绘制的线(由其数据定义)是正确的,但渲染却不是。 McClure 的页面使用 API 的第 2 版而不是第 3 版可能是相关的,因此可以正确呈现数据。

错误应该在这里报告: http://code.google.com/p/gmaps-api-issues/issues .我建议你引用这个问题,并在报告中提供尽可能多的细节。

关于google-maps - 使用航点时,通过 DirectionsRenderer "zig-zags"渲染的路线返回上一个航点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11480987/

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