Questions tagged as 'geolocation'

1
answer

Save latitude and longitude in swift

I have this code in my ViewController to capture the users current location: @IBOutlet weak var userMapView: MKMapView! var locationManager = CLLocationManager() override func viewDidLoad() { super.viewDidLoad() locationManager = CLL...
asked by 12.09.2016 / 19:30
1
answer

How accurate is the geolocation of React Native?

I would like to know how accurate the data is that the geolocation of React Native, does it use the native geolocation of the cell phone? I wanted to get an idea of the margin of error of the location, whether it's meters or even KM ... or it...
asked by 28.07.2017 / 15:02
0
answers

Geolocation, permission and Google Maps

I'm programming a site to get the user's location in real time, however I have 3 problems: accuracy permission to use the location (I do not know what event it takes when the user allows you to use your location or deny it, I can not work...
asked by 01.07.2018 / 01:54
0
answers

Geolocation and HTTP requests in the background with Ionic 2

I am creating an application with Ionic 2 in this application I need to get the geolocation of the device and make HTTP requests for a web service I have been publishing. I used SQLite to save the information while it was offline, and to se...
asked by 09.06.2017 / 02:26
1
answer

Searching for IP or URL of a site using Geolocation

I'm having a problem using the Geolocation feature where I'm trying to fetch the location data (latitude and longitude) from the url or ip that I type in the ip / url field. By clicking on the "Locate" button, it only returns the ip / url loc...
asked by 08.01.2017 / 21:42
1
answer

Limit IP Address

I have a project for a supermarket online and my client wants only those who reside within the city in which he owns this supermarket can apply. He has problems since he already has this supermarket using opencart and there is always a request f...
asked by 06.02.2017 / 19:04
2
answers

API or database to achieve latitude and longitude

I need to know the latitude and longitude of a location looking for CEP or any other option that I can provide, it can not be Google maps . Does anyone know any API or base de dados ?     
asked by 29.09.2017 / 18:46
1
answer

ionic display latitude and longitude in view

I created an ionic project with the following view: <ion-view> <!-- Inicia view --> <ion-nav-title>BioCalc - {{pageTitle}}</ion-nav-title> <ion-content> <!-- Inicia conteudo da view --> <p&...
asked by 31.08.2016 / 14:51
0
answers

My Android App is giving error while executing

When I click the button the message: Android.App has stopped. I have this code that I downloaded on the internet to do a Geolocation test. AXml: <StackLayout Orientation="Vertical"> <Button Text="Get GPS location"...
asked by 18.12.2018 / 13:35
0
answers

Is there a hybrid plugin where I check if the location is active?

I'd like you to take a device's location to check if its location is active, and if it's not, generate a btn that takes you to the device's configuration to activate it. I previously used the Cordova diagnostic plugin, and for android it work...
asked by 27.06.2018 / 03:43