Documentation

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

$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.

On this page

Search results