I noticed, with the current implementation, all the placemark methods internally create an instance of CLGeocoder.
I would like to ask, what is your opinion on exposing them publicly, and putting a Reactive extension on CLGeocoder?
I don't mind doing it myself, so long as the idea gets approved.
Benefits would be that you can do reverse geocoding on any CLLocation, not just the user's current location.
I noticed, with the current implementation, all the
placemarkmethods internally create an instance ofCLGeocoder.I would like to ask, what is your opinion on exposing them publicly, and putting a
Reactiveextension onCLGeocoder?I don't mind doing it myself, so long as the idea gets approved.
Benefits would be that you can do reverse geocoding on any CLLocation, not just the user's current location.