StyledMapTypeOptions

Extends \AdGrafik\GoogleMapsPHP\API\MapTypes\AbstractMapTypeOptions

API equivalent to google.maps.StyledMapTypeOptions.

see
author

Arno Dudek

Methods

Set alt

setAlt(string $alt) : \AdGrafik\GoogleMapsPHP\API\MapTypes\StyledMapTypeOptions

Get alt

getAlt() : string

Response

string

Set maxZoom

setMaxZoom(integer $maxZoom) : \AdGrafik\GoogleMapsPHP\API\MapTypes\StyledMapTypeOptions

Arguments

$maxZoom

integer

Response

\AdGrafik\GoogleMapsPHP\API\MapTypes\StyledMapTypeOptions

Get maxZoom

getMaxZoom() : integer

Response

integer

Set minZoom

setMinZoom(integer $minZoom) : \AdGrafik\GoogleMapsPHP\API\MapTypes\StyledMapTypeOptions

Arguments

$minZoom

integer

Response

\AdGrafik\GoogleMapsPHP\API\MapTypes\StyledMapTypeOptions

Get minZoom

getMinZoom() : integer

Response

integer

Set name

setName(string $name) : \AdGrafik\GoogleMapsPHP\API\MapTypes\StyledMapTypeOptions

Get name

getName() : string

Response

string

Constructor

__construct(array $options = array()) 
inherited

Arguments

$options

array

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

alt

alt : string
var

Type(s)

string

maxZoom

maxZoom : integer
var

Type(s)

integer

minZoom

minZoom : integer
var

Type(s)

integer

name

name : string
var

Type(s)

string

_arrayAccessProperties

_arrayAccessProperties : array
inherited
var

Type(s)

array

_arrayAccessPosition

_arrayAccessPosition : integer
inherited
var

Type(s)

integer