WebSite-PHP Framework PHP
Mehrsprachig
Einfacher Ajax Modus
Kein HTML, kein JavaScript
URL Rewriting
Mails senden
Sitemap - RSS - Web service
Laden Sie WebSite-PHP FrameWork jetzt herunter
 


Loading
 


Tutorial : LeafLetJS Maps
            with address marker

Tutorials

>

Tutorial Maps

>

Tutorial : LeafLetJS Maps with address marker


Maps-02: Tutorial der Komponente Maps vom PHP FrameWork WebSite-PHP.

Tutorial : LeafLetJS Maps with address marker:



Zurück zum Tutorial der Komponente Maps



Quelltext

Quelltext


Datei: /pages/tutorials/maps/maps-02.php

<?php
class 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");
    }
}
?>


Zurück zum Tutorial der Komponente Maps


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Start Dokumentation Herunterladen Schnellstart Tutorials Wiki Issue Tracker