Skip to content

@expofp/floorplan / MaplibreOptions

Interface: MaplibreOptions

Properties

offline?

ts
optional offline?: boolean;

Allows MapLibre to run without navigator.onLine when local map assets are bundled.


style?

ts
optional style?: object;

Inline MapLibre style object.


styleUrl?

ts
optional styleUrl?: string;

MapLibre style URL. Offline packages point this to a local style JSON file.