Skip to content

Commit 9bbfa6b

Browse files
Update dist folder [skip ci] (#764)
1 parent bbef3b7 commit 9bbfa6b

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

dist/samples/routes-get-alternatives/app/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ async function getDirections() {
6969
if (primaryRoute) {
7070
drawRoute(primaryRoute, true);
7171
await primaryRoute.createWaypointAdvancedMarkers({ map: innerMap });
72-
innerMap.fitBounds(primaryRoute.viewport, 100);
72+
innerMap.fitBounds(primaryRoute.viewport, 50);
73+
innerMap.setHeading(70);
7374
}
7475
// [END maps_routes_get_alternatives_compute]
7576
// [END maps_routes_get_alternatives_request_full]

dist/samples/routes-get-alternatives/dist/assets/index-Bau6tfzo.js renamed to dist/samples/routes-get-alternatives/dist/assets/index-DE1lhi8_.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/routes-get-alternatives/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<head>
1010
<title>Get directions</title>
1111

12-
<script type="module" crossorigin src="./assets/index-Bau6tfzo.js"></script>
12+
<script type="module" crossorigin src="./assets/index-DE1lhi8_.js"></script>
1313
<link rel="stylesheet" crossorigin href="./assets/index-kz-ac4rW.css">
1414
</head>
1515
<body>

dist/samples/routes-get-alternatives/docs/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ async function getDirections() {
6161
if (primaryRoute) {
6262
drawRoute(primaryRoute, true);
6363
await primaryRoute.createWaypointAdvancedMarkers({ map: innerMap });
64-
innerMap.fitBounds(primaryRoute.viewport, 100);
64+
innerMap.fitBounds(primaryRoute.viewport, 50);
65+
innerMap.setHeading(70);
6566
}
6667
// [END maps_routes_get_alternatives_compute]
6768
// [END maps_routes_get_alternatives_request_full]

dist/samples/routes-get-alternatives/docs/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ async function getDirections() {
6969
if (primaryRoute) {
7070
drawRoute(primaryRoute, true);
7171
await primaryRoute.createWaypointAdvancedMarkers({ map: innerMap });
72-
innerMap.fitBounds(primaryRoute.viewport, 100);
72+
innerMap.fitBounds(primaryRoute.viewport, 50);
73+
innerMap.setHeading(70);
7374
}
7475
// [END maps_routes_get_alternatives_compute]
7576
// [END maps_routes_get_alternatives_request_full]

dist/samples/routes-get-alternatives/jsfiddle/demo.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ async function getDirections() {
6161
if (primaryRoute) {
6262
drawRoute(primaryRoute, true);
6363
await primaryRoute.createWaypointAdvancedMarkers({ map: innerMap });
64-
innerMap.fitBounds(primaryRoute.viewport, 100);
64+
innerMap.fitBounds(primaryRoute.viewport, 50);
65+
innerMap.setHeading(70);
6566
}
6667

6768

0 commit comments

Comments
 (0)