capacitor-nativegeocoder icon indicating copy to clipboard operation
capacitor-nativegeocoder copied to clipboard

results do not include formatted_address?

Open jonathan-chin opened this issue 1 year ago • 1 comments

I'm examining the results form this plugin and while I get a bunch of address components, there's no formatted_address field. when examining the network traffic through web, I see that the response indeed includes formatted_address but looking at the source code, I think this plugin doesn't forward that info.

is there a thinking behind this? I could simply reconstruct the formatted address from the address components that are returned, but why not just pass through formatted_address if it's already given?

jonathan-chin avatar Mar 05 '24 18:03 jonathan-chin

I don't know if this help

jongbonga avatar Mar 27 '24 18:03 jongbonga

I could make the plugin return formatted_address in web, but then mobile will miss it as it's not present in the native API

riderx avatar Sep 16 '24 18:09 riderx

i added to the doc that is not returned to be consistent between platform

riderx avatar Sep 16 '24 18:09 riderx