diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index 3be446e19..d3620d2cf 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -1242,7 +1242,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; }