mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix DistanceMatrixRequest to support LatLngLiteral (#20179)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
36c50d8150
commit
b55cd34ad7
Vendored
+2
-2
@@ -1591,10 +1591,10 @@ declare namespace google.maps {
|
||||
avoidFerries?: boolean;
|
||||
avoidHighways?: boolean;
|
||||
avoidTolls?: boolean;
|
||||
destinations?: string[]|LatLng[]|Place[];
|
||||
destinations?: string[]|LatLng[]|LatLngLiteral[]|Place[];
|
||||
drivingOptions?: DrivingOptions;
|
||||
durationInTraffic?: boolean;
|
||||
origins?: string[]|LatLng[]|Place[];
|
||||
origins?: string[]|LatLng[]|LatLngLiteral[]|Place[];
|
||||
region?: string;
|
||||
transitOptions?: TransitOptions;
|
||||
travelMode?: TravelMode;
|
||||
|
||||
Reference in New Issue
Block a user