heremaps / here-android-sdk-examples

Java-based projects using the HERE SDK for Android.
Apache License 2.0
145 stars 191 forks source link

Can we set interval at which heremaps positioning manager class send location updates? #137

Closed Jenishgithub closed 5 years ago

Jenishgithub commented 6 years ago

I'm trying to use heremaps positioning sdk to fetch location updates, right now it seems as it fetches location info depending upon whether the device is at motion or stationary. Can we set the interval (say every 2 secconds or 3 seconds) at which location info is fetched? I cannot find any method to set interval to heremaps positioning manager.

NazarKacharaba commented 6 years ago

Hi @Jenishgithub There is no such API. Sorry for the late answer.

starand commented 5 years ago

@Jenishgithub that behavior can be easily implemented on app side.