I know this might be slightly off topic here, but then again the answer might be within AGOL.
I am writing a python application where I need to display the location of a drone on a map. The data is to be sent in real time over cellular from the drone to a second computer where it is to plot pins/locations on a map and there is a few bits f text data from the drone associated with each pin.
I need to know what libraries / map services would be good to use for the plotting? I know potentially AGOL could do this?
I also may be using this in areas with no internet so if there is a way to do it offline would be good too.