Home > @magiclane/maps-sdk > NavigationInstruction > getNextTurnImage
NavigationInstruction.getNextTurnImage() method
Signature:
getNextTurnImage(options?: {
size?: Size;
format?: ImageFileFormat;
allowResize?: boolean;
}): Uint8Array | null;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
options |
{ size?: Size; format?: ImageFileFormat; allowResize?: boolean; } |
(Optional) |
options properties:
- Optional size?: Size
- Optional format?: ImageFileFormat
- Optional allowResize?: boolean
Returns:
Uint8Array | null