Dear all,
When we add the GPS function an application, it seek the GPS coordinates. So, can we avoid/skip the taking GPS coordinates on laptop/computer but not on android? Any logic is there?
Thank you.
-Brti
Avoid/skip GPS on Laptop/computer
-
Arjun Brti
- Posts: 63
- Joined: October 15th, 2020, 3:40 am
- Location: Nepal
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: Avoid/skip GPS on Laptop/computer
You can use the getos() function to check if you are on Windows or Android and skip the GPS capture if you are on Windows: https://www.csprousers.org/help/CSPro/g ... ction.html
-
Arjun Brti
- Posts: 63
- Joined: October 15th, 2020, 3:40 am
- Location: Nepal
Re: Avoid/skip GPS on Laptop/computer
Thank you very much Josh. Its worked.