Merge pull request #1593 from 44ka28ta/fixPrototype

Fix a minor definition.
This commit is contained in:
Masahiro Wakame
2014-01-27 17:24:59 -08:00

View File

@@ -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;
}