We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2029343 commit f171681Copy full SHA for f171681
plugins/geolocation.md
@@ -24,8 +24,8 @@ In short here are the steps:
24
25
```typescript
26
import * as geolocation from '@nativescript/geolocation'
27
-import { Utils } from '@nativescript/core'
28
-Utils.Accuracy // used to describe at what accuracy the ___location should be get
+import { CoreTypes } from '@nativescript/core'
+CoreTypes.Accuracy // used to describe at what accuracy the ___location should be get
29
```
30
31
### Request permissions
0 commit comments