Blurred custom tiles on Android Maps V2

后端 未结 2 558
长情又很酷
长情又很酷 2021-02-10 17:20

I want to show a CustomOverlay on a Google Maps V2. The loading of the tiles works as expected, the only thing is, that the shown tiles are not appearing to be sharp at all, kin

2条回答
  •  粉色の甜心
    2021-02-10 17:56

    It's a problem with the zoom level and scaling of the map tiles. This seems to be a problem with the Maps API V2 for Android. The behavior is supposedly intended as stated here: gmaps-api-issues #4840

    I solved it by requesting larger tiles from the WMS - just replace 256x256 with 512x512.

提交回复
热议问题