Why are you repeatedly pressing the button, it is only needed once ?
You keep creating the same marker again and again, by pressing the button again and again, overlaying the latest one on the previous one. The blocks I provided were only for one marker. You will need to modify these in order to add description markers to different car markers.
Do you understand the difference between Design Time vs. Run Time Markers?
Use a Design Time Marker instead of using the Map1.CreateMarker block (which creates a new instance of the Run Time Marker) every time it is called) See Tim’s comments.
The descriptive text is used when you click on the marker, but remember that I'm no longer using the marker but an image. I don't know if it will work because I already tried and it didn't.
It is NOT possible to edit the background, frame, height, and centering of the description text of the when you use the Marker pop-up. You can use the Marker.Title to add add an additional line of text above the Description
Regarding ‘No matter how much I try, it doesn't change even though it's there.’ a guess is you are using too small an interval in your Clock that should update but you attempt to update too often and you use up all your memory and the app freezes.
The problem is that when the car turns, the license plate also turns.
And the worst part is that I'd have to create different cars with different license plates. I only need two colors: one for the user and another for everyone else, so they can be easily distinguished.
Now I want to work with descriptions, but I don't understand why it won't let me work with two descriptions at the same time. When I request that both be displayed, only the last one requested is shown