How to use the @here/harp-mapview-decoder/lib/TileDecoderService.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-geojson-datasource / lib / GeoJsonDecoder.ts View on Github external
factory: (serviceId: string) =>
                TileDecoderService.start(serviceId, new GeoJsonTileDecoder())
        });