location Questions
3
Solved
I have implemented a locationlistener in my app which uses the Network Provider.
This all works fine because i want a location quickly and with GPS Provider it takes ages.
But I've come to a poin...
Lashawn asked 4/1, 2011 at 15:49
7
Solved
I am looking for an open source flat file (comma separated values for example) of the major cities in this world, together with their latitude longitudes and timezone. The first 1000 or more is fin...
Thimble asked 23/8, 2011 at 3:16
3
I'm a beginner with operating systems, and I had a question about the OS Kernel.
I'm used to the standard notion of each user process having a virtual address space of stack, heap, data, and code....
Mag asked 8/1, 2019 at 1:43
1
Solved
My app scans and connects to BLE devices from a foreground service. I want to upgrade SDK and target Android 12 (targetSdkVersion 32) and support older versions of Android.
Android 12 introduced ch...
Weft asked 18/7, 2022 at 15:13
9
Solved
I want to city name by current location but i have latitude and longitude.how to get it? i used button click then i get double value latitude and longitude. my code in below.please help me.
Thanks...
Assignat asked 11/3, 2014 at 11:11
11
Solved
http://www.cplusplus.com/doc/tutorial/files/
I just finished executing this but I didn't get any file on my desktop.
So where does the .txt file get placed on my computer?
// basic file operati...
5
Solved
I try to make appear a push alert to the user when he reach a defined zone.
So I coded my app from : https://developer.android.com/training/location/geofencing
It is working perfectly if my app i...
Galleywest asked 24/1, 2019 at 13:44
1
I updated to Xcode 13 last night. Today I find that if I run the simulator for iOS 15 there is no location services settings under privacy, yet on my physical iPhone which is also updated to iOS 15...
2
Solved
I have a WebView that opens a URL that requires access to the user's location. It can determine the location when using Google Chrome outside the app, but in the app, it says I am not allowing the ...
Nonsmoker asked 25/1, 2016 at 6:31
6
Solved
I'm working with a Google Maps View and I want to add a button to the map that when tapped, will move the camera to a specific location. I currently have a button outlet and an action connected to ...
Ansilma asked 13/5, 2017 at 1:59
5
Solved
How to redirect user visiting my sites to location specific sites using the IP Address.
I have 3 location specific sites.
1. Europe.
2. US.
3. Asia.
In short
I wanted to find the location of the...
Polanco asked 13/12, 2012 at 10:22
4
I'm using a GPS provider and LocationListener.onLocationChanged(Location location) to receive location fixes.
Documentation says, that Location.getExtras() contains next key/value pair:
satellit...
4
As title said, I have current location, and want to know the bearing in degree from my current location to other location. I have read this post, is the value return by location.getBearing() my ans...
6
Solved
I am wondering is there any options for combining existing ARCore early stage with Google Location in order to place AR objects over latitude / longitude in the real world? I know this one is possi...
Sarthe asked 18/10, 2017 at 11:30
3
Solved
I have a service which sends a notification when the user changes his/her location. This service is working fine, but the problem arises when the user closes the app as the service closes too.
How...
Struggle asked 29/1, 2014 at 19:53
2
Solved
My app works with location. So I it is required to be location service on. I have seen questions about checking location service's status on the iOS platform, but is there a way to check this in th...
Underlaid asked 11/9, 2021 at 2:25
7
Problem when i am calling to enable gps programatically using GoogleApiClient into fragment...
My code is..
final Status status = result.getStatus();
final LocationSettingsStates state = result....
Scabies asked 14/7, 2017 at 7:3
16
Solved
I currently have just under a million locations in a mysql database all with longitude and latitude information.
I am trying to find the distance between one point and many other points via a quer...
13
Solved
Against the traditional approach of prompting user to go to the settings page and enable location services and come back again, I have noticed a simpler way of doing the same in some of the latest ...
3
I'm using the python-telegram-bot library.
I want to track a user's Live Location, but I don't know how to do it.
I try to use Job Queue:
def notification(bot, job):
updates = bot.get_updates()
...
Fontanel asked 13/1, 2018 at 9:10
2
I'm developing a flutter app and and I made a class that retrieve current location using geolocator package and debugging by iOS Simulator and it doesn't retrieve any data. The icon of the location...
5
Solved
I am using Permissions from the expo-permission Library to get the location coords of the user:
import * as Location from "expo-location";
import * as Permissions from 'expo-permissions';...
Excommunicative asked 5/8, 2021 at 14:5
3
Solved
Is there a difference between these two lines?
var url = "http://www.google.com/";
window.location = url;
window.location.replace(url);
Nicotiana asked 8/12, 2009 at 9:40
6
Solved
3
Solved
My iOS app has BLE beacons detection in it. Which means If user has bluetooth and location on and if user enters the range of a beacon, system automatically awakes the app If it was not running (ki...
© 2022 - 2024 — McMap. All rights reserved.