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

Categories

0 votes
758 views
in Technique[技术] by (71.8m points)

here api - Restart PositioningManager in OnPositionChangedListener

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

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

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...