I notice that during my testing on several different Android devices on different “google map” versions (on the bigger devices/tablet, it is currently at v7.4.0), the markers may not appear. You need to put in a delay or some sort of redrawing the markers again, if it does not appear. But out of 5 android devices that I tested on, only 1 of them exihibit this problem.
anyway, for your code, try removing the ‘imageFile’ and keep the text to ASCII to see whether it works.
I notice that during my testing on several different Android devices on different “google map” versions (on the bigger devices/tablet, it is currently at v7.4.0), the markers may not appear. You need to put in a delay or some sort of redrawing the markers again, if it does not appear. But out of 5 android devices that I tested on, only 1 of them exihibit this problem.
anyway, for your code, try removing the ‘imageFile’ and keep the text to ASCII to see whether it works.
You can’t add markers directly after creating the map object on Android as you can on Iphone, it gets interrupted. Some devices will just show no markers at all, or just a few of them. On Android, you must add them in a callback function called 6 seconds later.
You can’t add markers directly after creating the map object on Android as you can on Iphone, it gets interrupted. Some devices will just show no markers at all, or just a few of them. On Android, you must add them in a callback function called 6 seconds later.
With Corona SDK you cannot draw on top of a mapView other than apply markers. If you need this functionality, you probably could make this work with Corona Enterprise.
With Corona SDK you cannot draw on top of a mapView other than apply markers. If you need this functionality, you probably could make this work with Corona Enterprise.