()
| 29 | |
| 30 | //THROWS AN ERROR WHEN GEOLOCATION DOES NOT WORKS |
| 31 | function showError() { |
| 32 | console.log("location enable kar be"); |
| 33 | } |
| 34 | |
| 35 | //Setting user's location |
| 36 | function setPosition(position) { |
nothing calls this directly
no outgoing calls
no test coverage detected