thanks for your feedback!
ad 1) pro version offers several APIs, see https://mapsmarker.com/mapsmarker-api for details (REST API support will be added with v2.7)
ad 2) data is saved in 2 tables: wp_leafletmapsmarker_markers and wp_leafletmapsmarker_layers
best,
Robert
Hi Robert, thank you for the fast reply!
I’m on the 30-day free trial of the pro version, I have to try the API.
Yes, I found my layer and my marker in the tables that you have shown me.
Could I also use a simple operation of “adding in the database” markers and layers?
Thank you again!
Hi,
as said before markers can be added by using either the Web API or the MMPAPI class. More infos at https://mapsmarker.com/mapsmarker-api
Example GET request for adding a new marker, title Headquarter, geocode Main Street 1 Washington by using the WebAPI:
http://your-domain/wp-content/plugins/leaflet-maps-marker-pro/leaflet-api.php?key=YOUR_PUBLIC_KEY&signature=YOUR_SIGNATURE&expires=YOUR_EXPIRE_VALUE&action=add&type=marker&markername=Headquarter&geocode=Main Street 1 Washington
The documentation and a usage example for MMPAPI class to add a marker available at https://www.mapsmarker.com/wp-content/uploads/mmpapi/#add_marker
best,
Robert