1

如何从 Google Maps 路线服务 API V3 的 JSON 响应中操作多个路线值?

directionsService.route(request, function(response, status) {
    if (status == google.maps.DirectionsStatus.OK) {
        //Need to access the multiple routes values here.
        directionsDisplay.setDirections(response);
    }
});
4

0 回答 0