MarkerClustererStyle

Extends \AdGrafik\GoogleMapsPHP\Object\PropertyArrayAccess

An array of these is passed into the MarkerClustererOptions styles option.

see
author

Arno Dudek

Methods

Constructor

__construct(array $options = array()) 

Arguments

$options

array

Set url

setUrl(string $url) : \AdGrafik\GoogleMapsPHP\AddOns\MarkerClusterer\API\MapTypes\MarkerClustererStyle

Get url

getUrl() : string

Response

string

Set height

setHeight(integer $height) : \AdGrafik\GoogleMapsPHP\AddOns\MarkerClusterer\API\MapTypes\MarkerClustererStyle

Get height

getHeight() : integer

Response

integer

Set width

setWidth(integer $width) : \AdGrafik\GoogleMapsPHP\AddOns\MarkerClusterer\API\MapTypes\MarkerClustererStyle

Get width

getWidth() : integer

Response

integer

Set anchor

setAnchor(array $anchor) : \AdGrafik\GoogleMapsPHP\AddOns\MarkerClusterer\API\MapTypes\MarkerClustererStyle

Get anchor

getAnchor() : array

Response

array

Set textColor

setTextColor(string $textColor) : \AdGrafik\GoogleMapsPHP\AddOns\MarkerClusterer\API\MapTypes\MarkerClustererStyle

Get textColor

getTextColor() : string

Response

string

Set textSize

setTextSize(integer $textSize) : \AdGrafik\GoogleMapsPHP\AddOns\MarkerClusterer\API\MapTypes\MarkerClustererStyle

Get textSize

getTextSize() : 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

Image url.

url : string
var

Type(s)

string

height

height : integer
var

Type(s)

integer

width

width : integer
var

Type(s)

integer

anchor

anchor : array
var

Type(s)

array

textColor

textColor : string
var

Type(s)

string

textSize

textSize : integer
var

Type(s)

integer

_arrayAccessProperties

_arrayAccessProperties : array
inherited
var

Type(s)

array

_arrayAccessPosition

_arrayAccessPosition : integer
inherited
var

Type(s)

integer