geolocation Questions
4
Solved
Looking for a java utility. It is even better if you can tell me how to do it using geotools library.
Chickasaw asked 25/11, 2011 at 1:13
2
I have been reading around the documentation and the examples but still cant figure out a way to use ARCore/Sceneform with geolocations. An example would be opening my camera and according to my ge...
Highjack asked 17/5, 2018 at 3:20
3
Building an app with RN I use the following to receive user's location :
navigator.geolocation.getCurrentPosition(
(position) => {
//do stuff with location
},
(error) => {
//error or l...
Iyre asked 14/7, 2016 at 10:37
5
Solved
I would like to know if there is a formula/script one could use on Google Spreadsheet to obtain the City,Location of an array of IP addresses.
i.e lets imagine that each cell on column A has 100 I...
Carnay asked 6/12, 2013 at 18:10
4
navigator.geolocation.getCurrentPosition always getting timeout in Android until GPS/Location is OFF
app.controller('dashboard', function($scope){
$scope.getPosition = function(position){
$scope.acc = position.coords;
$scope.lat = position.coords.latitude;
$scope.lng = position.coords.longitud...
Selfsuggestion asked 26/11, 2014 at 18:6
7
Solved
Im trying to render a map at the current user geolocation on android device, using react-native maps.
Here is what i've got so far:
import React, { Component } from 'react';
import {
View,
Sty...
Thereabouts asked 29/11, 2017 at 17:31
6
Solved
Given that the code
var latitude = userLocation.coordinate.latitude
returns a CLLocationDegrees Object, how can I store the value in to a variable so that I can apply it as the text of a label....
Bearnard asked 1/10, 2014 at 13:22
2
Solved
I want to customize auto suggestion result. I want to add more two addresses at the top of the result. Is it possible using google api?
for more understanding I stick here my app screen. there I am...
Calysta asked 5/4, 2018 at 11:38
1
I have created a Website using NextJS and React. I want to provide the Website in several languages. To achieve this, I wanted to create in the page folder, subfolders, for example for the English ...
Brawner asked 30/9, 2018 at 15:32
9
Solved
I need to test a JS geolocation functionality with Selenium and I am using chromedriver to run the test on the latest Chrome.
The problem is now that Chrome prompts me to enable Geolocation during...
Gamez asked 7/12, 2011 at 7:31
4
Solved
I have a GPS app that already requests ACCESS_FINE_LOCATION permission in the manifest, now I want to add a library (MoPub) that requires ACCESS_COARSE_LOCATION.
Am I correct in assuming that ACCE...
Splanchnology asked 9/3, 2013 at 12:37
10
Solved
An android mobile actually does know quite well where it is - but is there a way of retrieving the country by something like a country code?
No need of knowing the exact GPS position - the country...
Vargueno asked 7/9, 2010 at 14:57
6
Solved
I am able to get get full address from current latitude and longitude. but how can I get only city name from full address. this is my code.
var geocoder;
geocoder = new google.maps.Geocoder();
var...
Briolette asked 28/3, 2014 at 5:36
9
Solved
I want to build an app that centers around getting the user's current location and then find points of interest(such as bars,restaurants,etc) that are close to him/her via the Google Places API.
...
Seamark asked 8/10, 2015 at 17:48
3
Solved
I am looking for a python module which can take in the name of the city as the input and return the latitude and longitude of the input.
Redraft asked 3/12, 2012 at 15:8
1
Solved
My app requires precise user location because it requires the user to be at specific locations to perform tasks. I have followed the documentation for the proper way to request both ACCESS_FINE_LOC...
Vapor asked 20/1, 2022 at 20:44
2
On browser and iOS platforms the location works well and shows required data.
On the Android it shows current error:
Application does not have sufficient geolocation permissions error
resour...
Ret asked 16/9, 2016 at 12:6
7
Solved
I'm using [geopy][1] in a Python 3.6 application and I have to run it on an outdated machine that uses Windows 2012 Server. The problem arises when from the application this library is called on th...
Mciver asked 4/10, 2017 at 8:18
5
I need to download google location history data in kml for a period of time.
Up until August 26, 2015, a URL in this format worked:
https://maps.google.com/locationhistory/b/0/kml?startTime=$st...
Apodal asked 1/9, 2015 at 13:26
8
Solved
I'm trying to develop my own augmented reality engine.
Searching on internet, I've found this useful tutorial. Reading it I see that the important thing is bearing between user location, point loc...
Mewl asked 14/11, 2011 at 14:29
2
When using the geolocation.getCurrentPosition API on mobile, tested iOS at the moment, users are prompted more than once through a session depending on the page. In comparison to as desktop site, s...
Baldridge asked 4/12, 2021 at 18:19
6
Solved
I am having an application in which users need to visit particular locations. When users are nearby to this location a form is being open to fill. I have doubt that some users are spoofing their cu...
Cheremkhovo asked 7/1, 2014 at 8:7
11
Solved
How would i determine the country that a spcific IP address is originating from using c#. I need to use this to check if connections originate from a specific country.
Pennypennyaliner asked 13/8, 2009 at 4:58
6
Solved
I want to get address, city, state and country in different variables so that I can display it separately but due to different latlong, somewhere I am getting whole address and somewhere only state...
Fibroid asked 14/4, 2015 at 9:45
3
I have to create and add a privacy policy to my Android app. My app accesses background geolocation data, so whatever policy I add has to include info about how location data is used. Two que...
Baer asked 23/2, 2021 at 20:6
© 2022 - 2024 — McMap. All rights reserved.