Merge pull request #4751 from FalloutPL/patch-2

Update google.maps.d.ts
This commit is contained in:
Masahiro Wakame
2015-06-27 14:13:58 +09:00
+4 -3
View File
@@ -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 {