UNPKG
@here/harp-examples
Version:
alpha (0.11.0-alpha.0)
latest (0.22.1)
0.22.1
0.22.0
0.21.1
0.21.0
0.20.4
0.20.2
0.20.1
0.20.0
0.19.1
0.19.0
0.18.0
0.17.2
0.17.0
0.16.0
0.15.0
0.14.0
0.13.2
0.13.1
0.13.0
0.12.0
0.11.2
0.11.1
0.11.0
0.11.0-alpha.0
0.10.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
harp.gl Examples
github.com/heremaps/harp.gl
heremaps/harp.gl
@here/harp-examples
/
decoder
/
custom_decoder_defs.ts
8 lines
(6 loc)
•
226 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
/* * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */
export
const
CUSTOM_DECODER_SERVICE_TYPE =
"custom_example_decoder_service"
;