Have vehicles appear on the map after they are spawned

Is it possible to have vehicles appear on the map after they are spawned? I have tried linking a map indicator and objective to no success. I’m new so I’m not sure if this is possible with verse code. Any help would be appreciated

The minimap is automatically generated and updated on a loop, you can’t control it much, if it doesn’t show then it means it’s not supposed to, I guess so that you can’t track players that are driving a vehicle

If you’re trying to track moving vehicles, the minimap refresh rate is really low so I wouldn’t recommend, what you can try to do is using an animated custom material on a minimap controller device, would require some shader graph knowledge though

Would getting the position of the fort_vehicle and then teleporting a player marker and toggling it off and on work?