android-gmaps-addons
android-gmaps-addons copied to clipboard
low quality tiles
I'm using Android Maps V2 API and your MapBoxOnlineTileProvider.java class.
I'm getting low resolution tiles doing this. If I use the MapBox Android SDK directly, I get high res tiles.
Any idea why is that happening?
Same issue.
same issue to me
I solve it. just change %s://api.tiles.mapbox.com/v3/%s/%d/%d/%d.png
by https://api.tiles.mapbox.com/v4/%s/%d/%d/%[email protected]?access_token=%s
and replace %s with your mapbox access token The secret here is the @2x