Distance
Used to represent a distance value.
Shape
{
amount: number;
unit: 'km' | 'nmi';
}
Supported units
Only kilometers are supported at the moment.
Unit | Description |
---|---|
km | Kilometer |
nmi | Nautical mile |
Used to represent a distance value.
{
amount: number;
unit: 'km' | 'nmi';
}
Only kilometers are supported at the moment.
Unit | Description |
---|---|
km | Kilometer |
nmi | Nautical mile |