Questions tagged [google-geolocation]

The Google Maps Geolocation API also called google-geolocation api is an web interface that can return a location and accuracy radius based on information about cell towers and WiFi nodes that the mobile client can detect.

The Google Maps Geolocation API also called google-geolocation api is an interface that can return a location and accuracy radius based on information about cell towers and WiFi nodes that the mobile client can detect.

Google geolocation api communications are done over HTTPS using POST. Both request and response are formatted as JSON, and the content type of both is application/json.

277 questions
-2
votes
1 answer

Getting response from GOOGLE MAPS GEOLOCATION API in PHP, the output is in JSON

I have been looking for answers everywhere, didn't find one. I am using google map geolocation api to display Address from Lat,Long. I need to display only selective data like: "formatted_address" from array. This is the code which I have tried to…
-2
votes
1 answer

Satnav like directions embedding into a website

Is there a way of embedding a Sat-Nav geolocation type mapping into a website?Basically giving you turn by turn realtime directions. Like this I am aware that the Google Maps app has this functionality but I need this implementing into a website,…
-2
votes
1 answer

Google Maps Geolocation API limited at 100 requests even with billing enabled?

Did Google changed recently "his terms" about the Google Maps APIs ?? My APIs were working fine and I had billing enabled even if I never was billed cause I never reached the free 2 500 requests / day allowed. Now it seems that we are limited to 100…
-2
votes
1 answer

Android geolocation platform - KitLocate

I am trying to develop an application usign geolocation and geofencing. The Google geofencing apis are there, but I found another platform KitLocate that provides an sdk for these purposes with a simple documentation. Is there anyone that tried this…
vaik
  • 19
  • 2
-3
votes
1 answer

Get everywhere in my application the last current location android

I have reformulated my problems on how to create a service in the background to get always and at any point of the application using shared preferences that are updated at each change of latitude and longitude. Here are my specific questions about…
-3
votes
2 answers

Tracking geolocation of other users using google maps in real time

Since most browsers have HTML5 enabled, tracking the current device and displaying it on the map is possible, however, is there a function for a webapp based device, to update a central database on it's location? My theory is that a user can POST a…
-4
votes
1 answer

Is there a way to convert meters to kilometers in dart?

i am using geolocator: ^7.3.1 package They mentioned a function that calculates the distance between two geographical points , But the result comes in meters by default How could this be done in Km getDistance(){ double distanceInMeters =…
Jack
  • 161
  • 1
  • 16
1 2 3
18
19