prefrontal / Vox1090

Native ADS-B mapping application for iOS and Mac OS X.
GNU General Public License v2.0
5 stars 0 forks source link

Determine best way to overlay arbitrary lines/glyphs/information #6

Open prefrontal opened 9 years ago

prefrontal commented 9 years ago

Google Maps is limited as to what we can drop on the map. These are typically markers, polylines, and whatnot. It would be awesome to be able to overlay arbitrary information, kind of like ATC displays.

Determine a way to make this happen so we can add more advanced overlay information.

prefrontal commented 9 years ago

We can get the latitude/longitude boundaries of the view. Perhaps we can translate that into pixel positions and then draw with CoreGraphics?