results do not include formatted_address?
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?
I don't know if this help
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
i added to the doc that is not returned to be consistent between platform