New Maps plugin

Hi,

I made Maps plugin that’s easy to set up and develop using Corona Simulator. You can have multiple map objects, markers, maptiles providers, even duplicate map.

https://marketplace.coronalabs.com/corona-plugins/map-plugin

I am under support so if you get any issues, I will help.
:slight_smile:

QQ: Does it throw an event when the center of the map is moved? Imagine you have a set of markers and somebody moves around the map. I want to be able to display markers based on the current view of the map. Easy to do with most providers because they fire off a map center change event, but the native new map has never had that functionality.

Yes this (plugin.maps) have touch event which listens to touch events, and gets current center location.

QQ: Does it throw an event when the center of the map is moved? Imagine you have a set of markers and somebody moves around the map. I want to be able to display markers based on the current view of the map. Easy to do with most providers because they fire off a map center change event, but the native new map has never had that functionality.

Yes this (plugin.maps) have touch event which listens to touch events, and gets current center location.