diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index 27275f098..cf51d84c1 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -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; } }