SYMBOL INDEX (75 symbols across 14 files) FILE: HTML/gulpfile.js constant REACT_BUILD_DIRECTORY (line 7) | const REACT_BUILD_DIRECTORY = "build"; constant REACT_BUILD_FILES (line 8) | const REACT_BUILD_FILES = "./build/*.html"; constant FILE_NAME_AFTER_ADDING_INLINE_TAGS (line 9) | const FILE_NAME_AFTER_ADDING_INLINE_TAGS = "indexWithTags.html"; constant DIST_HTML_FILE_NAME (line 10) | const DIST_HTML_FILE_NAME = "index.html"; constant DIST_DIRECTORY (line 11) | const DIST_DIRECTORY = "dist"; FILE: HTML/src/MapLayers.tsx type MapLayersProps (line 15) | interface MapLayersProps { class MapLayers (line 19) | class MapLayers extends React.Component { method render (line 51) | render() { FILE: HTML/src/MapMarkers.tsx type MapMarkersProps (line 13) | interface MapMarkersProps { class MapMarkers (line 19) | class MapMarkers extends React.Component { method render (line 37) | render() { FILE: HTML/src/MapShapes.tsx type MapMapShapesProps (line 16) | interface MapMapShapesProps { class MapShapes (line 21) | class MapShapes extends React.Component { method render (line 44) | render() { FILE: HTML/src/mapComponent.tsx constant SHOW_DEBUG_INFORMATION (line 27) | const SHOW_DEBUG_INFORMATION = false; constant ENABLE_BROWSER_TESTING (line 28) | const ENABLE_BROWSER_TESTING = true; type State (line 30) | interface State { class MapComponent (line 43) | class MapComponent extends Component<{}, State> { method constructor (line 44) | constructor(props: {}) { method render (line 194) | render() { FILE: HTML/src/mapComponent.view.tsx type MapComponentViewProps (line 12) | interface MapComponentViewProps { FILE: HTML/src/models.ts type LatLng (line 2) | type LatLng = ReactLeaflet.LatLng; type Point (line 3) | type Point = ReactLeaflet.Point; type LatLngBounds (line 4) | type LatLngBounds = ReactLeaflet.LatLngBounds; constant OWN_POSTION_MARKER_ID (line 6) | const OWN_POSTION_MARKER_ID = "OWN_POSTION_MARKER_ID"; type WebViewLeafletEvents (line 8) | enum WebViewLeafletEvents { type AnimationType (line 31) | enum AnimationType { type MapLayerType (line 40) | enum MapLayerType { type MapShapeType (line 48) | enum MapShapeType { constant INFINITE_ANIMATION_ITERATIONS (line 56) | const INFINITE_ANIMATION_ITERATIONS: string = "infinite"; type AnimationDirection (line 58) | enum AnimationDirection { type MapMarkerAnimation (line 64) | interface MapMarkerAnimation { type MapMarker (line 72) | interface MapMarker { type MapEventMessage (line 83) | interface MapEventMessage { type MapLayer (line 90) | interface MapLayer { type MapShape (line 105) | interface MapShape { type MapStartupMessage (line 115) | interface MapStartupMessage { type WebviewLeafletMessagePayload (line 124) | type WebviewLeafletMessagePayload = { type WebviewLeafletMessage (line 132) | interface WebviewLeafletMessage { type OwnPositionMarker (line 139) | type OwnPositionMarker = { FILE: HTML/src/serviceWorker.ts type Config (line 23) | type Config = { function register (line 28) | function register(config?: Config) { function registerValidSW (line 65) | function registerValidSW(swUrl: string, config?: Config) { function checkValidServiceWorker (line 109) | function checkValidServiceWorker(swUrl: string, config?: Config) { function unregister (line 139) | function unregister() { FILE: WebViewLeaflet/ActivityOverlay.tsx type Props (line 4) | interface Props {} FILE: WebViewLeaflet/DebugMessageBox.tsx type Props (line 4) | interface Props { FILE: WebViewLeaflet/WebViewLeaflet.tsx constant INDEX_FILE_PATH (line 21) | const INDEX_FILE_PATH = require(`./assets/index.html`); type WebViewLeafletProps (line 23) | interface WebViewLeafletProps { type State (line 39) | interface State { class WebViewLeaflet (line 46) | class WebViewLeaflet extends React.Component { method constructor (line 60) | constructor(props) { method render (line 223) | render() { FILE: WebViewLeaflet/WebViewLeaflet.view.tsx type Props (line 8) | interface Props { FILE: WebViewLeaflet/models.ts type LatLng (line 2) | type LatLng = ReactLeaflet.LatLng; type Point (line 3) | type Point = ReactLeaflet.Point; type LatLngBounds (line 4) | type LatLngBounds = ReactLeaflet.LatLngBounds; constant OWN_POSTION_MARKER_ID (line 6) | const OWN_POSTION_MARKER_ID = "OWN_POSTION_MARKER_ID"; type WebViewLeafletEvents (line 8) | enum WebViewLeafletEvents { type AnimationType (line 31) | enum AnimationType { type MapLayerType (line 40) | enum MapLayerType { type MapShapeType (line 48) | enum MapShapeType { constant INFINITE_ANIMATION_ITERATIONS (line 56) | const INFINITE_ANIMATION_ITERATIONS: string = "infinite"; type AnimationDirection (line 58) | enum AnimationDirection { type MapMarkerAnimation (line 64) | interface MapMarkerAnimation { type MapMarker (line 72) | interface MapMarker { type MapEventMessage (line 83) | interface MapEventMessage { type MapLayer (line 90) | interface MapLayer { type MapShape (line 105) | interface MapShape { type MapStartupMessage (line 115) | interface MapStartupMessage { type WebviewLeafletMessagePayload (line 124) | type WebviewLeafletMessagePayload = { type WebviewLeafletMessage (line 132) | interface WebviewLeafletMessage { type OwnPositionMarker (line 139) | type OwnPositionMarker = { FILE: demoApp/App.tsx type LatLngObject (line 18) | type LatLngObject = { lat: number; lng: number }; function App (line 51) | function App() {