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
0
votes
0 answers

Calculate driving distance between two geolocation points

Mind if I ask if any of you know how to calculate the actual driving distance between two points when latitude and longitude for both starting and destination points as input? Ps: with help of google API.
Ng yi chen
  • 31
  • 1
  • 3
0
votes
1 answer

How do I combine two map locations into a more accurate one?

I am creating an app that is interested in having a highly accurate estimate of an Android device's location. I am also required to send this data to a proxy server. My current implementation fetches a GPS location on the device itself and sends…
0
votes
1 answer

Google Geolocation API

I am learning to use Google Geolocation API. I have got my key and I am just trying to make a simple form which takes the city name and returns me the latitude and longitude using Geolocation API. The simple form is :
Akshay
  • 77
  • 1
  • 11
0
votes
1 answer

Google Maps Geolocation API non-mobile?

I am having some trouble understanding how the Google Maps Geolocation API can be implemented. From the intro documentation : "The Google Maps Geolocation API returns a location and accuracy radius based on information about cell towers and WiFi…
connected_user
  • 814
  • 1
  • 9
  • 25
0
votes
1 answer

Show Local Weather Google Geocoder API already determined Geolocation

I already am using a geolocation call from FreeCodeCamp I have a linked OpenWeatherMap API to find weather based on Geolocation I have now added a Google API so I can add not just the City name but also State and Country. I cannot figure out or find…
0
votes
1 answer

marker cluster in google geocode

i am using google geocode for displaying markers based on site name on google maps and it's working fine. now, i have situation where i have two same site name and chart only display one marker. it's overrides the marker. so, i think of clusters…
0
votes
0 answers

How to get GPS info of a phone without internet, using Ionic 2?

everyone! I am developing Ionic App that tracking the positions. Now I am using Geolocation plugin in Ionic 2. But it works only when internet connected. But I want to get the location info without Internet, from the phone GPS directly. How can I…
0
votes
1 answer

Javascript two functions to be executed on one click but after getting values from first function

I need help in creating a javascript logic for geo location and AJAX form submission. I have a search in my website which has a nearby search button.The problem here is I want to submit the keywords through AJAX but at the same time I want to get…
AR Khan
  • 11
  • 3
0
votes
1 answer

How to get all businsess addresses from Google Maps by providing companies name

I have the requirement but i dont know which Google Service could fit this. I have a company name. Lets say "General Motors" or "IBM". I want to get all Google Locations where the Company Name is for example "IBM". Is this possible? Which service…
STORM
  • 4,005
  • 11
  • 49
  • 98
0
votes
1 answer

how to center a google map based on user location

I have this script that call posts as markers into a Google Maps: 'braiders', 'posts_per_page' => -1 ); $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ): ?>