Struct that stores extra value information for a MapLocationDistance SortClause object.
Properties¶
$fieldIdentifier
¶
MapLocationTarget.php
:
36
Identifier of a targeted Field FieldDefinition.
|
|
|
$latitude
¶
MapLocationTarget.php
:
21
Latitude of a geographical location.
|
|
|
$longitude
¶
MapLocationTarget.php
:
26
Longitude of a geographical location.
|
|
|
$typeIdentifier
¶
MapLocationTarget.php
:
31
Identifier of a targeted Field ContentType.
|
|
|
Methods¶
__construct()
¶
MapLocationTarget.php
:
38
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $latitude | float | - | - |
| $longitude | float | - | - |
| $typeIdentifier | string | - | - |
| $fieldIdentifier | string | - | - |