Merge pull request #2859 from slovely/patch-1

Updated "google.maps.geometry.poly" to static
This commit is contained in:
Masahiro Wakame
2014-09-25 00:15:04 +09:00

View File

@@ -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;
}
}