Questions tagged [tomtom]

TomTom's public API's for online maps, traffic, routing and search, as well as the per-operating system SDKs. Usage is free up to a daily limit.

TomTom's API and SDK products

Github | Twitter

Get a head-start on your app success story! As the industry leader in map and traffic services, TomTom’s convenient SDKs and APIs save developers time and money, putting your app on the market faster. From calculating the most efficient route, to displaying and tracking users you can do it all with our highly customizable maps. Whether you’re trying to build the next killer app in mobility, gaming, social media or more, TomTom puts developers on the map for business success!

Request a free API key at the API of your choice below.

API Products

Online Maps
Online Search
Online Route
Online Traffic

SDK Products

Maps SDK Web
Maps SDK iOS
Maps SDK Android

91 questions
0
votes
1 answer

Display TomTom map with folium

I am starting data scientist and I am doing a benchmark for maps. I would like to visualize the TomTom map API in Jupyter notebook with folium to compare it with OpenStreetMap. Openstreet map is supported by folium so that is easy. This code is…
Sandy_4242
  • 57
  • 1
  • 7
0
votes
1 answer

How to remove markers from tomtom map for web application in angular 5?

I am using TomTom map for displaying vehicle on map in web application. Actually I am done with the displaying vehicle on map but facing problem to remove markers which added on the map a screenshot is attached below. I already gone through the…
0
votes
1 answer

TomTom: how to cancel a job once submitted?

Is there any possibility to delete a TomTom trafficstats API job once it has been submitted? After posting a job and receiving the jobID, I sometimes found a mistake in the POST query. I know how to get the status…
Gabriel
  • 1
  • 1
0
votes
1 answer

Tomtom webfleet message api returning message status flags with message text

I am retrieving device messages from TomTom telematics weblfeet api, using showMessages action. I am getting json response as follows. { "msgid": 102001623621, "msg_time": "22/08/2018 12:24:08", "msg_flag": "R", "msg_category": 1, …
0
votes
1 answer

Tomtom webfleet order api gives 40 general error

I am trying to insert a destination order using action=insertDestinationOrder I am using POST method with all required parameters, but keep getting { "errorCode": 40, "errorMsg": "general error" } I have checked using postman too. But…
0
votes
1 answer

How to create intent for selecting multiple images from gallery?

intent.setAction(Intent.ACTION_GET_CONTENT); intent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true); This intent should allow the user to browse and select multiple images from his device. It should work from Android 4.3 – but it does not work on the…
ingo
  • 11
  • 2
0
votes
2 answers

TOMTOM api calculateReachableRange 'avoidVignette' or 'allowVignette'

i am new to using the TOMTOM API but i got it working with the example in the browser without a problem, call: https://api.tomtom.com/routing/1/calculateReachableRange/50.97452,5.86605/json/?key=[MYKEY]&timeBudgetInSec=3600 in the browser i get my…
Liam
  • 545
  • 4
  • 11
0
votes
1 answer

TomTom website opens client software

I recently received an e-mail about a TomTom map update and clicking through the website appeared to be a 'special link' which opened the TomTom client software when clicking. Because I'm on a different machine I obviously can't test it, but the…
m.edmondson
  • 30,382
  • 27
  • 123
  • 206
0
votes
1 answer

Compatibility Google Maps Apis - TomTom Bridge

I have developed an Android app which uses Google Maps Apis; i need to run it in a TomTom Bridge (Android version 4.3). Is there any restriction for using Google Maps Apis inside that device? There is something wrong, because when I run the app in…
A M
  • 831
  • 1
  • 14
  • 26
0
votes
1 answer

How can I open TomTom navigation app from my phonegap app?

I recently deployed my phonegap app on TomTom device running android V4.3 Now I want to open the navigation app from my phonegap app and pass coordinates to show locations on the Map. I can't find a way to accomplish this
PGill
  • 3,373
  • 18
  • 21
-1
votes
0 answers

Best map/navigation framework can be integrated to AOSP/AAOS 13

I would like integrate map/navigation app in custom AOSP ROM which is developing for automotive. I'm using Android 13 version. I did not find any proper solution for this. Most of the frameworks like Tomtom,MapmyIndia,Here SDK, MapBox are supporting…
-1
votes
1 answer

How to convert address(input) to coordinates using Tom Tom in Laravel 9 and save them in db?

We are struggling to try to convert an address to coordinates using TomTom (their documentation sucks fr) in Laravel 9. At this point, we need a proper guide; we don't know how to begin. Model use GuzzleHttp\Client; public static function…
aBarl
  • 5
  • 3
-1
votes
1 answer

can I use restfull framework for Django to use api

I want to use tomtom web api for routing : https://developer.tomtom.com every time I search how to use an API with django I get the restfull framework isn't that for building an API? If I can use it to work with an existing API if yes I want to…
hamza belatra
  • 35
  • 1
  • 6
-1
votes
2 answers

Awaiting method causes application to exit

I've tried to have a look online for an answer to this and I'm not finding anything. This method I have looks fine, and seems to follow the general flow of how async post calls work in c#. private static async Task
-2
votes
1 answer

how to Create an APK that holds a PDF and Displays it on the home page

I'm an N0ob so easy to follow instructions please :) I am trying to build an app to go onto a TOMTOM display, running Andriod 6.0.1. I have 3 PDF's I want drivers in my fleet to have access to. So the APK (can be 3 separate APK's) needs to have the…
Paul
  • 1