Interfaces, Classes, Traits and Enums
- ConnectionInterface
Table of Contents
-
TYPE
= 'alternativeCoordinates'
-
$latitude
: string
-
$longitude
: string
-
$masterDataSetId
: ObjectId
-
__construct()
: mixed
-
getMasterDateSetId()
: ObjectId
-
getType()
: string
-
toArray()
: array<string|int, mixed>
TYPE
public
mixed
TYPE
= 'alternativeCoordinates'
$latitude
read-only
public
string
$latitude
$longitude
read-only
public
string
$longitude
$masterDataSetId
read-only
public
ObjectId
$masterDataSetId
__construct()
public
__construct(string $latitude, string $longitude, ObjectId $masterDataSetId) : mixed
Parameters
-
$latitude
: string
-
-
$longitude
: string
-
-
$masterDataSetId
: ObjectId
-
Return values
mixed
—
getMasterDateSetId()
public
getMasterDateSetId() : ObjectId
Return values
ObjectId
—
getType()
public
getType() : string
Return values
string
—
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
—