GeoCodeNet Installation Guide.
Hi and welcome to this product page.
First off I would like to thank you for taking the time out of your day to try out this product.
Installing this product is very simple, just use this link to install it in the org of your choosing.
There are two apex classes which you can use in your Flows, GeoCodeService and OpenRouteServiceIntegration.
The GeoCodeService class only needs the record id of the account and then the billing or shippingpostal code.
The found values will be automatically saved on your chosen account record in the billing or shipping *.Latitude or .Longitude fields!
The OpenRouteServiceIntegration class needs the billing longitude and billing latitude vales from your point a account and from your point b account.
this will return a kilometer value in the "Returned Distance" number variable and a timevalue in seconds in the "Returned Duration" variable.
You can use formulas to devide the seconds to minutes (/60) and the minutes to hours(/60) if needed.
You could even change them to another metric system!