mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #2859 from slovely/patch-1
Updated "google.maps.geometry.poly" to static
This commit is contained in:
Vendored
+2
-2
@@ -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