-
Lots of people backing away from google for display of maps.
Nice thing would be to provide an option to only use google for geocoding for the add listing page and import.
we have a snippet for …
-
If I hit Google geocoding api with below URL
https://**maps.googleapis.com/maps/api/geocode/json**?key=**{api_key}**&address=**OSLO**&components=**country:NO%7Cpostal_code:N-0302**
I am unable …
-
A quick look found a couple of options
1. google: https://developers.google.com/maps/documentation/geocoding/#ReverseGeocoding
(this seems to work without an API key too)
2. map quest: http://devel…
-
Research which one we should use: Google’s Geocoding API or OpenStreetMap.org
Create class that converts address to coordinates (longitude/latitude) or vice versa.
## Geocoding APIs
[Postcode…
-
**Describe the bug**
The GeoCode API from Google is no longer available without a payed API key subscription. So the geocoding feature in Google Maps backend fields is no longer usable. But there is …
-
I'd like to see a geo filter that given a lat & lon it produce meta information like: country, city, state, town, road, ... maybe even address! Much like Google API's "geocoding": https://developers.g…
-
For initial proof of concept for geocoding, I used Mapbox's geocoding API + my own API token. We should confirm whether this is the best one to use, as opposed to other options like Google. It appeare…
-
![image](https://github.com/NREL/SAM/assets/6498311/baf6b5c2-770a-4390-a4ca-19305dc3e2a4)
Parse user entered data more completely and do not return invalid date.
Possibly create valid decimal de…
-
```
This library uses v2 from Google. They discontinued it on the 9/9/2013.
https://developers.google.com/maps/articles/geocodingupgrade:
This document is intended for developers migrating to versio…
-
Define necessity of third party APIs like Google Map Direction API, Geocoding API, etc.