A Dummy Map Tile Provider Not Working (gettile Not Being Called)
I would like to use the google maps api v2, but show just a dummy map in the background. This is a sample of the PNG file I am using, called 'dummy_map_tile.png'. I placed it in th
Solution 1:
There is nothing wrong with the tile provider. It was just a mistake in the rest of the code, that happened to call method clear() on the map object, thus removing the tile provider from the map. Nevertheless, I hope this example of a dummy tile provider can be useful, so I'll leave it here.
Post a Comment for "A Dummy Map Tile Provider Not Working (gettile Not Being Called)"