How to use the @here/harp-mapview-decoder/index-worker.TileDecoderService.start function in @here/harp-mapview-decoder

To help you get started, we’ve selected a few @here/harp-mapview-decoder examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github heremaps / harp.gl / @here / harp-examples / decoder / custom_decoder.ts View on Github external
            factory: (serviceId: string) => TileDecoderService.start(serviceId, new CustomDecoder())
        });
github heremaps / harp.gl / @here / harp-omv-datasource / lib / OmvDecoder.ts View on Github external
factory: (serviceId: string) =>
                TileDecoderService.start(serviceId, new OmvTileDecoder())
        });