Documentation

MapDecoration
in package

Table of Contents

$color  : Color
$icon  : int
$label  : string
$rotation  : int
$xOffset  : int
$yOffset  : int
__construct()  : mixed
getColor()  : Color
getIcon()  : int
getLabel()  : string
getRotation()  : int
getXOffset()  : int
getYOffset()  : int

Properties

Methods

__construct()

public __construct(int $icon, int $rotation, int $xOffset, int $yOffset, string $label, Color $color) : mixed
Parameters
$icon : int
$rotation : int
$xOffset : int
$yOffset : int
$label : string
$color : Color
Return values
mixed

getLabel()

public getLabel() : string
Return values
string

getRotation()

public getRotation() : int
Return values
int

getXOffset()

public getXOffset() : int
Return values
int

getYOffset()

public getYOffset() : int
Return values
int

Search results