diff --git a/types/googlemaps/index.d.ts b/types/googlemaps/index.d.ts index e4fbe1e411..e3cd3a951e 100644 --- a/types/googlemaps/index.d.ts +++ b/types/googlemaps/index.d.ts @@ -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;