We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ced9c2 commit 7fa5e48Copy full SHA for 7fa5e48
src/google-maps/google-map/google-map.ts
@@ -33,15 +33,6 @@ interface GoogleMapsWindow extends Window {
33
google?: typeof google;
34
}
35
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
-
45
/** default options set to the Googleplex */
46
export const DEFAULT_OPTIONS: google.maps.MapOptions = {
47
center: {lat: 37.421995, lng: -122.084092},
0 commit comments