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