I'm developing a new iOS application for scouting out locations while on the move. I want users to be able to mark each location by simply clicking a button, which will drop a marker based on their current location. The ultimate goal is to connect all of these locations together to create a trail that traverses them all. While I have successfully dropped markers at my location and added multiple markers to the map, I am struggling to figure out how to bridge the two functionalities. Any advice or tips would be greatly appreciated!