Hey there
I've a list of addresses that I want to solve, ive tried two things:
- using locator.addressToLocations - I iterate through the list of addresses. This will solve the results, but sometimes they will not be in the same order as they were in the list - this is an issue.
- using locator.addressessToLocations - this will simply not solve. I can't even get it to work in the REST end point.
I'd like to try to fix the issues with my first attempt as i also need to do some other things during the iteration. Below is my code: