Hajj-simulation/src/StreetNames.java

19 lines
334 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-18 16:22:07 +01:00
FOURTH_HIGHWAY1,
FOURTH_HIGHWAY2,
FOURTH_HIGHWAY3,
2020-11-11 19:35:18 +01:00
STREET1,
STREET2,
STREET3,
JABAL_THAWR_STREET,
2020-11-18 16:22:07 +01:00
IBRAHIM_ALKHALIL2,
IBRAHIM_ALKHALIL1,
KKH_STREET
}