<?phpclass Maps02 extends Page { public function InitializeComponent() { parent::$PAGE_TITLE = "Tutorial : LeafLetJS Maps with address marker"; $this->render = new MapLeafLet("map_white_house"); $this->render->setGeoSearchTool(MapLeafLet::GEOSEARCH_OPENSTREETMAP); $this->render->addMarker("600 Pennsylvania Ave NW, Washington, DC 20500, United states", "White House"); }}?>