Add Truck GPS to your App

gps navigation sdk components

The SDK for Truck GPS is available for these Operating Systems

  • Android
  • Windows
  • Linux
  • iOS

Choose your Map and Traffic Data

    TomTom
    Here
    Open Street Map (OSM)

 

 

Documentation and Tutorial

LKW Navigation

You can find the full developer doc here.

LKW Navigation

Our tutorial explains the basic concepts of the MapTrip Server-API and illustrates them with examples.

LKW Navigation

On our YouTube channel you will find numerous videos on development topics.

LKW Navigation

On Github you can find useful hints and examples.

Core SDK Features at a Glance

The MapTrip GPS Navigation SDK offers you easy to use modules which handle all the core features of a Truck GPS app. This allows you to concentrate on the optimal adaptation to your application.

Map Display

You can easily integrate a map in your app to show the vehicle's location, the route and your own POIs, if you like. The live traffic conditions can be superimposed in green / yellow / red shades. Map colors and level of detail can be manipulated.

Traffic Information

Traffic information is considered in the route (if calculated online on our servers). It also comes as an overlay for map display to display the live situation in green, yellow and red. Traffic events can be superimposed as POIs on the map and are also available as lists with detailed information. All traffic information requires an online connection to our servers.

Route Calculation

To calculate a route you need to specify the destination, vehicle type and truck dimensions and restrictions you might want to apply (such as avoid toll roads). Depending on your settings the route will be calculated on the device or on our servers. If the vehicle deviates from its route, a new route is requested by the SDK automatically.

Turn by Turn Voice Guidance

Once the route is calculated, you can start the guidance. The map is centered automatically to the device's location and the route is displayed. Information like ETA, distance to next maneuver etc. are provided as call backs. You can create your own guidance dialog or use our sample app as a blue print.

Truck GPS Navigation

The MapTrip SDK offers all features of the GPS app MapTrip Truck. With the truck vehicle profiles ETA and drive time will be calculated accordingly. Also vehicle dimensions, blocked roads and parking spaces are considered.

gps sdk truck

Live Traffic Data for Truck GPS

We use the latest traffic reports from TomTom and Here for navigation. The congestion information is processed in our backend and used to calculate the optimal routes. The GPS SDK automatically accesses this data during destination guidance. As a developer, you don't have to deal with the details of traffic information. The SDK automatically ensures that your app always gets the optimal route in all traffic conditions.

Is the SDK the right choice for me?

Is the SDK the right tool for your development goal or is using the MapTrip API the better option? The following points might help you decide what the best solution is for you.

The MapTrip GPS Navigation SDK is the right choice for you,

  • if you want to add GPS features to your own application.
  • if you want to create your own user interface and workflow.
  • if you do not want to run an additional and seperate application.
  • if you want to install and manage only one application.

The MapTrip API might be the better choice if you

  • if you like the MapTrip app and feel that it covers your requirements.
  • if running two apps in parallel is not a problem.
  • if want to achieve quick results with little effort.

navigation developer

Online and Offline Navigation

The MapTrip GPS Navigation SDK can be operated with or without an online connection. All Traffic features require an online connection. The core GPS navigation functionality can also be provided if the map data has been stored locally on the device. There are three modes:

gps sdk truck

Online only

An internet connection is required for operation. This mode is recommended if you have to install the app over the air and want to avoid copying large amounts of map data via a mobile data connection.

Offline only

All map data must be installed on the device. Traffic data and other dynamic data such as fuel prices are not available.

Hybrid on/offline

The GPS app uses the online services of our servers by default. The complete set of features is available to the user. As a fallback the app can use its onboard map data in case the online connection fails.

Documentation of the GPS SDK for Truck

LKW Navigation

The SDK contains extensive documentation and a steadily growing number of sample apps.