diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index 9fa61ddab1..39b85fd239 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -971,12 +971,13 @@ declare module google.maps { } export interface DirectionsRoute { + legs: DirectionsLeg[]; + waypoint_order: number[]; + overview_path: LatLng[]; + overview_polyline: string; bounds: LatLngBounds; copyrights: string; - legs: DirectionsLeg[]; - overview_path: LatLng[]; warnings: string[]; - waypoint_order: number[]; } export interface DirectionsLeg {