I am developing an Android Application which has a map and I want to add raster data from REST API to the map.
I tried this tutorial: : https://developer.here.com/mobile-sdks/documentation/android/topics/raster-tiles-custom.html
but it is showing only normal simple map and raster data not showing anywhere.
So how can I show raster data in map? Are there any tutorials more helpful than this tutorial?
For example, if you get your tiles from a 3rd party web service, then very basic example will look like this:
TilesActivity.java
LiveMapRasterTileSource.java