mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Merge pull request #1593 from 44ka28ta/fixPrototype
Fix a minor definition.
This commit is contained in:
2
googlemaps/google.maps.d.ts
vendored
2
googlemaps/google.maps.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user