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
$animationColor
public
string
$animationColor
$color
public
OptionValue
$color
$convertToPointZoom
public
OptionValue
$convertToPointZoom
$dashArray
public
OptionValue
$dashArray
$fillColor
public
OptionValue
$fillColor
$fillOpacity
public
OptionValue
$fillOpacity
$intensity
public
int
$intensity
$isAnimated
public
bool
$isAnimated
$isDash
public
OptionValue
$isDash
$isSplit
public
OptionValue
$isSplit
$maxSize
public
int
$maxSize
$maxZoom
public
OptionValue
$maxZoom
$minZoom
public
OptionValue
$minZoom
$opacity
public
OptionValue
$opacity
$splitStep
public
OptionValue
$splitStep
$splitZoom
public
OptionValue
$splitZoom
$weight
public
OptionValue
$weight
Methods
__construct()
public
__construct() : mixed
Return values
mixed —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> —inherit()
public
inherit(Options $options) : Options
Parameters
- $options : Options
Return values
Options —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>