Questions tagged as 'geo-localizacion'

1
answer

indexoutofboundsexception index 0 size 0

I have a code that has to return the coordinates and the address of the coordinates of my device and the place I select on the map, the application gives me the coordinates of my rounded device, but it does not return the address, instead that's...
asked by 12.09.2018 / 09:29
2
answers

Error with geolocation in android studio Unable to get provider

This is my MapsActivity class package com.example.em645.prueba; import android.content.Context; import android.content.pm.PackageManager; import android.location.Location; import and...
asked by 05.12.2016 / 17:13
2
answers

Problem when using a service on Android

I have an application that sends the location from time to time, it occurred to me that it could be through a given service that can not be closed and has to keep working.    Manifest <uses-permission android:name="android.permission.AC...
asked by 20.03.2017 / 19:01
2
answers

You doubt how to get a user's location

I know that the stackoverflow community are strict with the questions but I have a need and I have never worked with geolocation , the thing is that I would like to know if there is a way to get a user's location by means of an event that is to...
asked by 18.09.2018 / 19:56
1
answer

Am I configuring something wrong? - Locationlistener generates erroneous locations

Good morning, I am developing an application where I get the user's location through the LocationListener class of Android Java, the problem is that sometimes it locates me correctly, sometimes it locates me to more or less 10 or 20 meters of er...
asked by 24.01.2018 / 20:21
1
answer

android "Illegal Access" cordovaGeolocation

I have installed the corodova geolocation plugin, could you tell me why because of that error ?, what is intale like on this page link . and I just put: $cordovaGeolocation .getCurrentPosition(posOptions) .then(function (position) { v...
asked by 15.11.2016 / 19:00
0
answers

How do I get the longitude and latitude where the user is in laravel?

I write this time because how can I get the longitude and latitude of the user who started the session ?, am I working with laravel or should I add google maps, also how can I get the 10 closest cities? although if it does not find the same I vi...
asked by 27.11.2018 / 13:28
1
answer

Problem geolocation in Xamarin

I have a problem with the plugin Geolocator it gives me the error of the authorization of the photos: This is the xaml code : <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms...
asked by 22.05.2018 / 19:51
1
answer

Help with Google Maps on Ionic 3

I've recently been working on an application with the IONIC 3 framework, I'm working with Google maps and I managed to generate a map in my application with my exact location, but I do not know how to make the user choose a Any location other t...
asked by 28.04.2018 / 06:42
1
answer

How to save in bd, the coordinates that I am showing in a div.innerHTML?

Good, I'm new to the community. My problem is the following, I need to save the coordinates (latitude and longitude) in my database when the person makes a record in my Web Application . Before making the new entry the user agrees to share thei...
asked by 12.10.2017 / 22:35