Top Branding Banner 
blank.gif
blank.gif
triangle.gif You are here: /  Top page  /  We live here    
blank.gif
Tab 
blank.gif
Index 
arrow-headline.gif Navigation
http://www.hvepseeksperten.dk (58)
arrow-headline.gif Resources
 

GOOGLE MAPS API

GOOGLE_MAPS_SHOW_FOLDER er ikke defineret

Klik her for at se en demo af google maps api in action <?php
/**
 * The Google maps is wrapped into a myPHP taglib
 * <code>
 * Usage:
 *    $googlemaps = new Googlemaps();
 *    print $googlemaps->getCss();
 *    print $googlemaps->getJavascript(GOOGLE_MAPS_KEY);
 *    print $googlemaps->getHtml();
 * Or
 *    Googlemaps::css();
 *    Googlemaps::javascript(GOOGLE_MAPS_KEY);
 *    Googlemaps::display();
 * </code>
 * @package google-maps
 * @filesource 
 * @see HTML_GOOGLE_MAPS_PAGE_PATH.'/Googlemaps.php'
 * @copyright (c) http://Finn-Rasmussen.com
 * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
 * @author http://Finn-Rasmussen.com
 * @version 1.11
 * @since 27-nov-2009
 */

// The Google maps api is wrapped into this myPHP taglib 
require_once(HTML_GOOGLE_MAPS_PAGE_PATH.'/Googlemaps.php');

                        
// The page layout
DocType::display();        // The html document type
                        // The head section
HeadStart::display('');    // The <html><head>
CssBase::display();        // The style sheet
Googlemaps::css();        // The style sheet for Google map
Googlemaps::javascript(GOOGLE_MAPS_KEY);
                        
// The Body section
BodyStart::display();     // The </head><body>
Googlemaps::display();    // The Google maps api
BodyEnd::display();     // The </body></html>
?>
MenuRight 
triangle.gif

Dansk

Deutch

English (UK)

France

Italy

Norsk

Svensk

English (USA)


 
blank.gif
triangle.gif Copyright @ 1999-2010 Web Expert www.Finn-Rasmussen.com Powered by myPHP Version (5.2.6-1+lenny9) 1.11
blank.gif
Valid XHTML 1.0 Strict Valid CSS!