Byd\ApiClient\Dto\Response\GpsPosition
No PHPDoc description provided.
Type: class
Source: src/Dto/Response/GpsPosition.php
Public properties
| Property | Type | Default |
|---|---|---|
longitude |
?float |
— |
latitude |
?float |
— |
altitude |
?float |
— |
speed |
?float |
— |
heading |
?float |
— |
direction |
?float |
— |
positionType |
?string |
— |
timestamp |
string|int|null |
— |
requestSerial |
?string |
— |
raw |
array |
— |
Public methods
__construct
No PHPDoc description provided.
public function __construct(?float $longitude = null, ?float $latitude = null, ?float $altitude = null, ?float $speed = null, ?float $heading = null, ?float $direction = null, ?string $positionType = null, string|int|null $timestamp = null, ?string $requestSerial = null, array $raw = []): mixed