android-gmaps-addons icon indicating copy to clipboard operation
android-gmaps-addons copied to clipboard

low quality tiles

Open AndreiHarasemiuc opened this issue 10 years ago • 3 comments

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?

AndreiHarasemiuc avatar Feb 03 '15 15:02 AndreiHarasemiuc

Same issue.

trofimchyk avatar Sep 08 '15 08:09 trofimchyk

same issue to me

pablobaldez avatar Dec 30 '15 16:12 pablobaldez

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

pablobaldez avatar Jan 05 '16 16:01 pablobaldez