Does anyone know why:
Shows all of the marker icons like this: (Android)
They should look like this: (iOS)
These are the same two marker icons (one says OR, other says CR), above is Android, below is iOS.
Thanks for your help
B4X:
Mrk = Gmap.AddMarker3(x, y, Name, LoadBitmap(Dir, "icon.png"))
Shows all of the marker icons like this: (Android)
They should look like this: (iOS)
These are the same two marker icons (one says OR, other says CR), above is Android, below is iOS.
Thanks for your help