Skip to content

Commit f171681

Browse files
authored
[@nativescript/geolocation] update Utils.Accuracy to CoreTypes.Accuracy (#23)
1 parent 2029343 commit f171681

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)