mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
fix the return type of google.maps.geometry.encoding.decodePath.
This commit is contained in:
2
googlemaps/google.maps.d.ts
vendored
2
googlemaps/google.maps.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user