Skobbler Android - How to set a custom image in an annotation on a map?
问题 As indicated in the title, I try to put my own image in an annotation on a map. For this I use this code: annotation.setImagePath (mImagePath); annotation.setImageSize (4096); annotation.setOffset (mSKScreenPoint)); No error but nothing appears. Yet I followed indications of the doc: "Sets the absolute path of the image file to be added as an annotation. The picture must be a square image and the size must be a power of 2. _ (32x32, 64x64, etc.)." The size of my image is 64 * 64. I had a