-
-
From what I could see in the code, location to be applied to PH/SH evaluation is based on reverse geocoding of coordinates which are fed to Nominatim, not on the hardcoded tag values of the POI itself…
-
### Description
Incorrect display of the city in the name of the establishment
- [ ] **Android**: Flowers > must be Clayton
- [ ] **iOS**: Wilson Mills > must be Clayton
[Map](https://drive.…
-
The reverse geocode documentation: https://radar.com/documentation/api#reverse-geocode says there are two input parameters, `coordinates` and `layers`.
The flutter documentation here: https://radar…
jt274 updated
4 months ago
-
Replace:
- reverse geocoding of earthquakes origin
New feature:
- add new location using city name (forward geocoding)
-
is there any package or solution to use forward geocoding and reverse geocoding of mapbox for react-native ?
https://docs.mapbox.com/api/search/#geocoding
-
HI there
Great plugin , is amazing.
Is there anyway to show the current geo location, in the address field?
Currently the address box remains empty until you move the marker, which is great, but I …
-
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…
-
We should display a textual location when we can. There are two options.
1. Store the location in the database with the photo (alter the db schema to support this)
2. Perform this on the frontend with…
-
Thank you very much for providing this aweseome gem!
If I saw correctly, all Nominatim lookups go to the `/search` endpoint. While this covers most use cases, some are missing, such as looking up a…