Changelog MapTrip 5.7 / SDK 9.7
May 2024
General
Automatic Map Data Download Improved
MapTrip can download map data independently in order to be able to navigate offline. If the download is interrupted, MapTrip now starts again automatically and only downloads the missing data. Previously, the download was completely restarted after an interruption. With poor Internet connections, this could lead to an endless loop.
Improved display of small road types
Small road types are now displayed as shown in the image.
Detour
Map Changes Depending on the Deployment Phase
With Detour, MapTrip distinguishes between three states
- Normal driving
- Emergency driving with flashing blue lights
- Emergency driving with blue lights in the target area
Changes made to the road maps in Detour can now be marked in which of the three states they should be valid.
Changes such as deactivated turning restrictions can therefore be marked so that they are only taken into account when driving with blue lights.
Switch Turn Restrictions on/off Globally
Users who do not want to take the turning restrictions of the road maps into account at all can switch this off in the settings of the Detour Editor. Only the turn restrictions entered manually in the editor will then be taken into account.
Alternatively, the setting can be made in the settings.ini of the MapTrip app.
UseLocalTurnRestrictionsNormal Default is true.
UseLocalTurnRestrictionsOutOfEmergencyRadius Default is true.
UseLocalTurnRestrictionsInsideEmergencyRadiusDefault is false.
Assign User Related Authorization for Detour
In the MapTrip Manger, users can be given the right to various editing functions.
Prioritize / Avoid with Speed and Delay
The function for prioritizing or avoiding roads has been improved. The assumed driving speed is now displayed for the selected road (if several roads are selected, the average speed is displayed).
To prioritize the road, a higher speed can be entered. To avoid it, a lower speed and/or a delay can be entered.
The greater the difference between the original speed and the new speed, the more pronounced the prioritization/avoidance.
Use of Pedestrian Roads
The settings.ini entry UsePedestrianWays can be used to set whether MapTrip is allowed to drive on pedestrian paths or not. Even if UsePedestrianWays = true, pedestrian paths are only used if the destination is located there. Default is true. This only applies to onboard routing (routes that are calculated on the mobile device).
FollowMe
Show Turn Arrows next to Route
So that you can see the route color as well as the turn arrows, FollowMe draws the turn arrows offset to the side of the route.
SDK
GPS Set Position — A Better Start from your Parking Area
Right at the start of a journey, there is often no information about the direction in which you should drive off. For company premises, halls or fire stations, this problem can be solved with the new function.
With the Gps.setPosition function, SDK users can specify a GPS position and an orientation for defined parking positions of the vehicle.
The function originates from a requirement in the fire department sector, but is extremely useful for many users! The journey of every fire engine begins with the decision whether to turn left or right after leaving the station. Until now, this has often not worked reliably, as there is often not a sufficiently good GPS signal available in the fire station (in the depot, in the warehouse, in the hall…). At the start of the journey, it is therefore not possible to reliably indicate whether to turn left or right.
The Gps.setPosition function is used to give the navigation a location and a direction of travel (orange arrow in the image). In addition, you must draw a new “road” (pink line in the picture) to the parking lot using Detour. Due to the set parking position, the navigation system then calculates correctly from the parking lot to the destination and immediately gives the first driving instruction correctly at the start of the journey.
The function takes effect as soon as the device is within the red radius.