You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theopencage::Parameters
struct. Setting it totrue
would passno_annotations=1
to the API.The text was updated successfully, but these errors were encountered: