diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index 1ba6839b8..ebe11fda9 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -1247,7 +1247,7 @@ declare module google.maps { /***** Geometry Library *****/ export module geometry { export class encoding { - static decodePath(encodedPath: string): LatLng; + static decodePath(encodedPath: string): LatLng[]; static encodePath(path: any[]): string; }