Example: Show device trips

Retrieves a device's trip list and displays each one on a map

This tool is provided as an example and is available on an As-Is basis. You must assume all the risks and costs associated with the use of the sample tool, including, without limitation, any damage to any equipment, software, information or data. In addition, we are not obligated to provide any maintenance, technical or other support for the sample tool. In order to improve our products, we may at any time, and without warning, change the design, presentation, or functionality of the software.

Select device

Help

Overview
This example demonstrates some simple API requests and drawing a vehicle's trip on a map.

Work flow
Your vehicles are retrieved using an initial API request for all Device entities. Then when one is selected, the current day's Trips are retrieved. The trip's LogRecords are retrieved and displayed on the map.

Skill level
Beginner