WordPress ACF Field for OpenStreetMap – https://wordpress.org/plugins/acf-openstreetmap-field/
– https://github.com/mcguffin/acf-openstreetmap-field/wiki
API v0.6 – https://wiki.openstreetmap.org/wiki/API_v0.6
CUSTOM MARKER ICON AND POPUP CONTENT IN ACF OPENSTREETMAP FIELD – https://www.lexo.ch/blog/2021/07/custom-marker-icon-and-popup-content-in-acf-openstreetmap-field/
How can you access the array attributes of a saved field if the return format is Leaflet or iFrame?
https://wordpress.org/support/users/parakeet/topics/
Array
(
[lat] => 43.7480482
[lng] => 7.4387874
[zoom] => 14
[address] => Monte-Carlo Bay Hotel & Resort, Avenue Princesse Grace, Monaco-Ville, France
[markers] => Array
(
[0] => Array
(
[label] => Monte-Carlo Bay Hotel & Resort, Avenue Princesse Grace, Monaco-Ville, France
[default_label] =>
[lat] => 43.7480482
[lng] => 7.4387874
)
)
[layers] => Array
(
[0] => Wikimedia
)
[center_lat] => 43.7480482
[center_lng] => 7.4387874
)