flywave-mapview.mapviewoptions.decoderurl
Home > @flywave/flywave-mapview > MapViewOptions > decoderUrl
MapViewOptions.decoderUrl property
The URL of the script that the decoder worker runs. The default URL is ./decoder.bundle.js.
Relative URIs are resolved to full URL using the document's base URL (see: https://www.w3.org/TR/WD-html40-970917/htmlweb.html\#h-5.1.2).
Signature:
decoderUrl?: string;