mikeyjk / MurdochNavigate

Interactive, intelligent navigational assistance for Murdoch University Campus (South Street).
GNU General Public License v3.0
0 stars 1 forks source link

Replace double[2] arrays with a latitude and longitude class. #3

Open mikeyjk opened 10 years ago

mikeyjk commented 10 years ago

Self-explanatory. Rather than using undefined double[2] array's everywhere with ad hoc / poor sanitization, it would be better to use a class to handle this.