Skip to content

Commit b837ae1

Browse files
committed
Merge pull request DefinitelyTyped#4751 from FalloutPL/patch-2
Update google.maps.d.ts
2 parents 8e939f4 + 0c85dc3 commit b837ae1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

googlemaps/google.maps.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -971,12 +971,13 @@ declare module google.maps {
971971
}
972972

973973
export interface DirectionsRoute {
974-
bounds: LatLngBounds;
975-
copyrights: string;
976974
legs: DirectionsLeg[];
975+
waypoint_order: number[];
977976
overview_path: LatLng[];
977+
overview_polyline: string;
978+
bounds: LatLngBounds;
979+
copyrights: string;
978980
warnings: string[];
979-
waypoint_order: number[];
980981
}
981982

982983
export interface DirectionsLeg {

0 commit comments

Comments
 (0)