UNPKG
@observis/react-native-geolocation-service
Version:
latest (5.4.0)
5.4.0
React native geolocation service for iOS and android
@observis/react-native-geolocation-service
/
js
/
index.js
13 lines
(10 loc)
•
268 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import Geolocation
from
'./Geolocation'
; export
const
PositionError
= Object.
freeze
({
PERMISSION_DENIED
:
1
,
POSITION_UNAVAILABLE
:
2
,
TIMEOUT
:
3
,
PLAY_SERVICE_NOT_AVAILABLE
:
4
,
SETTINGS_NOT_SATISFIED
:
5
,
INTERNAL_ERROR
: -
1
}); export
default
Geolocation;