Hajj-simulation/src/StreetNames.java

19 lines
263 B
Java
Raw Normal View History

/**
* Street names with their corresponding indices in MakkahCity.
*/
2020-11-11 19:35:18 +01:00
public enum StreetNames {
2020-11-11 19:35:18 +01:00
KA_STREET,
2020-11-14 19:27:32 +01:00
THIRD_HIGHWAY,
2020-11-11 19:35:18 +01:00
FOURTH_HIGHWAY,
STREET1,
STREET2,
STREET3,
STREET4,
2020-11-14 19:27:32 +01:00
STREET5,
IBRAHIM_ALKHALIL,
}