Skip to content

Commit 37d754e

Browse files
committed
Merge branch 'develop' of https://github.com/NativeScript/docs-new into develop
2 parents 0349d49 + f171681 commit 37d754e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/geolocation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ In short here are the steps:
2424

2525
```typescript
2626
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
27+
import { CoreTypes } from '@nativescript/core'
28+
CoreTypes.Accuracy // used to describe at what accuracy the ___location should be get
2929
```
3030

3131
### Request permissions

0 commit comments

Comments
 (0)