• Fantastic plugin that adds much-needed functionality to the ACF Google Map field. I appreciate that the array of key-value pairs is saved in exactly the same way as the default Google Map field, but with the addition of values for zoom, center_lat, and center_lng:

    array(
      'address' => '',
      'lat' => '',
      'lng' => '',
      'zoom' => '',
      'center_lat' => '',
      'center_lng' => '',
    )

    Ultimately this data allows you to recreate the exact Google Map that the user creates in WP Admin on the front-end of your site – something that simply isn’t possible with the default ACF Google Map field. Keep up the great work!

The topic ‘A More Powerful ACF Google Maps Field’ is closed to new replies.