Home › Forums › MapPress Support › List Poi single map › Reply To: List Poi single map
August 27, 2014 at 4:11 am
#15112
Hi,
It may be the quotes around ‘true’. Try:
$mymap = new Mappress_Map(array("width" => 222, "height" =>290,"poilist" => true, "directions" => "none"));
...
echo $mymap->display();