Skip to content

Commit 7fa5e48

Browse files
committed
feat(google-maps): Expose underlying Google Maps objects
Remove unused UpdatedGoogleMap type.
1 parent 0ced9c2 commit 7fa5e48

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/google-maps/google-map/google-map.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ interface GoogleMapsWindow extends Window {
3333
google?: typeof google;
3434
}
3535

36-
// TODO(mbehrlich): Update this to use original map after updating DefinitelyTyped
37-
/**
38-
* Extends the Google Map interface due to the Definitely Typed implementation
39-
* missing "getClickableIcons".
40-
*/
41-
export interface UpdatedGoogleMap extends google.maps.Map {
42-
getClickableIcons: () => boolean;
43-
}
44-
4536
/** default options set to the Googleplex */
4637
export const DEFAULT_OPTIONS: google.maps.MapOptions = {
4738
center: {lat: 37.421995, lng: -122.084092},

0 commit comments

Comments
 (0)