michalchudziak / react-native-geolocation

Geolocation APIs for React Native
MIT License
1.3k stars 226 forks source link

What number mean of errors in iOS #322

Open muslimmuda15 opened 1 month ago

muslimmuda15 commented 1 month ago

I getting error like this:

{
    "code": 3,
    "message": "Unable to fetch location within 20.0s.",
    "PERMISSION_DENIED": 1,
    "POSITION_UNAVAILABLE": 2,
    "TIMEOUT": 3
}

What the mean this number?