MapTypeStyler

Extends \AdGrafik\GoogleMapsPHP\Object\PropertyArrayAccess

API equivalent to google.maps.MapTypeStyler.

see
author

Arno Dudek

Methods

Constructor

__construct(array $options = array()) 

Arguments

$options

array

Set color

setColor(string $color) : \AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Arguments

$color

string

Response

\AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Get color

getColor() : string

Response

string

Set gamma

setGamma(double $gamma) : \AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Arguments

$gamma

double

Response

\AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Get gamma

getGamma() : double

Response

double

Set hue

setHue(string $hue) : \AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Get hue

getHue() : string

Response

string

Set invert_lightness

setInvertLightness(boolean $invertLightness) : \AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Arguments

$invertLightness

boolean

Response

\AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Get invert_lightness

isInvertLightness() : boolean

Response

boolean

Set lightness

setLightness(integer $lightness) : \AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Arguments

$lightness

integer

Response

\AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Get lightness

getLightness() : integer

Response

integer

Set saturation

setSaturation(integer $saturation) : \AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Arguments

$saturation

integer

Response

\AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Get saturation

getSaturation() : integer

Response

integer

Set visibility

setVisibility(string $visibility) : \AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Arguments

$visibility

string

Response

\AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Get visibility

getVisibility() : string

Response

string

Set weight

setWeight(integer $weight) : \AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Arguments

$weight

integer

Response

\AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyler

Get weight

getWeight() : integer

Response

integer

initializeObject

initializeObject() 
inherited

ArrayAccess

offsetSet(mixed $propertyName, mixed $propertyValue) : void
inherited

Arguments

$propertyName

mixed

$propertyValue

mixed

ArrayAccess

offsetExists(mixed $propertyName) : boolean
inherited

Arguments

$propertyName

mixed

Response

boolean

ArrayAccess

offsetUnset(mixed $propertyName) : void
inherited

Arguments

$propertyName

mixed

ArrayAccess

offsetGet(mixed $propertyName) : mixed
inherited

Arguments

$propertyName

mixed

Response

mixed

Iterator

rewind() : void
inherited

Iterator

current() : mixed
inherited

Response

mixed

Iterator

key() : integer
inherited

Response

integer

Iterator

next() : void
inherited

Iterator

valid() : boolean
inherited

Response

boolean

Countable

count() : integer
inherited

Response

integer

Properties

color

color : string
var

Type(s)

string

gamma

gamma : double
var

Type(s)

double

hue

hue : string
var

Type(s)

string

invert_lightness

invert_lightness : boolean
var

Type(s)

boolean

lightness

lightness : integer
var

Type(s)

integer

saturation

saturation : integer
var

Type(s)

integer

visibility

visibility : string
var

Type(s)

string

weight

weight : integer
var

Type(s)

integer

_arrayAccessProperties

_arrayAccessProperties : array
inherited
var

Type(s)

array

_arrayAccessPosition

_arrayAccessPosition : integer
inherited
var

Type(s)

integer