farfromrefuge

Results 1509 comments of farfromrefuge

@thxmxx @Pstoppani can you elaborate on what you changed for gps orientation?

@Pstoppani thanks! Will test it on my side. I ported the code to JS as i use it within Nativescript cross platform environment. Thanks

@thxmxx thanks a lot! will use that too. Now did you get the speed to be accurate? That s actually the reason why i am looking at this lib. My...

@thxmxx Thanks for the infos! I added the bearing from sensors as you mentioned (Also reported in test app for easier debug). You can see it here : https://github.com/farfromrefug/mad-location-manager Now...

Actually might have solved this. I added this ```java long now = android.os.SystemClock.elapsedRealtimeNanos(); long nowMs = Utils.nano2milli(now); SensorGpsDataItem sdi = new SensorGpsDataItem(nowMs, SensorGpsDataItem.NOT_INITIALIZED, SensorGpsDataItem.NOT_INITIALIZED, SensorGpsDataItem.NOT_INITIALIZED, 0, 0, 0, SensorGpsDataItem.NOT_INITIALIZED, SensorGpsDataItem.NOT_INITIALIZED,...

@msn444 dont use gauge. you can get the same result with @nativescript-community/ui-canvas

yes you are right. glad you found a solution !

@deindesignpl no i dropped that plugin and do it with `@nativescript-community/ui-canvas`

@tsonevn I actually thing that isssue is related to Nativescript and not RadListView. I have the same issue with the core ListView item. To be even more precise i think...

@tsonevn sorry my bad will do