PHP Sigfox Client

TilesMonarchKmzJobIdTileskmzGetCoverage extends Request

Retrieve Sigfox Monarch coverage kmz from a job

Table of Contents

$east  : int|null
The east boundary to extract coverage
$north  : int|null
The north boundary to extract coverage
$south  : int|null
The south boundary to extract coverage
$west  : int|null
The west boundary to extract coverage
$zoom  : int|null
The zoom level used to generate kmz file
from()  : static
Initializing a model from an array
jsonSerialize()  : array<string|int, mixed>
setEast()  : static
Setter for east
setNorth()  : static
Setter for north
setSouth()  : static
Setter for south
setWest()  : static
Setter for west
setZoom()  : static
Setter for zoom

Properties

Methods

from()

Initializing a model from an array

public static from(array<string|int, mixed> $params) : static
Parameters
$params : array<string|int, mixed>

Pass this parameter if you want to initial property value from an array. See API reference for all property names and types

Tags
throws
DeserializeException

If provided an invalid type to a property

Return values
static

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Tags
inheritdoc
Return values
array<string|int, mixed>

setEast()

Setter for east

public setEast(int $east) : static
Parameters
$east : int

The east boundary to extract coverage

Return values
static

To use in method chains

setNorth()

Setter for north

public setNorth(int $north) : static
Parameters
$north : int

The north boundary to extract coverage

Return values
static

To use in method chains

setSouth()

Setter for south

public setSouth(int $south) : static
Parameters
$south : int

The south boundary to extract coverage

Return values
static

To use in method chains

setWest()

Setter for west

public setWest(int $west) : static
Parameters
$west : int

The west boundary to extract coverage

Return values
static

To use in method chains

setZoom()

Setter for zoom

public setZoom(int $zoom) : static
Parameters
$zoom : int

The zoom level used to generate kmz file

Return values
static

To use in method chains

Search results