Circle

Extends \AdGrafik\GoogleMapsPHP\Object\OptionsArrayAccess Implements \AdGrafik\GoogleMapsPHP\API\Overlays\OverlayInterface

API equivalent to google.maps.Circle.

see
author

Arno Dudek

Methods

Constructor

__construct($options) 

Arguments

$options

Set options

setOptions(array|\AdGrafik\GoogleMapsPHP\API\Overlays\CircleOptions $options) : \AdGrafik\GoogleMapsPHP\API\Overlays\Circle

Get options

getOptions() : \AdGrafik\GoogleMapsPHP\API\Overlays\CircleOptions

Overload __call

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

Arguments

$methodName

string

$arguments

array

Response

mixed

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

options

options : \AdGrafik\GoogleMapsPHP\API\Overlays\CircleOptions

_arrayAccessProperties

_arrayAccessProperties : array
inherited
var

Type(s)

array

_arrayAccessPosition

_arrayAccessPosition : integer
inherited
var

Type(s)

integer