geocoding icon indicating copy to clipboard operation
geocoding copied to clipboard

OpenCage: Allow manually setting `no_annotations=1` for `forward_full` and `reverse_full`

Open FireFragment opened this issue 1 year ago • 0 comments

For my use case, I need to reverse geocode a place and get the full response to get access to the individual components of place name. However, I don't need any annotations. It would reduce internet usage of my app if I could override the no_annotations flag.

I propose a field no_annotations to be added to the opencage::Parameters struct. Setting it to true would pass no_annotations=1 to the API.

FireFragment avatar Oct 30 '24 16:10 FireFragment