Questions tagged [tomtom-android-sdk]

This tag is tracked by TomTom Android SDK Team to answer questions related to their product.

21 questions
0
votes
1 answer

API key not appending to ReverseGeocode request

For some reason my API key doesn’t seem to be added to my reverse Geocode request. The key is correctly in my info.plist , I’ve tried adding every other key to my plist also but this still isn’t working. Here is the request im attempting var…
user10460877
0
votes
1 answer

TomtomMap.getUserLocation() returns always null?

I trying to get the devices location, but the TomtomMap.getUsersLocation() is always returning null. The wired thing is that since i set TomtomMap.setMyLocationEnabled(true) the map marks the user location correctly, but when i try to get it for my…
user11611671
0
votes
1 answer

How to change tomtom map's marker in kotlin

Trying to add a custom icon marker to tomtom maps on android project here the function am using for this : private fun addingStation() { val i = ResourcesCompat.getDrawable(getResources(), R.drawable.ic_dialog_alert, null) val…
Ahmed Wagdi
  • 3,913
  • 10
  • 50
  • 116
0
votes
1 answer

Unresolved refernce ( success, error) while trying to use TOMTOM search api in kotlin app

I'm trying to use TOMTOM search API in my kotlin application Here is my code : private fun testSearch() { val observer = object : DisposableSingleObserver() { val text = "cairo" val search…
Ahmed Wagdi
  • 3,913
  • 10
  • 50
  • 116
0
votes
2 answers

enable to use tomtom search api in kotlin

Been searching for a week now, The official documentation are not clear at all. as mentioned there, the code val searchServiceConnection = SearchServiceManager.createAndBind(context, searchServiceConnectionCallback) should initialize the…
Ahmed Wagdi
  • 3,913
  • 10
  • 50
  • 116
-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
1
2