geocoding Questions

11

I want to retrieve address from lat long coords. I have created project in google console. Added Billing information and enabled the geocoding api services. But still when i make this request i am ...

11

Solved

Given a series of GPS coordinate pairs, I need to calculate the area of a polygon (n-gon). This is relatively small (not larger than 50,000 sqft). The geocodes are created by applying an affine tra...
Polo asked 18/5, 2010 at 21:27

2

The Geocoding Service is not returning any result for the US Zip Code 90210, which is the zip code for “BEVERLY HILLS CA”. But the Geocoding is working for other US zip codes. Kindly help me here. ...
Erratum asked 7/4, 2022 at 10:15

17

Solved

For example if we have these set of coordinates "latitude": 48.858844300000001, "longitude": 2.2943506, How can we find out the city/country?
Stinkpot asked 28/5, 2011 at 1:17

13

Solved

I tried implementing the formula in Finding distances based on Latitude and Longitude. The applet does good for the two points I am testing: Yet my code is not working. from math import sin, cos, ...
Schweitzer asked 16/10, 2013 at 19:49

10

I have GPS information presented in the form: 36°57'9" N 110°4'21" W I can use the javascript functions of Chris Veness to convert degrees, minutes and seconds to numeric degrees, but first need ...
Pest asked 16/7, 2009 at 20:44

6

Solved

I've received a message that this function (or it's constructor) has been deprecated. There's a new constructor of that function that accepts an additional parameter 'Geocoder.GeocodeListener liste...
Cockleshell asked 23/8, 2022 at 10:3

15

Solved

Having problems getting the different arrays content from geocoder results. item.formatted_address works but not item.address_components.locality? geocoder.geocode( {'address': request.term }, fu...
Stonefly asked 15/6, 2011 at 15:12

5

I have the seemingly tricky challenge of trying to work out a path, by sea, from one sea port to another sea port. The eventual aim is to plot this on a Google (or Bing) Map as a polyline. The pat...
Ibanez asked 14/11, 2011 at 10:59

15

Solved

I'm calculating the distance between two GeoCoordinates. I'm testing my app against 3-4 other apps. When I'm calculating distance, I tend to get an average of 3.3 miles for my calculation whereas o...
Dilworth asked 16/6, 2011 at 2:9

6

Solved

Is there a service/API that will take a postal/zip code and return the bounding(perimeter) coordinates so I can build a Geometry object in a MS SQL database? By bounding coordinates, I mean I woul...
Arabian asked 28/10, 2012 at 20:48

17

Solved

I have given a location defined by latitude and longitude. Now i want to calculate a bounding box within e.g. 10 kilometers of that point. The bounding box should be defined as latmin, lngmin and ...
Exosmosis asked 26/10, 2008 at 17:0

5

Solved

I want to auto-complete the address for the user as same as what google api provides in this link: https://developers.google.com/maps/documentation/javascript/places-autocomplete?hl=en How can i ...
Tidemark asked 28/10, 2015 at 0:9

14

Solved

Is there a way to get a city name from a latitude and longitude point using the google maps api for javascript? If so could I please see an example?

2

Solved

I've uploaded some addresses to BatchGeo and downloaded the resulting KML file from which I want to extract the coordinates. I managed to prettify the jumbled text file online here, but I don't kno...
Tomahawk asked 4/12, 2012 at 21:19

13

Solved

Hi I have the need to calculate the distance between two points having the lat and long. I would like to avoid any call to external API. I tried to implement the Haversine Formula in PHP: Here i...
Simian asked 7/4, 2012 at 9:35

11

Solved

I need a list of countries, states & cities based on a collection of lat/long values I have. I need to store this information in a manner that hierarchy is preserve and without duplicates (e.g....
Denunciate asked 25/10, 2010 at 10:18

3

Solved

I'm using https://randomuser.me/ to generate some random user data for testing. I'd like to geocode the latitude and longitude that provides to attach the real city/state/country information instea...
Coquet asked 18/6, 2019 at 21:15

7

Solved

I am working on an application where one of the requirements is that I be able to perform realtime reverse geocoding operations based on GPS data. In particular, I must be able to determine t...
Geisel asked 15/9, 2009 at 4:42

7

Solved

Using the Google Geocoder v3, if I try to geocode 20 addresses, I get an OVER_QUERY_LIMIT unless I time them to be ~1 second apart, but then it takes 20 seconds before my markers are all placed. I...
Veilleux asked 10/3, 2010 at 17:49

3

I'm trying to program geocoding. I created API key, but when I add it into my website code I don't get anything, however when I don't use API everything works well. When I'm sending: https://maps....
Dissatisfactory asked 10/2, 2017 at 19:57

7

Solved

I've implemented a reliable way of getting user lat,long coordinates in an app I'm creating, but can't seem to turn these coordinates into a placemark. I'd also like to figure out what I need to us...
Adamic asked 16/9, 2019 at 1:31

3

Hope you can help as I've hit a wall, I'm also quite new to using Google's Places APIs. I'm not going to post any code just yet as my code works fine when the 2 pieces I am about to describe run i...

2

Solved

I have a 3712x3712 pixel sized image of a geostationary eumetsat satellite. There is some black around the earth, such that the image looks like this: For each pixel of the earth, I'd like to ge...
Thordis asked 29/6, 2012 at 15:21

3

I want to know if it is possible to calculate a 100 meter distance around a given point with a known latitude and longitude. I have some coordinates in a MySQL database and want to know if a specif...
Henchman asked 12/12, 2010 at 5:40

© 2022 - 2025 — McMap. All rights reserved.