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

Is there any way i can get the bounds(north-east and south-west) of the map view on bounds/center/view area change?

I'm using TomTom Map SDK in NextJs to create functionality such that when map is loaded based on the map bounds, i query all the nearby restaurants in that area. And on map zoom or drag event i want to call the api again with new bounds to update…
Deep Shetye
  • 143
  • 1
  • 7
0
votes
0 answers

Webfleet .connect API not available for Webfleet LITE subscriptions?

is that true? Webfleet .connect API is not available for Webfleet Lite subscriptions? BR, Rene
René Heuven
  • 197
  • 16
0
votes
0 answers

How to transfer coordinate from EPSG:3857 to GCJ-02?

I needed TomTom's map display API in the application of Gaode Map, but I found that there was coordinate offset, which was caused by the different coordinate system used by the two companies. I wonder if there is any solution. tomtom use…
0
votes
0 answers

How to solve Uncaught Error: Invalid hook call?

Hi guys I am trying to build a react search box component but it keeps throwing me this error: Uncaught Error: Invalid hook call. Hooks can only be called inside of the body of a function component. It also says: the above error occurred in the …
0
votes
1 answer

TomTom Map api black dots on the map

I am using the TomTom map API. But when I'm using the map there are so many black dots and boxes(as seen on the image below). When I zoom in the dots and boxes disappear, but then the new dots and boxes disappear. PS: I have not done anything…
Inzagoor
  • 3
  • 1
0
votes
1 answer

How can i add marker tomtom in vuejs?

I want to add a marker in tomtom. I would like to define a map in "data" but when I do this it gives me an error: maps.min.js:1 Uncaught (in promise) TypeError: 'get' on proxy: property '__om' is a read-only and non-configurable data property on the…
Mariusz
  • 148
  • 1
  • 8
0
votes
1 answer

TomTom's API Matrix Routing with Pyton returns Response [400]

I'm trying to test TomTom's API Matrix Routing v2 -> Synchronous Matrix (documentation here) with Python's requests. Here is my code, using their example from the documentation: import requests apiKey = 'add_api_key_here' apiURL =…
0
votes
1 answer

how to use tomtom api with python requests. it returns a text "user inactive"

i am trying to use the requests library with python to fetch data from the traffic api with python. this is the link for website with api that should include the traffic…
Twfyq Bhyry
  • 150
  • 1
  • 10
0
votes
0 answers

TomTom API - Input has value but remains untouched

I'm using the TomTom FuzzySearch/Autocomplete API, to allow users to search for an address on a form and then the address input fields will prepopulate (with the address values), when the user selects an address. My API call works absolutely fine…
Reena Verma
  • 1,617
  • 2
  • 20
  • 47
0
votes
0 answers

Href not working when javascript inside div tag included

I included TomTom map to my php page, and included the TomTom code (javascript) into a separate body tag at the very bottom. I'm noticing that when I include the TomTom script within these tags, none of my buttons (href links) are working. All of…
spudnutzz
  • 11
  • 3
0
votes
1 answer

How to activate autocomplete option of tomtom in my html code?

I have the following simple code for using tomtom which works: Maps SDK for Web -…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/autocomplete" class="post-tag grid--cell" title="show questions tagged 'autocomplete'" rel="tag">autocomplete</a> <a href="../../questions/tagged/tomtom" class="post-tag grid--cell" title="show questions tagged 'tomtom'" rel="tag">tomtom</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 23 '20 at 08:33">asked Aug 23 '20 at 08:33</time> <a href="../../users/1419243/user1419243" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1419243.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user1419243" /> </a> <div class="s-user-card--info"> <a href="../../users/1419243/user1419243" class="s-user-card--link">user1419243</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,655</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="19 silver badges">19</li> <li class="s-award-bling s-award-bling__bronze" title="33 bronze badges">33</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-63384091"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/63384091/how-can-i-transform-geocoding-with-google-in-geocoding-with-tomtom-python" class="question-hyperlink">How can I transform geocoding with google in geocoding with Tomtom? (Python?</a></h3> <div class="excerpt">I have this code that basically give me the lat and long when I give it the direction. It is planted to use the API of google but now I need to use the Tomtom API. I don´t know how to do it. import openpyxl from openpyxl import load_workbook import…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/geocoding" class="post-tag grid--cell" title="show questions tagged 'geocoding'" rel="tag">geocoding</a> <a href="../../questions/tagged/google-geocoding-api" class="post-tag grid--cell" title="show questions tagged 'google-geocoding-api'" rel="tag">google-geocoding-api</a> <a href="../../questions/tagged/tomtom" class="post-tag grid--cell" title="show questions tagged 'tomtom'" rel="tag">tomtom</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 12 '20 at 20:12">asked Aug 12 '20 at 20:12</time> <a href="../../users/12825969/haab" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/12825969.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="HAAB" /> </a> <div class="s-user-card--info"> <a href="../../users/12825969/haab" class="s-user-card--link">HAAB</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">53</li> <li class="s-award-bling s-award-bling__bronze" title="3 bronze badges">3</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-63177440"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/63177440/access-to-xmlhttprequest-at-url-has-been-blocked-by-cors-policy-request-header" class="question-hyperlink">Access to XMLHttpRequest at <url> has been blocked by CORS policy: Request header field authorization is not allowed by Access-Control-Allow-Headers</a></h3> <div class="excerpt">Im trying to consume TomTom maps api to get the location . My function : getLocationAddress(lat: number, lon: number) { const url = `${baseUrl}search/${versionNumber}/reverseGeocode/${lat},${lon}.json/?key=${apiKey}`; const headers = new…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/ionic-framework" class="post-tag grid--cell" title="show questions tagged 'ionic-framework'" rel="tag">ionic-framework</a> <a href="../../questions/tagged/ionic4" class="post-tag grid--cell" title="show questions tagged 'ionic4'" rel="tag">ionic4</a> <a href="../../questions/tagged/tomtom" class="post-tag grid--cell" title="show questions tagged 'tomtom'" rel="tag">tomtom</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 30 '20 at 16:27">asked Jul 30 '20 at 16:27</time> <a href="../../users/9312327/mohit-harshan" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/9312327.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Mohit Harshan" /> </a> <div class="s-user-card--info"> <a href="../../users/9312327/mohit-harshan" class="s-user-card--link">Mohit Harshan</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,916</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="18 silver badge">18</li> <li class="s-award-bling s-award-bling__bronze" title="41 bronze badge">41</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-60785371"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/60785371/tomtom-category-search-api-does-not-return-phone-numbers" class="question-hyperlink">TomTom Category search API does not return Phone numbers</a></h3> <div class="excerpt">The Category search API does not return the phone numbers as specified in the documentation. https://developer.tomtom.com/search-api/search-api-documentation-search/category-search Screenshot of : Category search documentation The API call: …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/api" class="post-tag grid--cell" title="show questions tagged 'api'" rel="tag">api</a> <a href="../../questions/tagged/flutter" class="post-tag grid--cell" title="show questions tagged 'flutter'" rel="tag">flutter</a> <a href="../../questions/tagged/tomtom" class="post-tag grid--cell" title="show questions tagged 'tomtom'" rel="tag">tomtom</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 21 '20 at 07:18">asked Mar 21 '20 at 07:18</time> <a href="../../users/10233828/adarsh-balu" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/10233828.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Adarsh Balu" /> </a> <div class="s-user-card--info"> <a href="../../users/10233828/adarsh-balu" class="s-user-card--link">Adarsh Balu</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">322</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badges">2</li> <li class="s-award-bling s-award-bling__bronze" title="12 bronze badges">12</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-60214503"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/60214503/where-is-the-geography-search-type-in-tomtom-android-sdk" class="question-hyperlink">Where is the geography search type in Tomtom android SDK</a></h3> <div class="excerpt">I'm trying to do a search with the tomtom sdk in android. SearchApi searchApi = OnlineSearchApi.create(Activity.this); searchApi.search(new FuzzySearchQueryBuilder(mSearchBar.getText().toString().trim()) .withPosition(new…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/dictionary" class="post-tag grid--cell" title="show questions tagged 'dictionary'" rel="tag">dictionary</a> <a href="../../questions/tagged/search" class="post-tag grid--cell" title="show questions tagged 'search'" rel="tag">search</a> <a href="../../questions/tagged/tomtom" class="post-tag grid--cell" title="show questions tagged 'tomtom'" rel="tag">tomtom</a> <a href="../../questions/tagged/tomtom-android-sdk" class="post-tag grid--cell" title="show questions tagged 'tomtom-android-sdk'" rel="tag">tomtom-android-sdk</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 13 '20 at 18:39">asked Feb 13 '20 at 18:39</time> <a href="../../users/12358187/somekoder" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/12358187.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="SomeKoder" /> </a> <div class="s-user-card--info"> <a href="../../users/12358187/somekoder" class="s-user-card--link">SomeKoder</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">575</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badges">4</li> <li class="s-award-bling s-award-bling__bronze" title="14 bronze badges">14</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/tomtom_page=3" rel="prev" title="Go to page 3">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/tomtom_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/tomtom_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/tomtom_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item is-selected">4</div> <a class="s-pagination--item" href="../../questions/tagged/tomtom_page=5" rel="" title="Go to page 5">5</a> <a class="s-pagination--item" href="../../questions/tagged/tomtom_page=6" rel="" title="Go to page 6">6</a> <a class="s-pagination--item" href="../../questions/tagged/tomtom_page=7" rel="" title="Go to page 7">7</a> <a class="s-pagination--item" href="../../questions/tagged/tomtom_page=5" rel="next" title="Go to page 5"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>