Home > @magiclane/maps-sdk > MapViewPreferences > setMapStyleByBuffer
MapViewPreferences.setMapStyleByBuffer() method
Set map view style by content buffer
Signature:
setMapStyleByBuffer(buffer: Uint8Array, smoothTransition?: boolean): void;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
buffer |
Uint8Array | |
|
smoothTransition |
boolean |
(Optional) |
Returns:
void