Regarding, https://docs.coronalabs.com/api/event/mapMarker/index.html
This is the code:
local function mapMarkerListener(e) print("Marker "..e.markerId.." location: "..e.latitude..", "..e.longitude) end ... myMap:addEventListener("mapMarker",mapMarkerListener)
Nothing is output by the listener. I’ve tested in the IOS Simulator and on an Android device.
Is this implemented for IOS or Android?