I want to add two fields for lat/long populated by js code from an address lookup service.
Which would then be used to display the appropriate shipping options.
I'm using https://github.com/owebia/magento2-module-advanced-shipping-setting which seems to have a sandboxed PHP for the actual shipping method/estimate rules.
I've added my own fields following a blog I saw from experius, and I can see that the estimate code can see the extra attributes on the shipping address but all the extra values are null.