I was wondering if it would be possible to programmatically trigger the popup for a specific marker, and then after a timer has expired, close that marker.
Sure you can just keep track of a marker’s ID and remove it: See: https://docs.coronalabs.com/api/type/Map/removeMarker.html
You can always add markers as you need them using :addMarker(): https://docs.coronalabs.com/api/type/Map/addMarker.html
Rob
That’s all well and good, but doesn’t answer the question. I’m talking about programmatically triggering the little white box popup when you click a marker!
Not that I’m aware of.
Rob
Sure you can just keep track of a marker’s ID and remove it: See: https://docs.coronalabs.com/api/type/Map/removeMarker.html
You can always add markers as you need them using :addMarker(): https://docs.coronalabs.com/api/type/Map/addMarker.html
Rob
That’s all well and good, but doesn’t answer the question. I’m talking about programmatically triggering the little white box popup when you click a marker!
Not that I’m aware of.
Rob