geolocation Questions

0

I want to send the user's location updates, periodically, to our back-end service, in real-time, in the background ( even if the App is not running / terminated ). Currently we are sending location...
Gaming asked 28/11, 2020 at 18:17

4

Solved

I'm using Sqlalchemy to define my tables and such and here is some code I came up with: locations = Table('locations', Base.metadata, Column("lat", Float(Precision=64), primary_key=True), Column("...

2

Solved

I'm trying to detect whether a user is visiting my website from a European country or not. I'm using the Cloudflare proxy & CDN so have to make use of the headers that they pass on (like so): ...
Aman asked 30/5, 2014 at 22:0

2

Solved

Using flutter I try to retrieve the current position using StreamSubscription and getPositionStream in geo locator. But I keep getting the error: Error: The method 'getPostionStream' isn't defined ...
Eternalize asked 12/11, 2020 at 19:17

4

Solved

I am developing an application which uses geolocation coordinates. I used the HTML5 geolocation feature to find out the location of the site visitor, but the issue is with Chrome which doesnt suppo...
Marshall asked 7/9, 2016 at 9:56

1

Solved

I have an iframe tag with the src being another webpage on a different server. I have the ability to modify the headers of both sites. Before I started implementing the Control Security Policy, I w...

3

Solved

I'm working on a Flutter app which fetches the user's current location, but while the location is being fetched, it shows this ugly red error screen (which disappears once the location is fetched)....
Daughterinlaw asked 22/10, 2019 at 11:57

1

Solved

I am currently using flutter_webview plugin for a project. In one of the page, I need to get the user location information to calculate the distance. There is JavaScript running on the webpage to g...
Micrography asked 24/9, 2020 at 13:15

3

I am calling this function once I get the addressString: [[self geocoder] geocodeAddressString:addressString completionHandler:^(NSArray *placemarks, NSError *error) { if (error) { block(nil, n...
Siret asked 7/2, 2014 at 10:5

3

Solved

I am developing an application using the cordova and found a need to take the data of latitude and longitude of the User, but my application will be used offline (without internet access). I'm wit...
Pera asked 8/6, 2015 at 15:53

3

Solved

Is there a good physical address to GeoLocation conversion database in the UK? I am trying to use this to build a globrix style search box http://www.globrix.com/ for a web application. Any pointer...
Book asked 1/9, 2009 at 15:41

2

Solved

I just want to know the country where the device is at. Not the street, not the city, not the province. Just the country. I should be able to get that sort of coarse information without having to a...
Judicious asked 6/9, 2020 at 19:46

1

I am looking for a solution to fetch geolocation periodically (every 1 minute) on mobile browser. I did some research and came to know that fetching geolocation in background (when phone is locked ...
Thriftless asked 23/9, 2018 at 8:55

3

Solved

I have a table with a POINT geometry field. I enter latitude/longitude points into it like this: INSERT INTO table( point ) VALUES( POINT( lon_value, lat_value ); Sometimes I do not have lat/lon...
Nowlin asked 12/6, 2015 at 22:18

0

In my "offices" collection, I am using GeoFlutterFire package trying to query all the offices built between year x and y, offering a specific service and within z miles of my office. Each...
Othelia asked 30/8, 2020 at 20:14

2

I want to create my own Endomono/Runtastic-like app using RN + expo (This app will be just for me, and I have android phone with pretty decent performance/battery life (Redmi note 7) so I don't wor...
Detwiler asked 15/3, 2020 at 18:39

6

Solved

Due to GDPR, I am requiring to check the user's location - whether the user is from the European Union. Till now I have found these solutions - Get Country using the Phone's language configuration...
Thiamine asked 9/5, 2018 at 12:25

9

Solved

Right this is confusing me quite a bit, i'm not sure if any of you have noticed or used the "my location" feature on google maps using your desktop (or none GPS/none mobile device). If you have a b...
Laurinda asked 3/11, 2009 at 16:7

3

I cannot center my Google map on a marker after I geocode. I have two markers: The initial marker (the one that is centered on, does not change), the other one changes based on the geocoding, and ...
Cauley asked 4/7, 2019 at 15:36

2

Solved

I have an application that is extracting lat/lng from the geolocation api and and doing some reverse geocoding against a rest api. I used to be able to use the Chrome sensor overrides in developer...
Galoot asked 16/6, 2020 at 9:44

9

Solved

I want to make an app which checks the nearest place where a user is. I can easily get the location of the user and I have already a list of places with latitude and longitude. What would be the b...
Population asked 29/4, 2010 at 23:30

2

Solved

I am trying to get device current position in react native. I am using below library for get the location: react-native-geolocation-service My code: try { const granted = await PermissionsAndr...
Hipbone asked 20/8, 2019 at 9:37

3

Solved

I've been trying to implement a feature to get the correct altitude based on the barometer sensor from Android Galaxy S5 phones. The only problem is, I don't think it is accurate. Based on http://w...
Tatty asked 21/7, 2015 at 14:16

5

I need to get the user's location from the Web client. Since Google restriction in some countries (for more information see this question on Stackoverflow), the below code will return an empty obje...
Bulrush asked 2/7, 2020 at 6:46

24

So I have a pretty simple bit of JS using the navigator.geolocation.getCurrentPosition jammy. $(document).ready(function(){ $("#business-locate, #people-locate").click(function() { navigator.geo...
Viv asked 3/8, 2010 at 14:37

© 2022 - 2024 — McMap. All rights reserved.