yannbf / ionic3-components

A project full of ionic 3 components and samples - to make life easier :)
MIT License
1.68k stars 703 forks source link

GoogleMaps [deprecated] Please use GoogleMaps.create() #74

Open OxMarco opened 6 years ago

OxMarco commented 6 years ago

I'm submitting a ... (check one with "x")

[x ] bug report [ ] feature request [ ] support request

Important Info There is a new way of instantiating a map

this.map = GoogleMaps.create(element.nativeElement, mapOptions);

References https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/blob/master/v2.0.0/ReleaseNotes/ionic-googlemaps-4.4.0/README.md

deriegle commented 6 years ago

It looks like @yannbf updated the native-google-maps.ts file on Jan 18th to fix this issue. Commit 812c9f0

ryantando commented 6 years ago

Got the same issue