Announcing matrix routing for Amazon Location Service - devamazonaws.blogspot.com

Today, Amazon Location Service added matrix routing, making it easier for customers to quickly calculate driving time and driving distance between multiple origins and destinations. With matrix routing, developers can use a single API request to reduce the latency associated with multiple routing calculations, allowing them to simplify their code, and improve the experience of their customers. For example, an application that plans delivery routes can now use Amazon Location’s matrix routing capabilities to request the driving time and distance for all deliveries for a given period. They can reduce the number of requests and latency by making one request of up to 350 origins by 350 destination to retrieve 122,500 drive times and distances.

Post Updated on January 19, 2022 at 05:15PM

Comments

Popular posts from this blog

[MS] Pulling a single item from a C++ parameter pack by its index, remarks - devamazonaws.blogspot.com

[MS] Debugger breakpoints are usually implemented by patching the in-memory copy of the code - devamazonaws.blogspot.com

[MS] The case of the crash when destructing a std::map - devamazonaws.blogspot.com