Topic: Localisation services dont work first launch
Hi everyone,
I'm encountering an issue during the initial startup of my application. The location service is unable to detect my position, and the 2D marker representing my position is never instantiated. However, if I close my application and restart it, everything works perfectly!
I've realized that the location service doesn't function during the start() if GPS is not ready. It would be great if I could check if the GPS is ready when my instance position exists, and if not, instantiate it!
Thanks a lot.