location Questions

3

I'm having a problem when trying to get the user location using location.getLocation() on a real device, now it works perfectly on the emulator and super fast but on a real device it's slow, I don'...
Nora asked 2/10, 2020 at 12:28

7

I have been working on a team developing an app in Flutter. We need to track the distance travelled using the GPS but the challenge is that Flutter no longer allows both foreground and background l...
Maddis asked 30/7, 2021 at 3:8

5

I am trying to get the location of currently running process on your computer using PowerShell. Example C:\Program Files (x86)\Mozilla Firefox C:\Windows\sysWOW64\WindowsPowerShell\v1.0 C:\Progra...
Heliotype asked 13/7, 2015 at 2:25

5

Solved

So I have a button that calls, Location.back() i want to show it when it has history available, is it posible to check if location has any history, or can go back? Or is there a way of accessing t...
Neuroma asked 10/1, 2017 at 15:30

7

Solved

What is the difference between window.location.href and window.open () methods in JavaScript?
Jamarjamb asked 16/8, 2011 at 11:51

4

Solved

When we try to get nearby cells and their LAC, MNC, signal (and while using other android apps) we are getting signal as negative value (like -85dbm). How should I take this? Should I ignore -ve si...
Wetmore asked 26/7, 2013 at 6:57

29

Solved

I am installing a website in a droplet (Digital Ocean). I have an issue for install NGINX with PHP properly. I did a tutorial https://www.digitalocean.com/community/tutorials/how-to-install-linux-n...
If asked 31/8, 2014 at 10:24

10

Solved

I want to get the current longitude and latitude of a location using Swift and display them via labels. I tried to do this but nothing displays on the labels. import UIKit import CoreLocation clas...
Indopacific asked 4/11, 2014 at 17:44

8

Solved

I want to show my window on top of the TaskBar's clock when the windows starts. How can I find the bottom right corner location of my desktop? I use this code that works well in windows forms app...
Lupe asked 1/10, 2011 at 13:22

3

Solved

Today is Wednesday and I have this code let calendar:NSCalendar = NSCalendar.currentCalendar() let dateComps:NSDateComponents = calendar.components(.CalendarUnitWeekday , fromDate: NSDate()) let d...
Augment asked 26/11, 2014 at 15:32

7

I am working on React native project and there I am taking location permissions. Also I have to track location permissions always like if user has given permission access after install the applicat...
Cristinacristine asked 13/11, 2019 at 7:44

10

Solved

I have: var uri = window.location.href; That provides http://example.com/something#hash What's the best and easiest way to get the entire path without the #hash? uri = http://example.com/som...
Terina asked 28/4, 2011 at 12:2

3

I am attempting to request background location permission for my app, but the locations permission dialog doesn't appear at all if I ask for background location. If I just ask for coarse location a...
Bobbette asked 19/7, 2022 at 10:6

7

Here are my nginx configure files. On the default.conf, the first location is used to access /usr/share/nginx/html directory, it is ok while I access http://47.91.152.99. But when I add up a new...

25

Solved

I'm developing an app on Android OS. I don't know how to check if Location Services are enabled or not. I need a method that returns "true" if they are enabled and "false" if not (so in the last c...
Planter asked 25/4, 2012 at 8:14

9

Solved

I am trying to find my current location for an android project. When the application is loaded my current location is always null. I have set up the permissions in the manifest etc. When I find the...
Bionics asked 26/3, 2012 at 13:38

5

Solved

I have found that this works PART of the time by inheriting the Windows Forms mouse point and subtracting out the height and width of my window to set the left and top (since my window's size is fi...
Megavolt asked 4/11, 2013 at 13:42

1

I'm attempting to run location updates on a Flutter isolate thread, the error is only present when running an isolate. Location requests works without issues on the main thread. The goal here is to...
Bodine asked 8/2, 2020 at 18:37

3

Solved

I have an iOS app, which requests location permissions. If the user accepts, everything works fine (of course). But if the user doesn't accept and then manually triggers a localisation, he get the ...
Iconoduly asked 21/8, 2020 at 9:2

3

What is the difference between window.location.href="http://example.com"; window.location.replace("http://example.com"); window.location.assign("http://example.com"); I read in many forums tha...
Shirlshirlee asked 9/10, 2011 at 13:4

22

Solved

I want to get following values from Latitude and Longitude in android Street Address City / State Zip Complete Address How to achieve this?
Keener asked 23/2, 2012 at 8:6

2

I've just installed PEAR into WAMP attempting to follow this article. It all seems to have gone okay but when I type "pear upgrade" into the command prompt I get this error: ERROR: failed to mkd...
Chabot asked 3/9, 2012 at 16:3

6

Solved

How to detect if the location is triggered with Mock Location in Android Marshmallow? Previously, I used Settings.Secure.ALLOW_MOCK_LOCATION But, in API level 23, this has been deprecated. I wan...
Glass asked 19/9, 2015 at 12:59

7

Solved

Which one of these is the most effective vs checking if the user agent is accessing via the correct domain. We would like to show a small js based 'top bar' style warning if they are accessing the...
Breed asked 17/7, 2011 at 18:34

17

Solved

How do I test to see if links are external or internal? Please note: I cannot hard code the local domain. I cannot test for "http". I could just as easily be linking to my own site with an http a...
Cattegat asked 26/5, 2010 at 7:37

© 2022 - 2024 — McMap. All rights reserved.