/** * Street names with their corresponding indices in MakkahCity. */ public class StreetNames { public static final int KA_STREET = 0; public static final int THIRD_HIGHWAY = 1; public static final int FOURTH_HISHWAY = 2; public static final int STREET1 = 3; public static final int STREET2 = 4; public static final int STREET3 = 5; public static final int STREET4 = 6; public static final int STREET5 = 7; }