| 12 | const KML_FILE = 'https://pastebin.com/raw/jAzGpq1F'; |
| 13 | |
| 14 | export default class MapKml extends React.Component<any, any> { |
| 15 | map: any; |
| 16 | constructor(props: any) { |
| 17 | super(props); |
nothing calls this directly
no outgoing calls
no test coverage detected