Home > @magiclane/maps-sdk > SetMapStyleCallback
SetMapStyleCallback type
Callback invoked when the map style is set.
Signature:
export type SetMapStyleCallback = (id: number, stylePath: string, viaApi: boolean) => void;Home > @magiclane/maps-sdk > SetMapStyleCallback
Callback invoked when the map style is set.
Signature:
export type SetMapStyleCallback = (id: number, stylePath: string, viaApi: boolean) => void;