Skip to content

Commit e40217f

Browse files
committed
style(directions): add link to documentation
1 parent 5cc6ed8 commit e40217f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/directions/components/directions/directions.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const DirectionsExample = () => {
2121
}
2222

2323
// Form Request to pass to findAndRenderRoute
24+
// https://developers.google.com/maps/documentation/javascript/directions#DirectionsRequests
2425
const request = {
2526
travelMode: google.maps.TravelMode.DRIVING,
2627
origin: 'Berlin',

0 commit comments

Comments
 (0)