| 10 | const LONGITUDE_DELTA = LATITUDE_DELTA * ASPECT_RATIO; |
| 11 | |
| 12 | export default class IndoorMap extends React.Component<any, any> { |
| 13 | map: any; |
| 14 | constructor(props: any) { |
| 15 | super(props); |
nothing calls this directly
no outgoing calls
no test coverage detected