質問編集履歴
1
DirectionsTravelMode\.DRIVINGをWALKINGに変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
directionsService.route({
|
57
57
|
origin: "35.637940, 139.878516",
|
58
58
|
destination: "35.638549, 139.876770",
|
59
|
-
travelMode: google.maps.DirectionsTravelMode.
|
59
|
+
travelMode: google.maps.DirectionsTravelMode.WALKING
|
60
60
|
}, function(response, status) {
|
61
61
|
if (status == google.maps.DirectionsStatus.OK) {
|
62
62
|
directionsDisplay.setDirections(response);
|