Release Notes
Contents
Android SDK v1.5
May 2025
-
IMPROVED
Added the option to enter a location as an address plus GPS coordinates. This improves the accuracy of aligning (“snapping”) the location to the nearest road segment. This is especially useful when the address does not exactly match the location. -
IMPROVED
Increased the default timeout to 20 seconds (20,000 milliseconds) to give the application more time to calculate longer routes. Also added an optional timeout() parameter to the RouteOptions and PoisOnRouteOptions builders. This allows you to set your own timeout value, entered in milliseconds. If the timeout is set in the RouteOptions, the PoisOnRouteOptions will also use this RouteOptions timeout. -
FIXED
Fixed an issue with searches using POI buttons such as Gas Stations or Weigh Stations.
iOS SDK v1.2
May 2025
-
IMPROVED
Added the option to enter a location as an address plus GPS coordinates. This improves the accuracy of aligning (“snapping”) the location to the nearest road segment. This is especially useful when the address does not exactly match the location. -
IMPROVED
Added the ability to search for Points of Interest (POIs)—gas stations, truck stops, weigh stations, and more—along the route. -
IMPROVED
Added support for sending trip information to RouteReporter, a Trimble web tool for post-trip analysis to improve driver safety and route compliance. -
IMPROVED
The SDK can now call information from the Trimble Places database using the TrimblePlacesPlugin. The Places database includes details ranging from entrances and exits to dwell times for millions of commercial locations across North America and Europe that serve the transportation industry, enabling developers to integrate precise location data into their applications. -
IMPROVED
Added RouteProfile routeOptions including:options.useAvoidsAndFavors
: Enables the use of avoids and favors for route customization.options.useCustomRoadSpeeds
: Allows the use of custom road speeds for route calculations.options.sideOfStreetAdherenceLevel
: Specifies the level of adherence to the side of the street for stops.options.includeTollData
: Includes toll data in the route cost calculation.options.highwayOnly
: Restricts the route to highways only.options.overrideRestrict
: Overrides restrictions for specific road segments.
-
IMPROVED
Updated the logging around attempting to access unlicensed features to give the user appropriate feedback when the failure is due to licensing, not the code. -
FIXED
Fixed the error message on authorization to clearly inform the user that an Internet connection is required to proceed. -
FIXED
Fixed an issue that caused logging to be reported after navigation ended. -
FIXED
Fixed the design and placement of the Trimble Maps logo on the map. -
FIXED
Fixed the reported ETA for a trip to take into consideration the local time zone of the destination. -
FIXED
Fixed issues related to adding stops to a trip, including an issue where newly added stops were incorrectly placed at the beginning of the trip instead of being appended in the correct order after previously scheduled stops. -
FIXED
Fixed an issue with the inconsistent application of metric and imperial units.
iOS SDK v1.0.1
December 2023
IMPROVED
Removed external dependency on JWTDecode version 3.0.1.IMPROVED
Added an overload to theawaitInitialization
method that includes a timeout parameter (data type: long).