NativeScript / nativescript-geolocation

Geolocation plugin to use for getting current location, monitor movement, etc
Apache License 2.0
139 stars 77 forks source link

Nativescript 8 - TypeError: Cannot read property 'high' of undefined #277

Open cristiandaulisio opened 3 years ago

cristiandaulisio commented 3 years ago

With nativescript 8 i receive this error because Accuracy.high is now in CoreTypes of @nativescript/core.

MCorzo commented 3 years ago

Hi @Atomico001 , try using "CoreTypes.Accuracy.high" instead "Accuracy.high"

cristiandaulisio commented 3 years ago

Hi, thanks for answer. I did on my code, but is the plugin that have accuracy.high

MCorzo commented 3 years ago

@Atomico001 do you found a way to use this plugin in NS8 ?? I have many bugs, so I can't upgrade my project to NS8

PlayNext commented 3 years ago

Guys, use @nativescript/geolocation with Nativescript 8 instead of this package. And mind MCorzo's comment.