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
7
votes
1 answer

Access TomTom navigation solution via URL scheme

I'm currently working on an iPhone Application which allows the user to navigate to POIs. Those POIs are defined via lat/lon, and the user should have the possibility to start his navigation solution with one click to navigate to this POI. This…
Aemsn
  • 338
  • 4
  • 8
4
votes
1 answer

Java library to generate TomTom GPS poi data

I wonder, if there exists any Java library, which could generate poi-data for Tomtom navigation devices (usually the file has .ov2 extension). I use Tomtom makeov2.exe util from Tomtom, but it is not stable and it seems that not longer supported.
never
  • 671
  • 1
  • 6
  • 18
3
votes
1 answer

Save coordinates to database and then do a range search

I’m using the TomTom API to find the coordinates of some places and store them into a database. What I’m trying to do now is doing a range research on only those locations. Let’s say I input 10km of range and a place, I’d expect to see the list of…
banjug
  • 45
  • 1
  • 5
3
votes
1 answer

Is there a decoder for Here Api TPEGOpenLRBase64 Code?

For my master thesis I am writing a reference implementation in Java. It uses HERE Api to obtain traffic incident information. The XML received contains a TPEGOpenLRBase64 code. TomTom provides an open standard with which a OpenLRBase64 code can be…
erddasem
  • 31
  • 2
3
votes
7 answers

Do TomTom or Navigon apps register a URL Handler on the iPhone?

I'd like to use routing from my app, so that TomTom or Navigon get opened with right "from" and "to" addresses. Does anybody know if TomTom or Navigon apps register a URL Handler on the iPhone?
cocoapriest
  • 1,869
  • 3
  • 22
  • 36
3
votes
3 answers

Launching Tom Tom Navigation via Android app

I was looking for paid alternatives to Google Navigation Beta. I came across Sygic and discovered ways to launch it from within an app. However, my boss wants me to use TomTom Navigation. I searched for quite a while but couldn't discover any way to…
Asim
  • 6,962
  • 8
  • 38
  • 61
2
votes
0 answers

TomTom POIs search API is returning random total results (between 90 to 100) for same input

I am trying to use TomTom POIs search API and I am getting a total amount of results that doesn't match the reality... also it looks like for the same input a random total between 90 to 100 is returned. Is there anything that am I doing wrong? The…
2
votes
1 answer

TomTom OpenLR Binary Version 3, Differences and mistakes of the OpenLR Whitepaper and the TomTom Demo Tool

I am currently trying to decode OpenLR binary Strings (version 3) as specified in the OpenLR Whitepaper (version 1.5, rev 2) which can be found at the OpenLR Association website. Unfortunately, while comparing the results with the TomTom Demo…
Anouar
  • 41
  • 6
2
votes
1 answer

Interfacing with TomTom device (Display devices screen on computer)

Just a quick one, if anyone knows: Is it possible to display a TomTom devices screen on a computer (so I can interface with it's navigation ability?) They have an SDK, however that does not have any useful information on this question, but TomTom…
Marineio
  • 415
  • 4
  • 10
2
votes
0 answers

Getting the value of distance measured and add recommendation

I am currently trying Tomtom routing with summary example(https://developer.tomtom.com/maps-sdk-web-js/functional-examples#examples,code,routing-with-summary.html). I want to get the result/value of distance (in kilometer) and put it in a…
Octavio
  • 123
  • 6
2
votes
3 answers

How to get all objects of same type inside an array in Javascript?

I am working with the TomTom places api as part of a project. I am new to Javascript and I'm finding it difficult to extract the information I need from the API. I am trying to get all names, phone numbers, addresses and urls from the results array.…
pypyi
  • 23
  • 4
2
votes
0 answers

Apk size increased by 40mb due to map fonts in assets resource folder (using tomtom api for map)

I'm using tomtom api to display current location on map. Problem is apk size increased by 40Mb. I found that apk size is increased due to map fonts. 1.I tried to use downloadable font like this: "glyphs":…
2
votes
1 answer

Change marker icon

How can I change marker icon for tomtom map API with clusters? Following is my code. I am new to this API. And also help me to change cluster icon also var addressPoints = [ [40.191891, -85.401695, 'Townsville'], …
ChandraShekar
  • 386
  • 5
  • 12
2
votes
0 answers

How to wrap a tomtom map into a bootstrap container

So I have rendered the tomtom map into a bootstrap container as indicated below and everything seems to work fine as shown here HTML
Javascript code var map = tomtom.L.map('map', { …
2
votes
1 answer

Can I open an Offline Maps App with a link pointing to a GPS Position?

I want to generate a link with a gps position so that, when clicked, the Offline-maps-app (TomTom, Garmin, Sygic, Scout/Skobbler, Osmand, Locus, Maps.me, or any other) opens and shows the location, similar…
Thomas
  • 41
  • 3
1
2 3 4 5 6 7