Google/Maps/Marker.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
- Classes
- Marker
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\Marker
- Properties
- $latitude
- $longitude
- $options
- Methods
- __construct
- create
- setLatitude
- getLatitude
- setLongitude
- getLongitude
Properties
$latitude
$latitude = ''
Details
- visibility
- protected
- default
- final
- false
- static
- false
$longitude
$longitude = ''
Details
- visibility
- protected
- default
- final
- false
- static
- false
$options
\NoiseLabs\ToolKit\ParameterBag $options = ''
Marker options.
Known keys: - icon: An icon to show in place of the default icon - title:
Details
- $options
- \NoiseLabs\ToolKit\ParameterBag
- visibility
- public
- default
- final
- false
- static
- false
Methods
__construct
__construct(
)
:
Details
- visibility
- public
- final
- false
- static
- false
create
create(
$latitude, $longitude, $options
=
array
)
:
Arguments
- $latitude
- $longitude
- $options
Details
- visibility
- public
- final
- false
- static
- true
getLatitude
getLatitude(
)
:
Details
- visibility
- public
- final
- false
- static
- false
getLongitude
getLongitude(
)
:
Details
- visibility
- public
- final
- false
- static
- false
setLatitude
setLatitude(
$latitude
)
:
Arguments
- $latitude
Details
- visibility
- public
- final
- false
- static
- false
setLongitude
setLongitude(
$longitude
)
:
Arguments
- $longitude
Details
- visibility
- public
- final
- false
- static
- false