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
$east
The east boundary to extract coverage
protected
int|null
$east
= null
$north
The north boundary to extract coverage
protected
int|null
$north
= null
$south
The south boundary to extract coverage
protected
int|null
$south
= null
$west
The west boundary to extract coverage
protected
int|null
$west
= null
$zoom
The zoom level used to generate kmz file
protected
int|null
$zoom
= null
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
Return values
static —jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Tags
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