Support

Account

Home Forums Front-end Issues Location Plugin Reply To: Location Plugin

  • Hi @danstramer

    Using the_field on the location field will not create a map. Perhaps you should read over the documentation of how to use this field:

    https://github.com/elliotcondon/acf-location-field/blob/master/readme.txt

    Looks like it returns an array containing co-ordinates. You will need to create the google MAP JS yourself using these values.