Using the android Google Maps API v2 as a viewer of offline tiles: is it possible?

前端 未结 1 1657
轻奢々
轻奢々 2020-12-05 08:48

The Google map component (com.google.android.gms.maps.GoogleMap) allows one to render custom tiles (OpenStreetMap or other). These tiles can be on the device and available o

相关标签:
1条回答
  • 2020-12-05 09:12

    As of 3.0.27 of Google Play Services APK it is fixed and the server is required to be contacted just once. You will see error in the logcat every time, but it will work.

    More info here: http://code.google.com/p/gmaps-api-issues/issues/detail?id=4817

    and here: http://code.google.com/p/gmaps-api-issues/issues/detail?id=5017

    0 讨论(0)
提交回复
热议问题