The type "Promise <void>" is not assigned to the type "Marker". The property '_objectInstance' is missing in the type 'Promise <void>'. Ionic 2
I tried to apply what is in google maps documents in ionic 2, as it is done on the official website: Ionic Docs Google Maps
I got this error:
Type 'Promise<void>' is not assignable to type 'Marker'. Property '_objectInstance' is missing in type 'Promise<void>'. Ionic 2 +5
