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 6:20 am
#14196
Hi Chris,
I’m actually adding POI’s via a loop using php:
${‘mypoi_’ . $the_count} = new Mappress_Poi(array(“iconid” => $search_term, “title” => $title, “body” => $body, “point” => array(“lat” => $list_locations[‘latitude’], “lng” => $list_locations[‘longitude’])));
Let me know if this clarifies things.
Thanks!