Googe Maps: Do I have to use Ionic Native?

I solved this my adding the following to declarations.d.ts

/// <reference path="../node_modules/@types/googlemaps/index.d.ts" />

not sure why, I thought npm install is supposed to set this up as needed.

1 Like