AirLay backend

MapRender
in package

Table of Contents

$isRosreestrLayerEnable  : bool
$map  : AirlayOSM
__construct()  : mixed
addFeature()  : void
addLine()  : void
addMultiLine()  : void
addMultiPoint()  : void
addMultiPolygon()  : void
addPoint()  : void
addPolygon()  : void
drawCircleMarker()  : void
drawIconMarker()  : void
drawPolygonMarker()  : void
getBbox()  : Bbox
saveToFile()  : void
toImage()  : string

Properties

$isRosreestrLayerEnable

private bool $isRosreestrLayerEnable

Methods

__construct()

public __construct(Point $center, int $zoom, int $width, int $height[, bool $isRosreestrLayerEnable = false ]) : mixed
Parameters
$center : Point
$zoom : int
$width : int
$height : int
$isRosreestrLayerEnable : bool = false
Return values
mixed

drawIconMarker()

public drawIconMarker(Point $point, Icon $style) : void
Parameters
$point : Point
$style : Icon
Return values
void

saveToFile()

public saveToFile(string $filepath) : void
Parameters
$filepath : string
Return values
void

toImage()

public toImage() : string
Return values
string

Search results