I have checked with a previously working version with firebug every line object has a Ec member which has a $ member with the coordinates values latitude and longitude.
但是,在我新版的法典出现时,在检查这些数值时,我对与2个终点线的所有4个座椅都进行了火力检查。
stars[thisMarker.starsref].flightPath.push(new google.maps.Polyline({
path: stars[thisMarker.starsref].flightPlanCoordinates,
strokeColor: white ,
strokeOpacity: 0.1,
strokeWeight: 0.5
}));
stars[thisMarker.starsref].flightPath[stars[thisMarker.starsref].flightPath.length-1].setMap(map);