标签: android google-maps-android-api-2 geotiff
如果我有分层GeoTiff有一种方法我可以打开它并将图像作为瓷砖或瓷砖返回。以为我可以在我的apk中放置一个像样的大小geotiff,并在离线时将其用作tile或groundoverlay。
答案 0 :(得分:0)
我不知道GeoTIFF格式,但如果您知道如何将其渲染到画布中,您可以使用我在Google Maps API v2 draw part of circle on MapFragment的答案中描述的CanvasTileProvider。