MarcellHarmaci / geospatial-computing

1 stars 0 forks source link

Display satellites' relative position #5

Open MarcellHarmaci opened 1 year ago

MarcellHarmaci commented 1 year ago

Display satellite icons around a MapView in their direction relative to the user's current location.

MarcellHarmaci commented 1 year ago

Idea 1

Display satellites in ImageViews positioned correctly according to calculations. This feels easier at first glance.

Idea 2

Display a Canvas covering the whole Fragment and the MapView over it, covering the center part. Then draw the satellite images on the Canvas in the correct position.