AirLay backend

MultiPolygonOptions extends LineOptions
in package

Table of Contents

$animationColor  : string
$color  : OptionValue
$convertToPointZoom  : OptionValue
$dashArray  : OptionValue
$fillColor  : OptionValue
$fillOpacity  : OptionValue
$intensity  : int
$isAnimated  : bool
$isDash  : OptionValue
$isSplit  : OptionValue
$maxSize  : int
$maxZoom  : OptionValue
$minZoom  : OptionValue
$opacity  : OptionValue
$splitStep  : OptionValue
$splitZoom  : OptionValue
$weight  : OptionValue
__construct()  : mixed
fromArray()  : self
getValues()  : array<string|int, mixed>
inherit()  : Options
setValues()  : self
setArrayValue()  : array<string|int, mixed>

Properties

Methods

fromArray()

public static fromArray(array<string|int, mixed> $data) : self
Parameters
$data : array<string|int, mixed>
Return values
self

getValues()

public getValues() : array<string|int, mixed>
Return values
array<string|int, mixed>

setValues()

public setValues(array<string|int, mixed> $values) : self
Parameters
$values : array<string|int, mixed>
Return values
self

setArrayValue()

private setArrayValue(array<string|int, mixed> $array, array<string|int, mixed> $newArray) : array<string|int, mixed>
Parameters
$array : array<string|int, mixed>
$newArray : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results