StyledMapType

Extends \AdGrafik\GoogleMapsPHP\Object\OptionsArrayAccess

API equivalent to google.maps.StyledMapType.

see
author

Arno Dudek

Methods

Set mapTypeIds

__construct(array $styles = array(), array|\AdGrafik\GoogleMapsPHP\API\MapTypes\StyledMapTypeOptions $options = array()) 

Arguments

$styles

array

Set styles

setStyles(\AdGrafik\GoogleMapsPHP\API\MapTypes\array<array>|\AdGrafik\GoogleMapsPHP\API\MapTypes\array<\AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyle> $styles) : \AdGrafik\GoogleMapsPHP\API\MapTypes\StyledMapType

Arguments

$styles

\AdGrafik\GoogleMapsPHP\API\MapTypes\array|\AdGrafik\GoogleMapsPHP\API\MapTypes\array<\AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyle>

Response

\AdGrafik\GoogleMapsPHP\API\MapTypes\StyledMapType

Get styles

getStyles() : array

Response

array

Set options

setOptions(array|\AdGrafik\GoogleMapsPHP\API\MapTypes\StyledMapTypeOptions $options) : \AdGrafik\GoogleMapsPHP\API\MapTypes\StyledMapType

Get options

getOptions() : \AdGrafik\GoogleMapsPHP\API\MapTypes\StyledMapTypeOptions

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

Overload __call

__call(string $methodName, array $arguments) : mixed
inherited
throws

Arguments

$methodName

string

$arguments

array

Response

mixed

Properties

styles

styles : \AdGrafik\GoogleMapsPHP\API\MapTypes\array<array>|\AdGrafik\GoogleMapsPHP\API\MapTypes\array<\AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyle>
var

Type(s)

\AdGrafik\GoogleMapsPHP\API\MapTypes\array|\AdGrafik\GoogleMapsPHP\API\MapTypes\array<\AdGrafik\GoogleMapsPHP\API\MapTypes\MapTypeStyle>

options

options : array|\AdGrafik\GoogleMapsPHP\API\MapTypes\StyledMapTypeOptions

_arrayAccessProperties

_arrayAccessProperties : array
inherited
var

Type(s)

array

_arrayAccessPosition

_arrayAccessPosition : integer
inherited
var

Type(s)

integer