I'm not sure what exactly is happening, but I'm trying to display a radar plate on a Google Maps and I get the following messages:
- ((null)) was false: unable to create GMSGLImageTile due to bad graphics data
- ((null)) was false: don't support small endian bitmaps
Is there an easy way to convert a UIImage to a large endian, or is there something I need to know about using / subclassing GMSSyncTileLayer ?
The images I'm trying to display as tiles are png images.
source share