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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use objc2_foundation::*;
use crate::*;
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategory?language=objc)
// NS_TYPED_ENUM
pub type MKPointOfInterestCategory = NSString;
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryanimalservice?language=objc)
pub static MKPointOfInterestCategoryAnimalService: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryairport?language=objc)
pub static MKPointOfInterestCategoryAirport: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryamusementpark?language=objc)
pub static MKPointOfInterestCategoryAmusementPark: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryaquarium?language=objc)
pub static MKPointOfInterestCategoryAquarium: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryatm?language=objc)
pub static MKPointOfInterestCategoryATM: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryautomotiverepair?language=objc)
pub static MKPointOfInterestCategoryAutomotiveRepair:
Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorybakery?language=objc)
pub static MKPointOfInterestCategoryBakery: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorybank?language=objc)
pub static MKPointOfInterestCategoryBank: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorybaseball?language=objc)
pub static MKPointOfInterestCategoryBaseball: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorybasketball?language=objc)
pub static MKPointOfInterestCategoryBasketball: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorybeach?language=objc)
pub static MKPointOfInterestCategoryBeach: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorybeauty?language=objc)
pub static MKPointOfInterestCategoryBeauty: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorybowling?language=objc)
pub static MKPointOfInterestCategoryBowling: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorybrewery?language=objc)
pub static MKPointOfInterestCategoryBrewery: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorycafe?language=objc)
pub static MKPointOfInterestCategoryCafe: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorycampground?language=objc)
pub static MKPointOfInterestCategoryCampground: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorycarrental?language=objc)
pub static MKPointOfInterestCategoryCarRental: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorycastle?language=objc)
pub static MKPointOfInterestCategoryCastle: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryconventioncenter?language=objc)
pub static MKPointOfInterestCategoryConventionCenter:
Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorydistillery?language=objc)
pub static MKPointOfInterestCategoryDistillery: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryevcharger?language=objc)
pub static MKPointOfInterestCategoryEVCharger: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryfairground?language=objc)
pub static MKPointOfInterestCategoryFairground: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryfirestation?language=objc)
pub static MKPointOfInterestCategoryFireStation: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryfishing?language=objc)
pub static MKPointOfInterestCategoryFishing: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryfitnesscenter?language=objc)
pub static MKPointOfInterestCategoryFitnessCenter: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryfoodmarket?language=objc)
pub static MKPointOfInterestCategoryFoodMarket: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryfortress?language=objc)
pub static MKPointOfInterestCategoryFortress: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorygasstation?language=objc)
pub static MKPointOfInterestCategoryGasStation: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorygolf?language=objc)
pub static MKPointOfInterestCategoryGolf: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorygokart?language=objc)
pub static MKPointOfInterestCategoryGoKart: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryhiking?language=objc)
pub static MKPointOfInterestCategoryHiking: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryhospital?language=objc)
pub static MKPointOfInterestCategoryHospital: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryhotel?language=objc)
pub static MKPointOfInterestCategoryHotel: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorykayaking?language=objc)
pub static MKPointOfInterestCategoryKayaking: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorylandmark?language=objc)
pub static MKPointOfInterestCategoryLandmark: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorylaundry?language=objc)
pub static MKPointOfInterestCategoryLaundry: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorylibrary?language=objc)
pub static MKPointOfInterestCategoryLibrary: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorymailbox?language=objc)
pub static MKPointOfInterestCategoryMailbox: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorymarina?language=objc)
pub static MKPointOfInterestCategoryMarina: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryminigolf?language=objc)
pub static MKPointOfInterestCategoryMiniGolf: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorymovietheater?language=objc)
pub static MKPointOfInterestCategoryMovieTheater: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorymuseum?language=objc)
pub static MKPointOfInterestCategoryMuseum: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorymusicvenue?language=objc)
pub static MKPointOfInterestCategoryMusicVenue: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorynationalmonument?language=objc)
pub static MKPointOfInterestCategoryNationalMonument:
Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorynationalpark?language=objc)
pub static MKPointOfInterestCategoryNationalPark: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorynightlife?language=objc)
pub static MKPointOfInterestCategoryNightlife: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorypark?language=objc)
pub static MKPointOfInterestCategoryPark: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryparking?language=objc)
pub static MKPointOfInterestCategoryParking: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorypharmacy?language=objc)
pub static MKPointOfInterestCategoryPharmacy: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryplanetarium?language=objc)
pub static MKPointOfInterestCategoryPlanetarium: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorypolice?language=objc)
pub static MKPointOfInterestCategoryPolice: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorypostoffice?language=objc)
pub static MKPointOfInterestCategoryPostOffice: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorypublictransport?language=objc)
pub static MKPointOfInterestCategoryPublicTransport: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryrestaurant?language=objc)
pub static MKPointOfInterestCategoryRestaurant: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryrestroom?language=objc)
pub static MKPointOfInterestCategoryRestroom: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryrockclimbing?language=objc)
pub static MKPointOfInterestCategoryRockClimbing: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryrvpark?language=objc)
pub static MKPointOfInterestCategoryRVPark: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryschool?language=objc)
pub static MKPointOfInterestCategorySchool: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryskatepark?language=objc)
pub static MKPointOfInterestCategorySkatePark: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryskating?language=objc)
pub static MKPointOfInterestCategorySkating: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryskiing?language=objc)
pub static MKPointOfInterestCategorySkiing: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorysoccer?language=objc)
pub static MKPointOfInterestCategorySoccer: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryspa?language=objc)
pub static MKPointOfInterestCategorySpa: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorystadium?language=objc)
pub static MKPointOfInterestCategoryStadium: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorystore?language=objc)
pub static MKPointOfInterestCategoryStore: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorysurfing?language=objc)
pub static MKPointOfInterestCategorySurfing: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryswimming?language=objc)
pub static MKPointOfInterestCategorySwimming: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorytennis?language=objc)
pub static MKPointOfInterestCategoryTennis: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorytheater?language=objc)
pub static MKPointOfInterestCategoryTheater: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryuniversity?language=objc)
pub static MKPointOfInterestCategoryUniversity: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategorywinery?language=objc)
pub static MKPointOfInterestCategoryWinery: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryvolleyball?language=objc)
pub static MKPointOfInterestCategoryVolleyball: Option<&'static MKPointOfInterestCategory>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/mapkit/mkpointofinterestcategoryzoo?language=objc)
pub static MKPointOfInterestCategoryZoo: Option<&'static MKPointOfInterestCategory>;
}