In my app I need to use Google Maps satellite imagery, so I’ve added Gmaps to my Ionic project using the Gmaps JavaScript SDK. I can successfully show the map in my app, but the quality is very low. Other apps, probably native, appear way more crisp. Also, while developing in chrome using the device simulator, the imagery is also high quality.
I attached a picture showing the same area in an Ionic app and in Geotracker (an app from the play store, probably native Java). Is there anything I can do to render decent satellite imagery?
Not 100% sure here, as it’s been a while since i’ve used google maps, but you could try to use &markers=scale:2|icon=icon@2x.png&scale=2 at the end of the url?
Not sure to be honest. I haven’t used google maps in a while due to privacy concerns. But in my research it looks like these params are valid, just not documented.
Meanwhile I found out that this is a thing of the google maps JS API, so probably unrelated to Ionic or Capacitor. I can’t understand how I’m the only one annoyed by this.
If any one is interested, I describe the issue here