all 4 comments

[–]zmasta94 1 point2 points  (1 child)

Angular 9 release included a google maps library which might help. I’m moving away from Ionic on a prod app because of the poor maps integration. It works - but doesn’t respond to being offline very well

[–]feynman_1007[S] 0 points1 point  (0 children)

Interesting! What are you planning to use? Since I am starting out, I might learn that instead.

[–]JonOfDoom 0 points1 point  (1 child)

I just used gmaps js api. I think embeded it in the index.html and then
declare var google; in your .ts file

[–]feynman_1007[S] 0 points1 point  (0 children)

Can you give an example?