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
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use crate::common::*;
use crate::AppKit::*;
use crate::Contacts::*;
use crate::CoreLocation::*;
use crate::Foundation::*;
use crate::MapKit::*;

typed_enum!(
    pub type MKPointOfInterestCategory = NSString;
);

extern_static!(MKPointOfInterestCategoryAirport: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryAmusementPark: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryAquarium: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryATM: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryBakery: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryBank: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryBeach: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryBrewery: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryCafe: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryCampground: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryCarRental: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryEVCharger: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryFireStation: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryFitnessCenter: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryFoodMarket: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryGasStation: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryHospital: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryHotel: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryLaundry: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryLibrary: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryMarina: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryMovieTheater: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryMuseum: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryNationalPark: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryNightlife: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryPark: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryParking: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryPharmacy: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryPolice: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryPostOffice: Option<&'static MKPointOfInterestCategory>);

extern_static!(
    MKPointOfInterestCategoryPublicTransport: Option<&'static MKPointOfInterestCategory>
);

extern_static!(MKPointOfInterestCategoryRestaurant: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryRestroom: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategorySchool: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryStadium: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryStore: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryTheater: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryUniversity: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryWinery: Option<&'static MKPointOfInterestCategory>);

extern_static!(MKPointOfInterestCategoryZoo: Option<&'static MKPointOfInterestCategory>);