WebSite-PHP Framework PHP
Multi langues
Mode Ajax simple
Aucun HTML, aucun JavaScript
URL rewrinting
Envoi d'email
Sitemap - RSS - Web service
Télécharger le Framework WebSite-PHP maintenant
 


Loading
 


Tutorial : LeafLetJS Maps
            with address marker

Tutoriels

>

Tutoriel Maps

>

Tutorial : LeafLetJS Maps with address marker


Maps-02: Tutoriel du composants Maps du FrameWork PHP WebSite-PHP.

Tutorial : LeafLetJS Maps with address marker:



Retourner aux tutoriels du composants Maps



Code source

Code source


Fichier: /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");
    }
}
?>


Retourner aux tutoriels du composants Maps


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Accueil Documentation Télécharger Quick start Tutoriels Wiki Issue Tracker