nativescript-community / geocoding

Provides access to native geocoding APIs for NativeScript apps (android.location.Geocoder for Android, CLGeocoder for iOS).
8 stars 1 forks source link

Reverse geocoding needed #5

Open dlcole opened 4 years ago

dlcole commented 4 years ago

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.

dlcole commented 4 years ago

Found some code that claims to work, but fails on iOS. I've opened this SO post with the details and a link to a Playground project.