felixlapierre / campus-guide

Concordia Campus Guide application - SOEN390
3 stars 2 forks source link

Changed colors of navigation path and start/destination markers when getting directions #183

Closed sharon-ho closed 4 years ago

sharon-ho commented 4 years ago

What has been changed:

sharon-ho commented 4 years ago

@gdzooks I decided to have AZURE_COLOR as a constant rather than have a variable called PATH_COLOR storing the hex code for azure since I think it makes more sense to have a reference list of all colors used in the project in one place. Also, if the color is re-used elsewhere in the future, there wouldn't be a need to duplicate the hex code in another constant. Even if we don't make another constant with the same hex code, it wouldn't make sense to use PATH_COLOR for something that isn't a path despite it having the color azure.