Image formats - HERE Raster Tile API
The image formats supported by the HERE Raster Tile API include PNG, JPEG, and PNG8. When you select an image format for your map tiles, consider the complexity of your map, the number of colors required, the need for transparency, and the trade-off between the file size and visual quality of the map image.
Based on the style, the recommended format parameter values are:
jpegfor any style that includes satellite imagery such assatellite.daystyle orexplore.satellite.daystyle,png8for all the other styles,pngan an alternative to thepng8when you prefer full image colors over smaller image file size.
Note
Due to the internal representation of satellite imagery, the
PNGimage format does not result in better image quality as theJPEGimage format despite the much larger image size.
Updated 24 days ago