ionic-team / ionic-team/capacitor-google-maps

Cannot find namespace 'google' after upgrading to version 6

Open
#34 6 comments 2 reactions 0 assignees View on GitHub
triage
Dominant language
TypeScript
Stars
32
Forks
47
PR merge metrics
No merged PRs in 30d

Description

## Bug Report

### Plugin(s)
`"@capacitor/google-maps": "6.0.0"`

### Capacitor Version

```
6.1.2
```

### Platform(s)
Web

### Current Behavior
I upgraded capacitor/google-maps plugin in my project (I was using version 6.0.0-rc.0 before and it was working) and now building the project or executing `ionic serve` I have this errors:
`[ng] Error: node_modules/@capacitor/google-maps/dist/typings/definitions.d.ts:43:34 - error TS2503: Cannot find namespace 'google'.
[ng] 43 export interface Polygon extends google.maps.PolygonOptions {
[ng] ~~~~~~
[ng] Error: node_modules/@capacitor/google-maps/dist/typings/definitions.d.ts:64:33 - error TS2503: Cannot find namespace 'google'.
[ng] 64 export interface Circle extends google.maps.CircleOptions {
[ng] ~~~~~~
[ng] Error: node_modules/@capacitor/google-maps/dist/typings/definitions.d.ts:84:35 - error TS2503: Cannot find namespace 'google'.
[ng] 84 export interface Polyline extends google.maps.PolylineOptions {
[ng] ~~~~~~
[ng] Error: node_modules/@capacitor/google-maps/dist/typings/definitions.d.ts:117:42 - error TS2503: Cannot find namespace 'google'.
[ng] 117 export interface GoogleMapConfig extends google.maps.MapOptions {
[ng] ~~~~~~
[ng] Error: node_modules/@capacitor/google-maps/dist/typings/definitions.d.ts:159:14 - error TS2503: Cannot find namespace 'google'.
[ng] 159 styles?: google.maps.MapTypeStyle[] | null;`

![screen](https://github.com/user-attachments/assets/952f5701-388e-47fb-b647-e5f5e688e099)

### Expected Behavior
I expect my project compiles normally

### Code Reproduction
Just build a project using version 6 of @capacitor/google-maps plugin

### Other Technical Details

### Additional Context

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.