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
-1
votes
1 answer

Google geolocation API not working after billing enabled

I get the following error message when searching for addresses in Google's geolocation API: "ApiClientException: Over your quota." I have enabled billing for the geolocation API, but it still only allows me to fetch 2500 addresses per day. I have…
-1
votes
1 answer

Putting together Geolocation and Places search in Google Maps

I have been trying to put together two of the functionalities the GoogleMaps API offers for developers(Places Search and Geolocation) Since I'm not very familiar with javascript, I'm not positive what could be the mistake I'm making. So far, the…
-1
votes
6 answers

Trying to get property of non-object geolocation google API

I'm working in to get the latitude and longitude from google maps through the geolocation API. I have tried many times but always is showing this error: Trying to get property of non-object in C:\wamp64\www\index3.php on line 16 The issue is that…
-1
votes
1 answer

google geolocation api issue

I have issue with google geo location api. it is returning wrong latitude & longitude of my current position. when i first time integrated it was returning correct but now returning wrong. please have look my below javascript code. …
amit nindroda
  • 65
  • 3
  • 11
-1
votes
1 answer

Google maps geocode returns ZERO_RESULTS for some queries when I use Country Code

I have been working on an application which uses google maps api. recently i found geocoding not compatible with some address like, http://maps.googleapis.com/maps/api/geocode/json?address=ae which the address is country code. But it was working…
-1
votes
1 answer

Json request to google geocoding api not being parsed

I am attempting to utilize the google geocoding api in order to find the coordinates of devices using their cell id, location area code, mobile country code and their mobile network code. Unfortunately my requests are getting a code 400 parse error…
-1
votes
1 answer

Will Google Maps Geolocation API detect levels in a parking garage?

I want to make a location tracker app, but I want it to be able to detect the user's precise location, for instance what floor in a parking garage is he on, and navigate to/from there. Will Google Maps Geolocation have that precision? Is there…
Meg
  • 52
  • 1
  • 1
  • 6
-1
votes
2 answers

google maps show your own location and also show multiple markers

I've checked all over the internet and I have tried some solutions but can't seem to find out how to combine your own location and at the same time show some markers on the map. I got this code to show multiple markers and it works great but how do…
-1
votes
1 answer

How can I modify Google's geocoding sample to output the current geolocation to HTML?

I can get my current location (using this Google Maps API sample). I would like to output the resulting coordinates to HTML (in a similar way to This JSFiddle). I believe the JSFiddle uses this code to extract the coordinates, though I am not…
-1
votes
1 answer

Issue with google.maps.event.trigger(map, “resize”) in jquery tabs

I have a button named update details.On clicking the button a dialog is created which contains 3 tabs.In the third tab a field named map is there where users can select their location in map.I have 2 hidden fields which contain latitude and…
Techy
  • 2,626
  • 7
  • 41
  • 88
-1
votes
1 answer

is it possible to call "navigator.geolocation.getCurrentPosition(initialize, fail);" only once

wants to call navigator.geolocation.getCurrentPosition(initialize, fail); only once i.e. at the time of initialization. I wants to do:- at the time of initialization Wants to set my Home Position(i.e. My current position). When I start walking…
-1
votes
1 answer

Request/get response as json including mutiple objects for geolocation API

I'm trying to send a request as a json including multiple objects and get the response back in same way for geolocation API. But when I request json including multiple object, the response includes only an object for the first object in json…
-2
votes
1 answer

Matching Geopoints to road on map

I tried to create an app which track the current user position and I want to display it on a map. The problem is, when I drive by car I get 2 geopoints and if there was a curve between, then it only draws a straight line. But I would like to draw…
-2
votes
2 answers

Geolocation value retuned from service is undefined

I have placed the geolocation call in a service which I want to use in different areas of the application. However, undefined is being returned. How do I return the value properly so that it can be retrieved? Service code getUserPosition() { …
A.Mac
  • 203
  • 3
  • 19
-2
votes
1 answer

Geo location Google Places API javascript

the below code shows bars near my location using the Google Places API. However, if the user clicks don't allow on the browser warning 'use your location' the map doesn't load. What I would like is for the map to default to the London co-ordinates…
1 2 3
18
19