-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathTravel.java
More file actions
151 lines (136 loc) · 12 KB
/
Travel.java
File metadata and controls
151 lines (136 loc) · 12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
/**
* Shayan Rais (http://shanraisshan.com)
* created on 7/26/2016
*/
public class Travel {
//Row#: 1
public static final int AUTOMOBILE = 0x1f697; //https://www.emojibase.com/emoji/1f697/automobile
public static final int TAXI = 0x1f695; //https://www.emojibase.com/emoji/1f695/taxi
public static final int RECREATIONAL_VEHICLE = 0x1f699; //https://www.emojibase.com/emoji/1f699/recreationalvehicle
public static final int BUS = 0x1f68c; //https://www.emojibase.com/emoji/1f68c/bus
public static final int TROLLEY_BUS = 0x1f68e; //https://www.emojibase.com/emoji/1f68e/trolleybus
public static final int RACING_CAR = 0x1f3ce; //https://www.emojibase.com/emoji/1f3ce/racingcar
public static final int POLICE_CAR = 0x1f693; //https://www.emojibase.com/emoji/1f693/policecar
public static final int AMBULANCE = 0x1f691; //https://www.emojibase.com/emoji/1f691/ambulance
//Row#: 2
public static final int FIRE_ENGINE = 0x1f692; //https://www.emojibase.com/emoji/1f692/fireengine
public static final int MINIBUS = 0x1f690; //https://www.emojibase.com/emoji/1f690/minibus
public static final int DELIVERY_TRUCK = 0x1f69a; //https://www.emojibase.com/emoji/1f69a/deliverytruck
public static final int ARTICULATED_LORRY = 0x1f69b; //https://www.emojibase.com/emoji/1f69b/articulatedlorry
public static final int TRACTOR = 0x1f69c; //https://www.emojibase.com/emoji/1f69c/tractor
public static final int RACING_MOTORCYCLE = 0x1f3cd; //https://www.emojibase.com/emoji/1f3cd/racingmotorcycle
public static final int BICYCLE = 0x1f6b2; //https://www.emojibase.com/emoji/1f6b2/bicycle
public static final int POLICE_LIGHT = 0x1f6a8; //https://www.emojibase.com/emoji/1f6a8/policecarsrevolvinglight
//Row#: 3
public static final int ON_COMING_POLICE_CAR = 0x1f694; //https://www.emojibase.com/emoji/1f694/oncomingpolicecar
public static final int ON_COMING_BUS = 0x1f68d; //https://www.emojibase.com/emoji/1f68d/oncomingbus
public static final int ON_COMING_AUTOMOBILE = 0x1f698; //https://www.emojibase.com/emoji/1f698/oncomingautomobile
public static final int ON_COMING_TAXI = 0x1f696; //https://www.emojibase.com/emoji/1f696/oncomingtaxi
public static final int AERIAL_TRAMWAY = 0x1f6a1; //https://www.emojibase.com/emoji/1f6a1/aerialtramway
public static final int MOUNTAIN_CABLEWAY = 0x1f6a0; //https://www.emojibase.com/emoji/1f6a0/mountaincableway
public static final int SUSPENSION_RAILWAY = 0x1f69f; //https://www.emojibase.com/emoji/1f69f/suspensionrailway
public static final int RAILWAY_CAR = 0x1f683; //https://www.emojibase.com/emoji/1f683/railwaycar
//Row#: 4
public static final int TRAMCAR = 0x1f68b; //https://www.emojibase.com/emoji/1f68b/tramcar
public static final int MONORAIL = 0x1f69d; //https://www.emojibase.com/emoji/1f69d/monorail
public static final int HIGH_SPEED_TRAIN = 0x1f684; //https://www.emojibase.com/emoji/1f684/highspeedtrain
public static final int HIGH_SPEED_TRAIN_BULLET_NOSE = 0x1f685; //https://www.emojibase.com/emoji/1f685/highspeedtrainwithbulletnose
public static final int LIGHT_RAIL = 0x1f688; //https://www.emojibase.com/emoji/1f688/lightrail
public static final int MOUNTAIN_RAILWAY = 0x1f69e; //https://www.emojibase.com/emoji/1f69e/mountainrailway
public static final int STEAM_LOCOMOTIVE = 0x1f682; //https://www.emojibase.com/emoji/1f682/steamlocomotive
public static final int TRAIN = 0x1f686; //https://www.emojibase.com/emoji/1f686/train
//Row#: 5
public static final int METRO = 0x1f687; //https://www.emojibase.com/emoji/1f687/metro
public static final int TRAM = 0x1f68a; //https://www.emojibase.com/emoji/1f68a/tram
public static final int STATION = 0x1f689; //https://www.emojibase.com/emoji/1f689/station
public static final int HELICOPTER = 0x1f681; //https://www.emojibase.com/emoji/1f681/helicopter
public static final int SMALL_AIRPLANE = 0x1f6e9; //https://www.emojibase.com/emoji/1f6e9/smallairplane
public static final char AIRPLANE = 0x2708; //https://www.emojibase.com/emoji/2708/airplane
public static final int AIRPLANE_DEPARTURE = 0x1f6eb; //https://www.emojibase.com/emoji/1f6eb/airplanedeparture
public static final int AIRPLANE_ARRIVING = 0x1f6ec; //https://www.emojibase.com/emoji/1f6ec/airplanearriving
//Row#: 6
public static final char SAILBOAT = 0x26f5; //https://www.emojibase.com/emoji/26f5/sailboat
public static final int MOTORBOAT = 0x1f6e5; //https://www.emojibase.com/emoji/1f6e5/motorboat
public static final int SPEEDBOAT = 0x1f6a4; //https://www.emojibase.com/emoji/1f6a4/speedboat
public static final char FERRY = 0x26f4; //https://www.emojibase.com/emoji/26f4/ferry
public static final int PASSENGER_SHIP = 0x1f6f3; //https://www.emojibase.com/emoji/1f6f3/passengership
public static final int ROCKET = 0x1f680; //https://www.emojibase.com/emoji/1f680/rocket
public static final int SATELLITE = 0x1f6f0; //https://www.emojibase.com/emoji/1f6f0/satellite
public static final int SEAT = 0x1f4ba; //https://www.emojibase.com/emoji/1f4ba/seat
//Row#: 7
public static final char ANCHOR = 0x2693; //https://www.emojibase.com/emoji/2693/anchor
public static final int CONSTRUCTION_SIGN = 0x1f6a7; //https://www.emojibase.com/emoji/1f6a7/constructionsign
public static final char FUEL_PUMP = 0x26fd; //https://www.emojibase.com/emoji/26fd/fuelpump
public static final int BUS_STOP = 0x1f68f; //https://www.emojibase.com/emoji/1f68f/busstop
public static final int VERTICAL_TRAFFIC_LIGHT = 0x1f6a6; //https://www.emojibase.com/emoji/1f6a6/verticaltrafficlight
public static final int HORIZONTAL_TRAFFIC_LIGHT = 0x1f6a5; //https://www.emojibase.com/emoji/1f6a5/horizontaltrafficlight
public static final int CHEQUERED_FLAG = 0x1f3c1; //https://www.emojibase.com/emoji/1f3c1/chequeredflag
public static final int SHIP = 0x1f6a2; //https://www.emojibase.com/emoji/1f6a2/ship
//Row#: 8
public static final int FERRIS_WHEEL = 0x1f3a1; //https://www.emojibase.com/emoji/1f3a1/ferriswheel
public static final int ROLLER_COASTER = 0x1f3a2; //https://www.emojibase.com/emoji/1f3a2/rollercoaster
public static final int CAROUSEL_HORSE = 0x1f3a0; //https://www.emojibase.com/emoji/1f3a0/carouselhorse
public static final int BUILDING_CONSTRUCTION = 0x1f3d7; //https://www.emojibase.com/emoji/1f3d7/buildingconstruction
public static final int FOGGY = 0x1f301; //https://www.emojibase.com/emoji/1f301/foggy
public static final int TOKYO_TOWER = 0x1f5fc; //https://www.emojibase.com/emoji/1f5fc/tokyotower
public static final int FACTORY = 0x1f3ed; //https://www.emojibase.com/emoji/1f3ed/factory
public static final char FOUNTAIN = 0x26f2; //https://www.emojibase.com/emoji/26f2/fountain
//Row#: 9
public static final int MOON_VIEWING_CEREMONY = 0x1f391; //https://www.emojibase.com/emoji/1f391/moonviewingceremony
public static final char MOUNTAIN = 0x26f0; //https://www.emojibase.com/emoji/26f0/mountain
public static final int SNOW_CAPPED_MOUNTAIN = 0x1f3d4; //https://www.emojibase.com/emoji/1f3d4/snowcappedmountain
public static final int MOUNT_FUJI = 0x1f5fb; //https://www.emojibase.com/emoji/1f5fb/mountfuji
public static final int VOLCANO = 0x1f30b; //https://www.emojibase.com/emoji/1f30b/volcano
public static final int SILHOUETTE_OF_JAPAN = 0x1f5fe; //https://www.emojibase.com/emoji/1f5fe/silhouetteofjapan
public static final int CAMPING = 0x1f3d5; //https://www.emojibase.com/emoji/1f3d5/camping
public static final char TENT = 0x26fa; //https://www.emojibase.com/emoji/26fa/tent
//Row#: 10
public static final int NATIONAL_PARK = 0x1f3de; //https://www.emojibase.com/emoji/1f3de/nationalpark
public static final int MOTORWAY = 0x1f6e3; //https://www.emojibase.com/emoji/1f6e3/motorway
public static final int RAILWAY_TRACK = 0x1f6e4; //https://www.emojibase.com/emoji/1f6e4/railwaytrack
public static final int SUNRISE = 0x1f305; //https://www.emojibase.com/emoji/1f305/sunrise
public static final int SUNRISE_OVER_MOUNTAIN = 0x1f304; //https://www.emojibase.com/emoji/1f304/sunriseovermountains
public static final int DESERT = 0x1f3dc; //https://www.emojibase.com/emoji/1f3dc/desert
public static final int BEACH_WITH_UMBRELLA = 0x1f3d6; //https://www.emojibase.com/emoji/1f3d6/beachwithumbrella
public static final int DESERT_ISLAND = 0x1f3dd; //https://www.emojibase.com/emoji/1f3dd/desertisland
//Row#: 11
public static final int SUNSET_OVER_BUILDINGS = 0x1f307; //https://www.emojibase.com/emoji/1f307/sunsetoverbuildings
public static final int CITY_SCAPE_AT_DUSK = 0x1f306; //https://www.emojibase.com/emoji/1f306/cityscapeatdusk
public static final int CITY_SCAPE = 0x1f3d9; //https://www.emojibase.com/emoji/1f3d9/cityscape
public static final int NIGHT_WITH_STARS = 0x1f303; //https://www.emojibase.com/emoji/1f303/nightwithstars
public static final int BRIDGE_AT_NIGHT = 0x1f309; //https://www.emojibase.com/emoji/1f309/bridgeatnight
public static final int MILKY_WAY = 0x1f30c; //https://www.emojibase.com/emoji/1f30c/milkyway
public static final int SHOOTING_STAR = 0x1f320; //https://www.emojibase.com/emoji/1f320/shootingstar
public static final int FIRE_WORK_SPARKLER = 0x1f387; //https://www.emojibase.com/emoji/1f387/fireworksparkler
//Row#: 12
public static final int FIREWORKS = 0x1f386; //https://www.emojibase.com/emoji/1f386/fireworks
public static final int RAINBOW = 0x1f308; //https://www.emojibase.com/emoji/1f308/rainbow
public static final int HOUSE_BUILDINGS = 0x1f3d8; //https://www.emojibase.com/emoji/1f3d8/housebuildings
public static final int EUROPEAN_CASTLE = 0x1f3f0; //https://www.emojibase.com/emoji/1f3f0/europeancastle
public static final int JAPANESE_CASTLE = 0x1f3ef; //https://www.emojibase.com/emoji/1f3ef/japanesecastle
public static final int STADIUM = 0x1f3df; //https://www.emojibase.com/emoji/1f3df/stadium
public static final int STATUE_OF_LIBERTY = 0x1f5fd; //https://www.emojibase.com/emoji/1f5fd/statueofliberty
public static final int HOUSE_BUILDING = 0x1f3e0; //https://www.emojibase.com/emoji/1f3e0/housebuilding
//Row#: 13
public static final int HOUSE_WITH_GARDEN = 0x1f3e1; //https://www.emojibase.com/emoji/1f3e1/housewithgarden
public static final int DERELICT_HOUSE_BUILDING = 0x1f3da; //https://www.emojibase.com/emoji/1f3da/derelicthousebuilding
public static final int OFFICE_BUILDING = 0x1f3e2; //https://www.emojibase.com/emoji/1f3e2/officebuilding
public static final int DEPARTMENT_STORE = 0x1f3ec; //https://www.emojibase.com/emoji/1f3ec/departmentstore
public static final int JAPANESE_POST_OFFICE = 0x1f3e3; //https://www.emojibase.com/emoji/1f3e3/japanesepostoffice
public static final int EUROPEAN_POST_OFFICE = 0x1f3e4; //https://www.emojibase.com/emoji/1f3e4/europeanpostoffice
public static final int HOSPITAL = 0x1f3e5; //https://www.emojibase.com/emoji/1f3e5/hospital
public static final int BANK = 0x1f3e6; //https://www.emojibase.com/emoji/1f3e6/bank
//Row#: 14
public static final int HOTEL = 0x1f3e8; //https://www.emojibase.com/emoji/1f3e8/hotel
public static final int CONVENIENCE_STORE = 0x1f3ea; //https://www.emojibase.com/emoji/1f3ea/conveniencestore
public static final int SCHOOL = 0x1f3eb; //https://www.emojibase.com/emoji/1f3eb/school
public static final int LOVE_HOTEL = 0x1f3e9; //https://www.emojibase.com/emoji/1f3e9/lovehotel
public static final int WEDDING = 0x1f492; //https://www.emojibase.com/emoji/1f492/wedding
public static final int CLASSICAL_BUILDING = 0x1f3db; //https://www.emojibase.com/emoji/1f3db/classicalbuilding
public static final char CHURCH = 0x26ea; //https://www.emojibase.com/emoji/26ea/church
public static final int MOSQUE = 0x1F54C; //http://emojipedia.org/mosque/
//Row#: 15
public static final int SYNAGOGUE = 0x1F54D; //http://emojipedia.org/synagogue/
public static final int KAABA = 0x1F54B; //http://emojipedia.org/kaaba/
public static final char SHINTO_SHRINE = 0x26E9; //http://emojipedia.org/shinto-shrine/
}