Home › Forums › MapPress Support › Directions form: Change "Directions To" address from lat/lng to actual address › Reply To: Directions form: Change "Directions To" address from lat/lng to actual address
February 6, 2014 at 7:09 am
#14197
Hi,
OK – then in the loop, I think you just need to set the address:
new Mappress_Poi(array("corrected_address" => "200 Main Street", “iconid” => $search_term, “title” => $title, “body” => $body, “point” => array(“lat” => $list_locations['latitude'], “lng” => $list_locations['longitude'])));