mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Update google.maps.d.ts
Missing *overview_polyline* in DirectionsRoute as defined in: https://developers.google.com/maps/documentation/javascript/directions
This commit is contained in:
7
googlemaps/google.maps.d.ts
vendored
7
googlemaps/google.maps.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user