0

If I have layered GeoTiff is there a way I can open that and return the image as a tile or tiles. Thought being that I can put a decent size geotiff in my apk and use that as either tiles or groundoverlay when offline.

lostintranslation
  • 23,756
  • 50
  • 159
  • 262

1 Answers1

0

I do not know the GeoTIFF format, but if you know how to render it into a canvas you can use the CanvasTileProvider I described in the answer of Google Maps API v2 draw part of circle on MapFragment.

Community
  • 1
  • 1
user2808624
  • 2,502
  • 14
  • 28