mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1593 from 44ka28ta/fixPrototype
Fix a minor definition.
This commit is contained in:
Vendored
+1
-1
@@ -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