I am making an app that tracks the international space station. I have a timer set to fire every half a second. This app pulls the data from a web api and i have the map set to follow these coordinates. That part works fine. But as soon as i try to add a marker, the app simply crashes. i tried doing it that it adds a marker when the screen opens, in case the timer caused a backlog, but no luck. It still crashes. Anybody know whats up?
Here is my code:
All help is much appreciated.
Thanks