Know your geo coordinates using on-device GPS and Network location providers
* Join Telegram support group to get instant updates and test beta releases.
Note: Pro releases are not FOSS.
My Location finds your device’s location in the following ways:
GPS is usually the most accurate method. But a position fix may take some time or may not work at all due to signal loss. Lock GPS feature runs a persistent service to keep connected with the satellites.
You can also see the list of visible satellites with their PRNs (unique identifiers) and SNR (signal quality). Pro version shows extra telemetry including satellite name, angles and frequency bands.
See documentation.
Network Location Provider uses Wi-Fi, Bluetooth, cellular ids or other on-device sensors to estimate the location. On the devices with Google Play Services installed, NLP usually uses Google Location Service at backend.
See documentation.
UnifiedNLP is an open source API which has been used to develop multiple NLP backends NLP backends.
Furthermore:
-map variant which includes a built-in map preview using OpenStreetMap.Note that My Location is not a location provider like UnifiedNLP (or microG GmsCore). It just shows the location information received from AOSP location providers (GPS and Network) or directly from UnifiedNLP Backends (whichever are available on the device).


Credits and thanks to the developers of:
You CANNOT use and distribute the app icon in anyway, except for My Location (com.mirfatif.mylocation) app.
My Location is free software: you can redistribute it and/or modify
it under the terms of the Affero GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Affero GNU General Public License for more details.
You should have received a copy of the Affero GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.