2point5kids

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Hide map type and overview in dynamic PHP map #9407
    2point5kids
    Participant

      Thanks, I had looked at that documentation and assumed that I didn’t need to set overviewmapcontrol because its default was listed as false.  It is actually true.

      This is how my final code looks for a PHP implementation:

      echo $mymap->display(array(“directions”=>”none”, “maptypecontrol”=>false, “overviewmapcontrol”=>false));

    Viewing 1 post (of 1 total)