MarkerShape

Extends \AdGrafik\GoogleMapsPHP\Object\PropertyArrayAccess

API equivalent to google.maps.MarkerShape.

see
author

Arno Dudek

Methods

Constructor

__construct(array $options = array()) 
throws

Arguments

$options

array

Set coords

setCoords(array $coords) : \AdGrafik\GoogleMapsPHP\API\Overlays\MarkerShape

Arguments

$coords

array

Response

\AdGrafik\GoogleMapsPHP\API\Overlays\MarkerShape

Get coords

getCoords() : array

Response

array

Set type

setType(string $type) : \AdGrafik\GoogleMapsPHP\API\Overlays\MarkerShape

Arguments

$type

string

Response

\AdGrafik\GoogleMapsPHP\API\Overlays\MarkerShape

Get type

getType() : string

Response

string

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

Constants

CIRCLE

CIRCLE

POLY

POLY

RECT

RECT

Properties

coords

coords : array
var

Type(s)

array

type

type : string
var

Type(s)

string

_arrayAccessProperties

_arrayAccessProperties : array
inherited
var

Type(s)

array

_arrayAccessPosition

_arrayAccessPosition : integer
inherited
var

Type(s)

integer