Ciao from Italy,
thank you for your wonderful plugin.
I suggest this feature for map field.
As for Post Object field, add an “Output Format” where we can choose:
1. Google Maps JSON (as returned at https://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&key=YOUR_API_KEY)
2. ACF Array
Or better:
2. Full address: 1600 Amphitheatre Pkwy, Mountain View, CA 94043
3. Place Name: Google Bldg 40
4. Locality: Mountain View, CA
5. Geo: [lat] => 41.9234 [lng] => 12.504249999999956
6. Custom format: %lat%, %lng% OR %locality[long_name]% (%administrative_area_level_1[short_name]%)
If possible, add an “Output Format” option in the_field()/get_field
Thank you.
Best regards