Hi, I am using the tomtom map display API on ionic react and I used to be able to display the map and now, it no longer display, only a blank white screen even though map.load() works.
Any errors in console? What is the size of the map element?
1 Like
There were errors and the size is like 100vh.
And what were these errors about?
1 Like
What I meant to say was, there were no error.
Can you show the code? Or just the smallest part that is used to initialize the map?
1 Like
I fixed the problem. Just had the lng and lat in the wrong place.
1 Like