forked from organicmaps/organicmaps
Changed location service from non-working google to self-hosted
This commit is contained in:
parent
17e064edf8
commit
105c34e4a2
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public class WifiLocation extends BroadcastReceiver
|
|||
@Override
|
||||
protected Boolean doInBackground(String... params)
|
||||
{
|
||||
// Send http POST to google location service
|
||||
// Send http POST to location service
|
||||
HttpURLConnection conn = null;
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue