Google/Maps/Map.php

Classes 
author
Vítor Brandão <noisebleed@noiselabs.org>
category
NoiseLabs
copyright
(C) 2011 Vítor Brandão <noisebleed@noiselabs.org>
package
Google
version
0.1.1
Classes
Map

Description

This file is part of NoiseLabs-PHP-ToolKit

NoiseLabs-PHP-ToolKit is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

NoiseLabs-PHP-ToolKit is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with NoiseLabs-PHP-ToolKit; if not, see http://www.gnu.org/licenses/.

Copyright (C) 2011 Vítor Brandão noisebleed@noiselabs.org

NoiseLabs\ToolKit\Google\Maps\Map

Extends from
NoiseLabs\ToolKit\Google\Maps\BaseMap
link
http://code.google.com/intl/pt-PT/apis/maps/documentation/javascript/basics.html
Methods
printGoogleJS
loadJavascriptApi
render

Description

A class that makes use of the Google Maps API to create customizable maps that can be embedded on your website.

The API version in use is Google Maps Javascript API Version 3.

Methods

loadJavascriptApi

loadJavascriptApi( ) :

Include the Maps API JavaScript using a script tag.

This function should be called in between the html tags.

Details
visibility
public
final
false
static
false

printGoogleJS

printGoogleJS( ) :

For backwards compatibility.

Details
visibility
public
final
false
static
false

render

render( ) :
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.