FieldLocation
in package
implements
Stringable
Location of a field.
Table of Contents
Interfaces
- Stringable
Properties
- $page : int|null
- Page ID.
- $polygon : Polygon|null
- Free polygon made up of points (can be null when not provided).
Methods
- __construct() : mixed
- __toString() : string
Properties
$page
Page ID.
public
int|null
$page
$polygon
Free polygon made up of points (can be null when not provided).
public
Polygon|null
$polygon
Methods
__construct()
public
__construct(array<string, int|float|string|bool|null|array<string|int, mixed>> $rawResponse) : mixed
Parameters
- $rawResponse : array<string, int|float|string|bool|null|array<string|int, mixed>>
-
Raw server response.
__toString()
public
__toString() : string
Return values
string —String representation.