Android Google maps glitch showing blank squares with x in the middle android

前端 未结 3 1549
花落未央
花落未央 2021-01-07 08:12

Like i say in title my app is behaving strangely. It all worked fine until this morning... I changed some image in my app before uploading it onto market, and then i wanted

3条回答
  •  生来不讨喜
    2021-01-07 08:24

    In my case I don't use mapView.setStreetView(true or false), but just use mapView.setSatelite (true) when i want to use Satelite view on the map, and set mapView.setSatelite.(false) when i want to use Street view... I hope that this will help somebody else... Once again thanks people for your time and help... :D

提交回复
热议问题