nativescript-community / nativescript-community/geocoding
Reverse geocoding needed
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This plugin is so close to what I'm looking for, namely the way to get the closest street address for a given location (lat/lng pair). Looks like I just need implementation of the getFromLocation geocoder function.
I'll submit this as a feature request; perhaps others are looking for this, too.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the getFromLocation geocoder function and reading how the plugin exposes native geocoding APIs for Android and iOS. Implement reverse geocoding for a latitude/longitude pair using the platform APIs, then verify that the closest street address is returned consistently on both platforms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, ios, typescript
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100