google-geolocation Questions
23
Solved
I have a latitude, and longitude : "-27.0000,133.0000". I want produce a map base on that.
I've tried go to this link
https://maps.googleapis.com/maps/api/geocode/json?latlng=-27.0000,133.0000&...
Lashandralashar asked 7/10, 2015 at 14:14
5
Solved
I am building an Android app that will track the user's geolocation and draw their route on a map.
I am using the Google Play Services location API, as described here.
It is intuitive that my app...
Kordofanian asked 8/3, 2016 at 14:9
1
I am asking this question after extensively reading Google's recommended approach, but I do have a problem with all these approaches, let me explain the situation.
I use combination of geolocation...
Rico asked 22/7, 2018 at 19:5
1
I have a point (latitude,longitude) ex : 33.959295,35.606100 and I'm looking for a way in c# to check if this point is on a specific route (a list of points or a polyline). I did some research and ...
Cosgrove asked 22/6, 2018 at 13:6
4
I have the following code using Ionic Native Geolocation:
import { Geolocation } from 'ionic-native';
this.platform.ready().then(() => {
alert('loadMap about to getCurrentPosition');
Geoloc...
Depressomotor asked 9/3, 2017 at 12:55
0
please help me out from this issue,
geolocation plugin not working with some android devices.
it tested on different Android phones to identify current location on map issues, find below results:
...
Dorset asked 30/11, 2017 at 5:12
1
I am trying to use HTML geolocation to get my position. Funny thing is, it was working brilliantly until some seemingly random point in the day when it just stopped working. Now all I get is the er...
Butterworth asked 27/6, 2017 at 6:7
1
I'm having an issue with my android emulator. When I close and re-open my app, the location is not sent automatically. I have to go into Extended Controls -> Location and click the 'Send' button fo...
Midian asked 3/10, 2017 at 20:15
3
Solved
For some reason suddenly when calling navigator.geolocation.getCurrentPosition() I get this error:
Network location provider at 'https://www.googleapis.com/' : Returned error code 403.
It used to...
Serdab asked 1/9, 2015 at 10:36
1
When i have put the url below to my browser adress bar i get a 'not found' text.
https://www.googleapis.com/geolocation/v1/geolocate?key=API_KEY
I have registered my app at console and get a a...
Amado asked 8/11, 2016 at 14:55
1
I have implemented the geoFence api and everything is working good. But there are some problems, I want more clarification regarding my confusions.
Here are some of the confusions and problems:
...
Eleanoreleanora asked 1/6, 2016 at 9:55
1
© 2022 - 2024 — McMap. All rights reserved.