Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

For some reasons i need to call positioningManger.stop() and positioningManger.start() inside my OnPositionChangedListener.onPositionUpdated() function.

It seems like that the stop event keeps pending somewhere internally. Because after calling positioningManger.start() positioningManger.isActive returns true. But after leaving onPositionUpdated isActive returns suddenly false. I am debugging for a while now and my only idea is that when leaving the onPositionUpdated something like - check if stop was called once, and if yes stop PositioningManager again.

I always get always get 1 or 2 position updated after restarting the positioning manager, then it stops.

I absolutely sure that i do not accidantely stop it somewhere else in my code by myself. Is there any other here service that calls stop on the postitioningManger, e.g. navigationmanager?

question from:https://stackoverflow.com/questions/65917791/restart-positioningmanager-in-onpositionchangedlistener

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
993 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...