Google/Maps/MapInterface.php
- author
- Vítor Brandão <noisebleed@noiselabs.org>
- category
- NoiseLabs
- copyright
- (C) 2011 Vítor Brandão <noisebleed@noiselabs.org>
- package
- version
- 0.1.1
- Interfaces
- MapInterface
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\MapInterface
Methods
addMarker
addMarker(
$marker
)
:
Arguments
- $marker
Details
- visibility
- public
- final
- false
- static
- false
getId
getId(
)
:
Details
- visibility
- public
- final
- false
- static
- false
getMarkers
getMarkers(
)
:
Details
- visibility
- public
- final
- false
- static
- false
hasMarker
hasMarker(
$marker
)
:
Arguments
- $marker
Details
- visibility
- public
- final
- false
- static
- false
hasMarkers
hasMarkers(
)
:
Details
- visibility
- public
- final
- false
- static
- false
removeMarker
removeMarker(
$marker
)
:
Arguments
- $marker
Details
- visibility
- public
- final
- false
- static
- false
render
render(
)
:
Details
- visibility
- public
- final
- false
- static
- false
setId
setId(
$id
)
:
Arguments
- $id
Details
- visibility
- public
- final
- false
- static
- false
setMarkers
setMarkers(
$markers
)
:
Arguments
- $markers
Details
- visibility
- public
- final
- false
- static
- false