mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 16:45:10 +08:00
Merge pull request #2859 from slovely/patch-1
Updated "google.maps.geometry.poly" to static
This commit is contained in:
4
googlemaps/google.maps.d.ts
vendored
4
googlemaps/google.maps.d.ts
vendored
@@ -1263,8 +1263,8 @@ declare module google.maps {
|
||||
}
|
||||
|
||||
export class poly {
|
||||
containsLocation(point: LatLng, polygon: Polygon): boolean;
|
||||
isLocationOnEdge(point: LatLng, poly: any, tolerance?: number): boolean;
|
||||
static containsLocation(point: LatLng, polygon: Polygon): boolean;
|
||||
static isLocationOnEdge(point: LatLng, poly: any, tolerance?: number): boolean;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user