Home > @magiclane/maps-sdk > NextSpeedLimit > (constructor)
NextSpeedLimit.(constructor)
Constructs a new instance of the NextSpeedLimit class
Signature:
constructor(params: {
coords: Coordinates;
distance: number;
speed: number;
});Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
params |
{ coords: Coordinates; distance: number; speed: number; } |
params properties:
- coords: Coordinates
- distance: number
- speed: number