You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get the current longitude and latitude of the device, all we need to set are Ti.Geolocation.purpose and Ti.Geolocation.accuracy = Ti.Geolocation.ACCURACY_BEST, for energy saving in iOS, or ACCURACY_HIGH for Android so that getCurrentPosition can return the latitude and longitude, right? We don't need to distanceFilter, preferredProvider and headingFilter?
The text was updated successfully, but these errors were encountered:
To get the current longitude and latitude of the device, all we need to set are Ti.Geolocation.purpose and Ti.Geolocation.accuracy = Ti.Geolocation.ACCURACY_BEST, for energy saving in iOS, or ACCURACY_HIGH for Android so that getCurrentPosition can return the latitude and longitude, right? We don't need to distanceFilter, preferredProvider and headingFilter?
The text was updated successfully, but these errors were encountered: