pyobjc-framework-MapKit 12.2__cp315-cp315-macosx_10_15_universal2.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
MapKit/_metadata.py ADDED
@@ -0,0 +1,1377 @@
1
+ # This file is generated by objective.metadata
2
+ #
3
+ # Last update: Thu May 28 22:12:09 2026
4
+ #
5
+ # flake8: noqa
6
+
7
+ import objc, sys
8
+ from typing import NewType
9
+
10
+ if sys.maxsize > 2**32:
11
+
12
+ def sel32or64(a, b):
13
+ return b
14
+
15
+ else:
16
+
17
+ def sel32or64(a, b):
18
+ return a
19
+
20
+
21
+ if objc.arch == "arm64":
22
+
23
+ def selAorI(a, b):
24
+ return a
25
+
26
+ else:
27
+
28
+ def selAorI(a, b):
29
+ return b
30
+
31
+
32
+ misc = {}
33
+ misc.update(
34
+ {
35
+ "MKMapRect": objc.createStructType(
36
+ "MapKit.MKMapRect",
37
+ b"{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",
38
+ ["origin", "size"],
39
+ ),
40
+ "MKMapSize": objc.createStructType(
41
+ "MapKit.MKMapSize", b"{MKMapSize=dd}", ["width", "height"]
42
+ ),
43
+ "MKCoordinateRegion": objc.createStructType(
44
+ "MapKit.MKCoordinateRegion",
45
+ b"{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}",
46
+ ["center", "span"],
47
+ ),
48
+ "MKCoordinateSpan": objc.createStructType(
49
+ "MapKit.MKCoordinateSpan",
50
+ b"{MKCoordinateSpan=dd}",
51
+ ["latitudeDelta", "longitudeDelta"],
52
+ ),
53
+ "MKTileOverlayPath": objc.createStructType(
54
+ "MapKit.MKTileOverlayPath",
55
+ b"{MKTileOverlayPath=qqqd}",
56
+ ["x", "y", "z", "contentScaleFactor"],
57
+ ),
58
+ "MKMapPoint": objc.createStructType(
59
+ "MapKit.MKMapPoint", b"{MKMapPoint=dd}", ["x", "y"]
60
+ ),
61
+ }
62
+ )
63
+ constants = """$MKAnnotationCalloutInfoDidChangeNotification$MKErrorDomain$MKLaunchOptionsCameraKey$MKLaunchOptionsDirectionsModeCycling$MKLaunchOptionsDirectionsModeDefault$MKLaunchOptionsDirectionsModeDriving$MKLaunchOptionsDirectionsModeKey$MKLaunchOptionsDirectionsModeTransit$MKLaunchOptionsDirectionsModeWalking$MKLaunchOptionsMapCenterKey$MKLaunchOptionsMapSpanKey$MKLaunchOptionsMapTypeKey$MKLaunchOptionsShowsTrafficKey$MKMapCameraZoomDefault@d$MKMapItemTypeIdentifier$MKMapRectNull@{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}$MKMapRectWorld@{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}$MKMapSizeWorld@{MKMapSize=dd}$MKMapViewDefaultAnnotationViewReuseIdentifier$MKMapViewDefaultClusterAnnotationViewReuseIdentifier$MKPointOfInterestCategoryATM$MKPointOfInterestCategoryAirport$MKPointOfInterestCategoryAmusementPark$MKPointOfInterestCategoryAnimalService$MKPointOfInterestCategoryAquarium$MKPointOfInterestCategoryAutomotiveRepair$MKPointOfInterestCategoryBakery$MKPointOfInterestCategoryBank$MKPointOfInterestCategoryBaseball$MKPointOfInterestCategoryBasketball$MKPointOfInterestCategoryBeach$MKPointOfInterestCategoryBeauty$MKPointOfInterestCategoryBowling$MKPointOfInterestCategoryBrewery$MKPointOfInterestCategoryCafe$MKPointOfInterestCategoryCampground$MKPointOfInterestCategoryCarRental$MKPointOfInterestCategoryCastle$MKPointOfInterestCategoryConventionCenter$MKPointOfInterestCategoryDistillery$MKPointOfInterestCategoryEVCharger$MKPointOfInterestCategoryFairground$MKPointOfInterestCategoryFireStation$MKPointOfInterestCategoryFishing$MKPointOfInterestCategoryFitnessCenter$MKPointOfInterestCategoryFoodMarket$MKPointOfInterestCategoryFortress$MKPointOfInterestCategoryGasStation$MKPointOfInterestCategoryGoKart$MKPointOfInterestCategoryGolf$MKPointOfInterestCategoryHiking$MKPointOfInterestCategoryHospital$MKPointOfInterestCategoryHotel$MKPointOfInterestCategoryKayaking$MKPointOfInterestCategoryLandmark$MKPointOfInterestCategoryLaundry$MKPointOfInterestCategoryLibrary$MKPointOfInterestCategoryMailbox$MKPointOfInterestCategoryMarina$MKPointOfInterestCategoryMiniGolf$MKPointOfInterestCategoryMovieTheater$MKPointOfInterestCategoryMuseum$MKPointOfInterestCategoryMusicVenue$MKPointOfInterestCategoryNationalMonument$MKPointOfInterestCategoryNationalPark$MKPointOfInterestCategoryNightlife$MKPointOfInterestCategoryPark$MKPointOfInterestCategoryParking$MKPointOfInterestCategoryPharmacy$MKPointOfInterestCategoryPlanetarium$MKPointOfInterestCategoryPolice$MKPointOfInterestCategoryPostOffice$MKPointOfInterestCategoryPublicTransport$MKPointOfInterestCategoryRVPark$MKPointOfInterestCategoryRestaurant$MKPointOfInterestCategoryRestroom$MKPointOfInterestCategoryRockClimbing$MKPointOfInterestCategorySchool$MKPointOfInterestCategorySkatePark$MKPointOfInterestCategorySkating$MKPointOfInterestCategorySkiing$MKPointOfInterestCategorySoccer$MKPointOfInterestCategorySpa$MKPointOfInterestCategoryStadium$MKPointOfInterestCategoryStore$MKPointOfInterestCategorySurfing$MKPointOfInterestCategorySwimming$MKPointOfInterestCategoryTennis$MKPointOfInterestCategoryTheater$MKPointOfInterestCategoryUniversity$MKPointOfInterestCategoryVolleyball$MKPointOfInterestCategoryWinery$MKPointOfInterestCategoryZoo$MKPointsOfInterestRequestMaxRadius@d$"""
64
+ enums = """$MKAddressFilterOptionAdministrativeArea@2$MKAddressFilterOptionCountry@1$MKAddressFilterOptionLocality@8$MKAddressFilterOptionPostalCode@32$MKAddressFilterOptionSubAdministrativeArea@4$MKAddressFilterOptionSubLocality@16$MKAddressRepresentationsContextStyleAutomatic@0$MKAddressRepresentationsContextStyleFull@2$MKAddressRepresentationsContextStyleShort@1$MKAnnotationViewCollisionModeCircle@1$MKAnnotationViewCollisionModeNone@2$MKAnnotationViewCollisionModeRectangle@0$MKAnnotationViewDragStateCanceling@3$MKAnnotationViewDragStateDragging@2$MKAnnotationViewDragStateEnding@4$MKAnnotationViewDragStateNone@0$MKAnnotationViewDragStateStarting@1$MKAnnotationViewZPriorityDefaultSelected@1000.0$MKAnnotationViewZPriorityDefaultUnselected@500.0$MKAnnotationViewZPriorityMax@1000.0$MKAnnotationViewZPriorityMin@0.0$MKDirectionsRoutePreferenceAny@0$MKDirectionsRoutePreferenceAvoid@1$MKDirectionsTransportTypeAny@268435455$MKDirectionsTransportTypeAutomobile@1$MKDirectionsTransportTypeCycling@8$MKDirectionsTransportTypeTransit@4$MKDirectionsTransportTypeWalking@2$MKDistanceFormatterUnitStyleAbbreviated@1$MKDistanceFormatterUnitStyleDefault@0$MKDistanceFormatterUnitStyleFull@2$MKDistanceFormatterUnitsDefault@0$MKDistanceFormatterUnitsImperial@2$MKDistanceFormatterUnitsImperialWithYards@3$MKDistanceFormatterUnitsMetric@1$MKErrorDecodingFailed@6$MKErrorDirectionsNotFound@5$MKErrorLoadingThrottled@3$MKErrorPlacemarkNotFound@4$MKErrorServerFailure@2$MKErrorUnknown@1$MKFeatureDisplayPriorityDefaultHigh@750$MKFeatureDisplayPriorityDefaultLow@250$MKFeatureDisplayPriorityRequired@1000$MKFeatureVisibilityAdaptive@0$MKFeatureVisibilityHidden@1$MKFeatureVisibilityVisible@2$MKLocalSearchCompleterResultTypeAddress@1$MKLocalSearchCompleterResultTypePhysicalFeature@8$MKLocalSearchCompleterResultTypePointOfInterest@2$MKLocalSearchCompleterResultTypeQuery@4$MKLocalSearchRegionPriorityDefault@0$MKLocalSearchRegionPriorityRequired@1$MKLocalSearchResultTypeAddress@1$MKLocalSearchResultTypePhysicalFeature@4$MKLocalSearchResultTypePointOfInterest@2$MKLookAroundBadgePositionBottomTrailing@2$MKLookAroundBadgePositionTopLeading@0$MKLookAroundBadgePositionTopTrailing@1$MKMapElevationStyleFlat@0$MKMapElevationStyleRealistic@1$MKMapItemDetailSelectionAccessoryCalloutStyleAutomatic@0$MKMapItemDetailSelectionAccessoryCalloutStyleCompact@2$MKMapItemDetailSelectionAccessoryCalloutStyleFull@1$MKMapTypeHybrid@2$MKMapTypeHybridFlyover@4$MKMapTypeMutedStandard@5$MKMapTypeSatellite@1$MKMapTypeSatelliteFlyover@3$MKMapTypeStandard@0$MKOverlayLevelAboveLabels@1$MKOverlayLevelAboveRoads@0$MKPinAnnotationColorGreen@1$MKPinAnnotationColorPurple@2$MKPinAnnotationColorRed@0$MKSearchCompletionFilterTypeLocationsAndQueries@0$MKSearchCompletionFilterTypeLocationsOnly@1$MKStandardMapEmphasisStyleDefault@0$MKStandardMapEmphasisStyleMuted@1$MKUserTrackingModeFollow@1$MKUserTrackingModeFollowWithHeading@2$MKUserTrackingModeNone@0$"""
65
+ misc.update(
66
+ {
67
+ "MKStandardMapEmphasisStyle": NewType("MKStandardMapEmphasisStyle", int),
68
+ "MKPinAnnotationColor": NewType("MKPinAnnotationColor", int),
69
+ "MKMapItemDetailSelectionAccessoryCalloutStyle": NewType(
70
+ "MKMapItemDetailSelectionAccessoryCalloutStyle", int
71
+ ),
72
+ "MKUserTrackingMode": NewType("MKUserTrackingMode", int),
73
+ "MKAddressFilterOption": NewType("MKAddressFilterOption", int),
74
+ "MKAnnotationViewCollisionMode": NewType("MKAnnotationViewCollisionMode", int),
75
+ "MKDistanceFormatterUnits": NewType("MKDistanceFormatterUnits", int),
76
+ "MKLocalSearchResultType": NewType("MKLocalSearchResultType", int),
77
+ "MKDirectionsRoutePreference": NewType("MKDirectionsRoutePreference", int),
78
+ "MKAddressRepresentationsContextStyle": NewType(
79
+ "MKAddressRepresentationsContextStyle", int
80
+ ),
81
+ "MKMapType": NewType("MKMapType", int),
82
+ "MKAnnotationViewDragState": NewType("MKAnnotationViewDragState", int),
83
+ "MKLocalSearchRegionPriority": NewType("MKLocalSearchRegionPriority", int),
84
+ "MKDistanceFormatterUnitStyle": NewType("MKDistanceFormatterUnitStyle", int),
85
+ "MKLookAroundBadgePosition": NewType("MKLookAroundBadgePosition", int),
86
+ "MKErrorCode": NewType("MKErrorCode", int),
87
+ "MKSearchCompletionFilterType": NewType("MKSearchCompletionFilterType", int),
88
+ "MKOverlayLevel": NewType("MKOverlayLevel", int),
89
+ "MKLocalSearchCompleterResultType": NewType(
90
+ "MKLocalSearchCompleterResultType", int
91
+ ),
92
+ "MKMapElevationStyle": NewType("MKMapElevationStyle", int),
93
+ "MKDirectionsTransportType": NewType("MKDirectionsTransportType", int),
94
+ "MKFeatureVisibility": NewType("MKFeatureVisibility", int),
95
+ }
96
+ )
97
+ misc.update(
98
+ {
99
+ "MKFeatureDisplayPriority": NewType("MKFeatureDisplayPriority", float),
100
+ "MKPointOfInterestCategory": NewType("MKPointOfInterestCategory", str),
101
+ "MKAnnotationViewZPriority": NewType("MKAnnotationViewZPriority", float),
102
+ }
103
+ )
104
+ misc.update({})
105
+ functions = {
106
+ "MKMapRectOffset": (
107
+ b"{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}dd",
108
+ ),
109
+ "MKMapRectIsEmpty": (b"Z{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",),
110
+ "MKMapRectGetMidX": (b"d{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",),
111
+ "MKMapRectGetMidY": (b"d{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",),
112
+ "MKMapRectGetMinX": (b"d{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",),
113
+ "MKMapRectGetWidth": (b"d{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",),
114
+ "MKStringFromMapRect": (b"@{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",),
115
+ "MKCoordinateSpanMake": (b"{MKCoordinateSpan=dd}dd",),
116
+ "MKMapRectGetMaxX": (b"d{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",),
117
+ "MKMapRectGetMaxY": (b"d{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",),
118
+ "MKMapSizeEqualToSize": (b"Z{MKMapSize=dd}{MKMapSize=dd}",),
119
+ "MKMapRectIsNull": (b"Z{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",),
120
+ "MKStringFromMapPoint": (b"@{MKMapPoint=dd}",),
121
+ "MKMapRectDivide": (
122
+ b"v{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}^{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}^{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}dI",
123
+ "",
124
+ {"arguments": {1: {"type_modifier": "o"}, 2: {"type_modifier": "o"}}},
125
+ ),
126
+ "MKMetersPerMapPointAtLatitude": (b"dd",),
127
+ "MKCoordinateRegionMakeWithDistance": (
128
+ b"{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}{CLLocationCoordinate2D=dd}dd",
129
+ ),
130
+ "MKMapRectMake": (b"{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}dddd",),
131
+ "MKMapPointEqualToPoint": (b"Z{MKMapPoint=dd}{MKMapPoint=dd}",),
132
+ "MKMapRectContainsPoint": (
133
+ b"Z{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}{MKMapPoint=dd}",
134
+ ),
135
+ "MKMapRectUnion": (
136
+ b"{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",
137
+ ),
138
+ "MKCoordinateForMapPoint": (b"{CLLocationCoordinate2D=dd}{MKMapPoint=dd}",),
139
+ "MKMapRectRemainder": (
140
+ b"{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",
141
+ ),
142
+ "MKCoordinateRegionMake": (
143
+ b"{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}{CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}",
144
+ ),
145
+ "MKStringFromMapSize": (b"@{MKMapSize=dd}",),
146
+ "MKCoordinateRegionForMapRect": (
147
+ b"{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",
148
+ ),
149
+ "MKMapSizeMake": (b"{MKMapSize=dd}dd",),
150
+ "MKMapRectIntersection": (
151
+ b"{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",
152
+ ),
153
+ "MKMapRectInset": (
154
+ b"{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}dd",
155
+ ),
156
+ "MKMapRectContainsRect": (
157
+ b"Z{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",
158
+ ),
159
+ "MKMapRectGetMinY": (b"d{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",),
160
+ "MKRoadWidthAtZoomScale": (b"dd",),
161
+ "MKMapRectSpans180thMeridian": (b"Z{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",),
162
+ "MKMapPointForCoordinate": (b"{MKMapPoint=dd}{CLLocationCoordinate2D=dd}",),
163
+ "MKMapPointsPerMeterAtLatitude": (b"dd",),
164
+ "MKMapRectIntersectsRect": (
165
+ b"Z{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",
166
+ ),
167
+ "MKMetersBetweenMapPoints": (b"d{MKMapPoint=dd}{MKMapPoint=dd}",),
168
+ "MKMapPointMake": (b"{MKMapPoint=dd}dd",),
169
+ "MKMapRectEqualToRect": (
170
+ b"Z{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",
171
+ ),
172
+ "MKMapRectGetHeight": (b"d{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}",),
173
+ }
174
+ r = objc.registerMetaDataForSelector
175
+ objc._updatingMetadata(True)
176
+ try:
177
+ r(b"MKAddressFilter", b"excludesOptions:", {"retval": {"type": b"Z"}})
178
+ r(b"MKAddressFilter", b"includesOptions:", {"retval": {"type": b"Z"}})
179
+ r(
180
+ b"MKAddressRepresentations",
181
+ b"fullAddressIncludingRegion:singleLine:",
182
+ {"arguments": {2: {"type": b"Z"}, 3: {"type": b"Z"}}},
183
+ )
184
+ r(b"MKAnnotationView", b"canShowCallout", {"retval": {"type": b"Z"}})
185
+ r(b"MKAnnotationView", b"isDraggable", {"retval": {"type": b"Z"}})
186
+ r(b"MKAnnotationView", b"isEnabled", {"retval": {"type": b"Z"}})
187
+ r(b"MKAnnotationView", b"isHighlighted", {"retval": {"type": b"Z"}})
188
+ r(b"MKAnnotationView", b"isSelected", {"retval": {"type": b"Z"}})
189
+ r(b"MKAnnotationView", b"setCanShowCallout:", {"arguments": {2: {"type": b"Z"}}})
190
+ r(
191
+ b"MKAnnotationView",
192
+ b"setDragState:animated:",
193
+ {"arguments": {3: {"type": b"Z"}}},
194
+ )
195
+ r(b"MKAnnotationView", b"setDraggable:", {"arguments": {2: {"type": b"Z"}}})
196
+ r(b"MKAnnotationView", b"setEnabled:", {"arguments": {2: {"type": b"Z"}}})
197
+ r(b"MKAnnotationView", b"setHighlighted:", {"arguments": {2: {"type": b"Z"}}})
198
+ r(b"MKAnnotationView", b"setSelected:", {"arguments": {2: {"type": b"Z"}}})
199
+ r(
200
+ b"MKAnnotationView",
201
+ b"setSelected:animated:",
202
+ {"arguments": {2: {"type": b"Z"}, 3: {"type": b"Z"}}},
203
+ )
204
+ r(
205
+ b"MKCircle",
206
+ b"boundingMapRect",
207
+ {"retval": {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}},
208
+ )
209
+ r(
210
+ b"MKCircle",
211
+ b"circleWithMapRect:",
212
+ {"arguments": {2: {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}}},
213
+ )
214
+ r(
215
+ b"MKDirections",
216
+ b"calculateDirectionsWithCompletionHandler:",
217
+ {
218
+ "arguments": {
219
+ 2: {
220
+ "callable": {
221
+ "retval": {"type": b"v"},
222
+ "arguments": {
223
+ 0: {"type": b"^v"},
224
+ 1: {"type": b"@"},
225
+ 2: {"type": b"@"},
226
+ },
227
+ }
228
+ }
229
+ }
230
+ },
231
+ )
232
+ r(
233
+ b"MKDirections",
234
+ b"calculateETAWithCompletionHandler:",
235
+ {
236
+ "arguments": {
237
+ 2: {
238
+ "callable": {
239
+ "retval": {"type": b"v"},
240
+ "arguments": {
241
+ 0: {"type": b"^v"},
242
+ 1: {"type": b"@"},
243
+ 2: {"type": b"@"},
244
+ },
245
+ }
246
+ }
247
+ }
248
+ },
249
+ )
250
+ r(b"MKDirections", b"isCalculating", {"retval": {"type": b"Z"}})
251
+ r(b"MKDirectionsRequest", b"isDirectionsRequestURL:", {"retval": {"type": b"Z"}})
252
+ r(b"MKDirectionsRequest", b"requestsAlternateRoutes", {"retval": {"type": b"Z"}})
253
+ r(
254
+ b"MKDirectionsRequest",
255
+ b"setRequestsAlternateRoutes:",
256
+ {"arguments": {2: {"type": b"Z"}}},
257
+ )
258
+ r(
259
+ b"MKGeoJSONDecoder",
260
+ b"geoJSONObjectsWithData:error:",
261
+ {"arguments": {3: {"type_modifier": b"o"}}},
262
+ )
263
+ r(
264
+ b"MKGeocodingRequest",
265
+ b"getMapItemsWithCompletionHandler:",
266
+ {
267
+ "arguments": {
268
+ 2: {
269
+ "callable": {
270
+ "retval": {"type": b"v"},
271
+ "arguments": {
272
+ 0: {"type": b"^v"},
273
+ 1: {"type": b"@"},
274
+ 2: {"type": b"@"},
275
+ },
276
+ }
277
+ }
278
+ }
279
+ },
280
+ )
281
+ r(b"MKGeocodingRequest", b"isCancelled", {"retval": {"type": b"Z"}})
282
+ r(b"MKGeocodingRequest", b"isLoading", {"retval": {"type": b"Z"}})
283
+ r(
284
+ b"MKGeodesicPolyline",
285
+ b"polylineWithCoordinates:count:",
286
+ {"arguments": {2: {"type_modifier": b"n", "c_array_length_in_arg": 3}}},
287
+ )
288
+ r(
289
+ b"MKGeodesicPolyline",
290
+ b"polylineWithPoints:count:",
291
+ {
292
+ "arguments": {
293
+ 2: {
294
+ "type": "^{MKMapPoint=dd}",
295
+ "type_modifier": b"n",
296
+ "c_array_length_in_arg": 3,
297
+ }
298
+ }
299
+ },
300
+ )
301
+ r(
302
+ b"MKHybridMapConfiguration",
303
+ b"setShowsTraffic:",
304
+ {"arguments": {2: {"type": b"Z"}}},
305
+ )
306
+ r(b"MKHybridMapConfiguration", b"showsTraffic", {"retval": {"type": b"Z"}})
307
+ r(
308
+ b"MKLocalPointsOfInterestRequest",
309
+ b"initWithCoordinateRegion:",
310
+ {
311
+ "arguments": {
312
+ 2: {
313
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
314
+ }
315
+ }
316
+ },
317
+ )
318
+ r(
319
+ b"MKLocalPointsOfInterestRequest",
320
+ b"region",
321
+ {
322
+ "retval": {
323
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
324
+ }
325
+ },
326
+ )
327
+ r(b"MKLocalSearch", b"isSearching", {"retval": {"type": b"Z"}})
328
+ r(
329
+ b"MKLocalSearch",
330
+ b"startWithCompletionHandler:",
331
+ {
332
+ "arguments": {
333
+ 2: {
334
+ "callable": {
335
+ "retval": {"type": b"v"},
336
+ "arguments": {
337
+ 0: {"type": b"^v"},
338
+ 1: {"type": b"@"},
339
+ 2: {"type": b"@"},
340
+ },
341
+ }
342
+ }
343
+ }
344
+ },
345
+ )
346
+ r(b"MKLocalSearchCompleter", b"isSearching", {"retval": {"type": "Z"}})
347
+ r(
348
+ b"MKLocalSearchCompleter",
349
+ b"region",
350
+ {
351
+ "retval": {
352
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
353
+ }
354
+ },
355
+ )
356
+ r(
357
+ b"MKLocalSearchCompleter",
358
+ b"setRegion:",
359
+ {
360
+ "arguments": {
361
+ 2: {
362
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
363
+ }
364
+ }
365
+ },
366
+ )
367
+ r(
368
+ b"MKLocalSearchResponse",
369
+ b"boundingRegion",
370
+ {
371
+ "retval": {
372
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
373
+ }
374
+ },
375
+ )
376
+ r(
377
+ b"MKLookAroundSceneRequest",
378
+ b"getSceneWithCompletionHandler:",
379
+ {
380
+ "arguments": {
381
+ 2: {
382
+ "callable": {
383
+ "retval": {"type": b"v"},
384
+ "arguments": {
385
+ 0: {"type": b"^v"},
386
+ 1: {"type": b"@"},
387
+ 2: {"type": b"@"},
388
+ },
389
+ }
390
+ }
391
+ }
392
+ },
393
+ )
394
+ r(b"MKLookAroundSceneRequest", b"isCancelled", {"retval": {"type": b"Z"}})
395
+ r(b"MKLookAroundSceneRequest", b"isLoading", {"retval": {"type": b"Z"}})
396
+ r(
397
+ b"MKLookAroundSnapshotter",
398
+ b"getSnapshotWithCompletionHandler:",
399
+ {
400
+ "arguments": {
401
+ 2: {
402
+ "callable": {
403
+ "retval": {"type": b"v"},
404
+ "arguments": {
405
+ 0: {"type": b"^v"},
406
+ 1: {"type": b"@"},
407
+ 2: {"type": b"@"},
408
+ },
409
+ }
410
+ }
411
+ }
412
+ },
413
+ )
414
+ r(b"MKLookAroundSnapshotter", b"isLoading", {"retval": {"type": b"Z"}})
415
+ r(b"MKLookAroundViewController", b"isNavigationEnabled", {"retval": {"type": b"Z"}})
416
+ r(
417
+ b"MKLookAroundViewController",
418
+ b"setNavigationEnabled:",
419
+ {"arguments": {2: {"type": b"Z"}}},
420
+ )
421
+ r(
422
+ b"MKLookAroundViewController",
423
+ b"setShowsRoadLabels:",
424
+ {"arguments": {2: {"type": b"Z"}}},
425
+ )
426
+ r(b"MKLookAroundViewController", b"showsRoadLabels", {"retval": {"type": b"Z"}})
427
+ r(
428
+ b"MKMapCamera",
429
+ b"cameraLookingAtMapItem:forViewSize:allowPitch:",
430
+ {"arguments": {4: {"type": b"Z"}}},
431
+ )
432
+ r(b"MKMapItem", b"isCurrentLocation", {"retval": {"type": b"Z"}})
433
+ r(b"MKMapItem", b"openInMapsWithLaunchOptions:", {"retval": {"type": b"Z"}})
434
+ r(
435
+ b"MKMapItem",
436
+ b"openInMapsWithLaunchOptions:completionHandler:",
437
+ {
438
+ "arguments": {
439
+ 3: {
440
+ "callable": {
441
+ "retval": {"type": b"v"},
442
+ "arguments": {0: {"type": b"^v"}, 1: {"type": b"Z"}},
443
+ }
444
+ }
445
+ }
446
+ },
447
+ )
448
+ r(b"MKMapItem", b"openMapsWithItems:launchOptions:", {"retval": {"type": b"Z"}})
449
+ r(
450
+ b"MKMapItem",
451
+ b"openMapsWithItems:launchOptions:completionHandler:",
452
+ {
453
+ "arguments": {
454
+ 4: {
455
+ "callable": {
456
+ "retval": {"type": b"v"},
457
+ "arguments": {0: {"type": b"^v"}, 1: {"type": b"Z"}},
458
+ }
459
+ }
460
+ }
461
+ },
462
+ )
463
+ r(
464
+ b"MKMapItemDetailViewController",
465
+ b"initWithMapItem:displaysMap:",
466
+ {"arguments": {3: {"type": b"Z"}}},
467
+ )
468
+ r(
469
+ b"MKMapItemRequest",
470
+ b"getMapItemWithCompletionHandler:",
471
+ {
472
+ "arguments": {
473
+ 2: {
474
+ "callable": {
475
+ "retval": {"type": b"v"},
476
+ "arguments": {
477
+ 0: {"type": b"^v"},
478
+ 1: {"type": b"@"},
479
+ 2: {"type": b"@"},
480
+ },
481
+ }
482
+ }
483
+ }
484
+ },
485
+ )
486
+ r(b"MKMapItemRequest", b"isCancelled", {"retval": {"type": b"Z"}})
487
+ r(b"MKMapItemRequest", b"isLoading", {"retval": {"type": b"Z"}})
488
+ r(
489
+ b"MKMapSnapshotOptions",
490
+ b"mapRect",
491
+ {"retval": {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}},
492
+ )
493
+ r(
494
+ b"MKMapSnapshotOptions",
495
+ b"region",
496
+ {
497
+ "retval": {
498
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
499
+ }
500
+ },
501
+ )
502
+ r(
503
+ b"MKMapSnapshotOptions",
504
+ b"setMapRect:",
505
+ {"arguments": {2: {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}}},
506
+ )
507
+ r(
508
+ b"MKMapSnapshotOptions",
509
+ b"setRegion:",
510
+ {
511
+ "arguments": {
512
+ 2: {
513
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
514
+ }
515
+ }
516
+ },
517
+ )
518
+ r(
519
+ b"MKMapSnapshotOptions",
520
+ b"setShowsBuildings:",
521
+ {"arguments": {2: {"type": b"Z"}}},
522
+ )
523
+ r(
524
+ b"MKMapSnapshotOptions",
525
+ b"setShowsPointsOfInterest:",
526
+ {"arguments": {2: {"type": b"Z"}}},
527
+ )
528
+ r(b"MKMapSnapshotOptions", b"showsBuildings", {"retval": {"type": b"Z"}})
529
+ r(b"MKMapSnapshotOptions", b"showsPointsOfInterest", {"retval": {"type": b"Z"}})
530
+ r(b"MKMapSnapshotter", b"isLoading", {"retval": {"type": b"Z"}})
531
+ r(
532
+ b"MKMapSnapshotter",
533
+ b"startWithCompletionHandler:",
534
+ {
535
+ "arguments": {
536
+ 2: {
537
+ "callable": {
538
+ "retval": {"type": b"v"},
539
+ "arguments": {
540
+ 0: {"type": b"^v"},
541
+ 1: {"type": b"@"},
542
+ 2: {"type": b"@"},
543
+ },
544
+ }
545
+ }
546
+ }
547
+ },
548
+ )
549
+ r(
550
+ b"MKMapSnapshotter",
551
+ b"startWithQueue:completionHandler:",
552
+ {
553
+ "arguments": {
554
+ 3: {
555
+ "callable": {
556
+ "retval": {"type": b"v"},
557
+ "arguments": {
558
+ 0: {"type": b"^v"},
559
+ 1: {"type": b"@"},
560
+ 2: {"type": b"@"},
561
+ },
562
+ }
563
+ }
564
+ }
565
+ },
566
+ )
567
+ r(
568
+ b"MKMapView",
569
+ b"annotationsInMapRect:",
570
+ {"arguments": {2: {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}}},
571
+ )
572
+ r(
573
+ b"MKMapView",
574
+ b"convertRect:toRegionFromView:",
575
+ {
576
+ "retval": {
577
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
578
+ }
579
+ },
580
+ )
581
+ r(
582
+ b"MKMapView",
583
+ b"convertRegion:toRectToView:",
584
+ {
585
+ "arguments": {
586
+ 2: {
587
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
588
+ }
589
+ }
590
+ },
591
+ )
592
+ r(b"MKMapView", b"deselectAnnotation:animated:", {"arguments": {3: {"type": b"Z"}}})
593
+ r(b"MKMapView", b"isPitchEnabled", {"retval": {"type": b"Z"}})
594
+ r(b"MKMapView", b"isRotateEnabled", {"retval": {"type": b"Z"}})
595
+ r(b"MKMapView", b"isScrollEnabled", {"retval": {"type": b"Z"}})
596
+ r(b"MKMapView", b"isUserLocationVisible", {"retval": {"type": b"Z"}})
597
+ r(b"MKMapView", b"isZoomEnabled", {"retval": {"type": b"Z"}})
598
+ r(
599
+ b"MKMapView",
600
+ b"mapRectThatFits:",
601
+ {
602
+ "retval": {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"},
603
+ "arguments": {2: {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}},
604
+ },
605
+ )
606
+ r(
607
+ b"MKMapView",
608
+ b"mapRectThatFits:edgePadding:",
609
+ {
610
+ "retval": {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"},
611
+ "arguments": {2: {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}},
612
+ },
613
+ )
614
+ r(
615
+ b"MKMapView",
616
+ b"region",
617
+ {
618
+ "retval": {
619
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
620
+ }
621
+ },
622
+ )
623
+ r(
624
+ b"MKMapView",
625
+ b"regionThatFits:",
626
+ {
627
+ "retval": {
628
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
629
+ },
630
+ "arguments": {
631
+ 2: {
632
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
633
+ }
634
+ },
635
+ },
636
+ )
637
+ r(b"MKMapView", b"selectAnnotation:animated:", {"arguments": {3: {"type": b"Z"}}})
638
+ r(b"MKMapView", b"setCamera:animated:", {"arguments": {3: {"type": b"Z"}}})
639
+ r(b"MKMapView", b"setCameraBoundary:animated:", {"arguments": {3: {"type": b"Z"}}})
640
+ r(b"MKMapView", b"setCameraZoomRange:animated:", {"arguments": {3: {"type": b"Z"}}})
641
+ r(
642
+ b"MKMapView",
643
+ b"setCenterCoordinate:animated:",
644
+ {"arguments": {3: {"type": b"Z"}}},
645
+ )
646
+ r(b"MKMapView", b"setPitchEnabled:", {"arguments": {2: {"type": b"Z"}}})
647
+ r(
648
+ b"MKMapView",
649
+ b"setRegion:",
650
+ {
651
+ "arguments": {
652
+ 2: {
653
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
654
+ }
655
+ }
656
+ },
657
+ )
658
+ r(
659
+ b"MKMapView",
660
+ b"setRegion:animated:",
661
+ {
662
+ "arguments": {
663
+ 2: {
664
+ "type": "{MKCoordinateRegion={CLLocationCoordinate2D=dd}{MKCoordinateSpan=dd}}"
665
+ },
666
+ 3: {"type": "Z"},
667
+ }
668
+ },
669
+ )
670
+ r(b"MKMapView", b"setRotateEnabled:", {"arguments": {2: {"type": b"Z"}}})
671
+ r(b"MKMapView", b"setScrollEnabled:", {"arguments": {2: {"type": b"Z"}}})
672
+ r(b"MKMapView", b"setShowsBuildings:", {"arguments": {2: {"type": b"Z"}}})
673
+ r(b"MKMapView", b"setShowsCompass:", {"arguments": {2: {"type": b"Z"}}})
674
+ r(b"MKMapView", b"setShowsPitchControl:", {"arguments": {2: {"type": b"Z"}}})
675
+ r(b"MKMapView", b"setShowsPointsOfInterest:", {"arguments": {2: {"type": b"Z"}}})
676
+ r(b"MKMapView", b"setShowsScale:", {"arguments": {2: {"type": b"Z"}}})
677
+ r(b"MKMapView", b"setShowsTraffic:", {"arguments": {2: {"type": "Z"}}})
678
+ r(b"MKMapView", b"setShowsUserLocation:", {"arguments": {2: {"type": b"Z"}}})
679
+ r(b"MKMapView", b"setShowsUserTrackingButton:", {"arguments": {2: {"type": b"Z"}}})
680
+ r(b"MKMapView", b"setShowsZoomControls:", {"arguments": {2: {"type": b"Z"}}})
681
+ r(
682
+ b"MKMapView",
683
+ b"setUserTrackingMode:animated:",
684
+ {"arguments": {3: {"type": b"Z"}}},
685
+ )
686
+ r(
687
+ b"MKMapView",
688
+ b"setVisibleMapRect:",
689
+ {"arguments": {2: {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}}},
690
+ )
691
+ r(
692
+ b"MKMapView",
693
+ b"setVisibleMapRect:animated:",
694
+ {
695
+ "arguments": {
696
+ 2: {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"},
697
+ 3: {"type": b"Z"},
698
+ }
699
+ },
700
+ )
701
+ r(
702
+ b"MKMapView",
703
+ b"setVisibleMapRect:edgePadding:animated:",
704
+ {
705
+ "arguments": {
706
+ 2: {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"},
707
+ 4: {"type": b"Z"},
708
+ }
709
+ },
710
+ )
711
+ r(b"MKMapView", b"setZoomEnabled:", {"arguments": {2: {"type": b"Z"}}})
712
+ r(b"MKMapView", b"showAnnotations:animated:", {"arguments": {3: {"type": b"Z"}}})
713
+ r(b"MKMapView", b"showsBuildings", {"retval": {"type": b"Z"}})
714
+ r(b"MKMapView", b"showsCompass", {"retval": {"type": b"Z"}})
715
+ r(b"MKMapView", b"showsPitchControl", {"retval": {"type": b"Z"}})
716
+ r(b"MKMapView", b"showsPointsOfInterest", {"retval": {"type": b"Z"}})
717
+ r(b"MKMapView", b"showsScale", {"retval": {"type": b"Z"}})
718
+ r(b"MKMapView", b"showsTraffic", {"retval": {"type": "Z"}})
719
+ r(b"MKMapView", b"showsUserLocation", {"retval": {"type": b"Z"}})
720
+ r(b"MKMapView", b"showsUserTrackingButton", {"retval": {"type": b"Z"}})
721
+ r(b"MKMapView", b"showsZoomControls", {"retval": {"type": b"Z"}})
722
+ r(
723
+ b"MKMapView",
724
+ b"visibleMapRect:",
725
+ {"retval": {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}},
726
+ )
727
+ r(b"MKMarkerAnnotationView", b"animatesWhenAdded", {"retval": {"type": b"Z"}})
728
+ r(
729
+ b"MKMarkerAnnotationView",
730
+ b"setAnimatesWhenAdded:",
731
+ {"arguments": {2: {"type": b"Z"}}},
732
+ )
733
+ r(
734
+ b"MKMultiPoint",
735
+ b"getCoordinates:range:",
736
+ {"arguments": {2: {"type_modifier": b"o", "c_array_length_in_arg": 3}}},
737
+ )
738
+ r(
739
+ b"MKMultiPoint",
740
+ b"points",
741
+ {"retval": {"type": "^{MKMapPoint=dd}", "c_array_of_variable_length": True}},
742
+ )
743
+ r(
744
+ b"MKOverlayPathRenderer",
745
+ b"setShouldRasterize:",
746
+ {"arguments": {2: {"type": b"Z"}}},
747
+ )
748
+ r(b"MKOverlayPathRenderer", b"shouldRasterize", {"retval": {"type": b"Z"}})
749
+ r(
750
+ b"MKOverlayRenderer",
751
+ b"canDrawMapRect:zoomScale:",
752
+ {
753
+ "retval": {"type": "Z"},
754
+ "arguments": {2: {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}},
755
+ },
756
+ )
757
+ r(
758
+ b"MKOverlayRenderer",
759
+ b"drawMapRect:zoomScale:inContext:",
760
+ {"arguments": {2: {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}}},
761
+ )
762
+ r(
763
+ b"MKOverlayRenderer",
764
+ b"mapPointForPoint:",
765
+ {"arguments": {2: {"type": "{MKMapPoint=dd}"}}},
766
+ )
767
+ r(
768
+ b"MKOverlayRenderer",
769
+ b"mapRectForRect:",
770
+ {"retval": {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}},
771
+ )
772
+ r(
773
+ b"MKOverlayRenderer",
774
+ b"pointForMapPoint:",
775
+ {"arguments": {2: {"type": "{MKMapPoint=dd}"}}},
776
+ )
777
+ r(
778
+ b"MKOverlayRenderer",
779
+ b"rectForMapRect:",
780
+ {"arguments": {2: {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}}},
781
+ )
782
+ r(
783
+ b"MKOverlayRenderer",
784
+ b"setNeedsDisplayInMapRect:",
785
+ {"arguments": {2: {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}}},
786
+ )
787
+ r(
788
+ b"MKOverlayRenderer",
789
+ b"setNeedsDisplayInMapRect:zoomScale:",
790
+ {"arguments": {2: {"type": "{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}}},
791
+ )
792
+ r(b"MKPinAnnotationView", b"animatesDrop", {"retval": {"type": b"Z"}})
793
+ r(b"MKPinAnnotationView", b"setAnimatesDrop:", {"arguments": {2: {"type": b"Z"}}})
794
+ r(b"MKPointOfInterestFilter", b"excludesCategory:", {"retval": {"type": b"Z"}})
795
+ r(b"MKPointOfInterestFilter", b"includesCategory:", {"retval": {"type": b"Z"}})
796
+ r(
797
+ b"MKPolygon",
798
+ b"polygonWithCoordinates:count:",
799
+ {"arguments": {2: {"type_modifier": b"n", "c_array_length_in_arg": 3}}},
800
+ )
801
+ r(
802
+ b"MKPolygon",
803
+ b"polygonWithCoordinates:count:interiorPolygons:",
804
+ {"arguments": {2: {"type_modifier": b"n", "c_array_length_in_arg": 3}}},
805
+ )
806
+ r(
807
+ b"MKPolygon",
808
+ b"polygonWithPoints:count:",
809
+ {
810
+ "arguments": {
811
+ 2: {
812
+ "type": "^{MKMapPoint=dd}",
813
+ "type_modifier": b"n",
814
+ "c_array_length_in_arg": 3,
815
+ }
816
+ }
817
+ },
818
+ )
819
+ r(
820
+ b"MKPolygon",
821
+ b"polygonWithPoints:count:interiorPolygons:",
822
+ {
823
+ "arguments": {
824
+ 2: {
825
+ "type": "^{MKMapPoint=dd}",
826
+ "type_modifier": b"n",
827
+ "c_array_length_in_arg": 3,
828
+ }
829
+ }
830
+ },
831
+ )
832
+ r(
833
+ b"MKPolyline",
834
+ b"polylineWithCoordinates:count:",
835
+ {"arguments": {2: {"type_modifier": b"n", "c_array_length_in_arg": 3}}},
836
+ )
837
+ r(
838
+ b"MKPolyline",
839
+ b"polylineWithPoints:count:",
840
+ {
841
+ "arguments": {
842
+ 2: {
843
+ "type": "^{MKMapPoint=dd}",
844
+ "type_modifier": b"n",
845
+ "c_array_length_in_arg": 3,
846
+ }
847
+ }
848
+ },
849
+ )
850
+ r(
851
+ b"MKReverseGeocodingRequest",
852
+ b"getMapItemsWithCompletionHandler:",
853
+ {
854
+ "arguments": {
855
+ 2: {
856
+ "callable": {
857
+ "retval": {"type": b"v"},
858
+ "arguments": {
859
+ 0: {"type": b"^v"},
860
+ 1: {"type": b"@"},
861
+ 2: {"type": b"@"},
862
+ },
863
+ }
864
+ }
865
+ }
866
+ },
867
+ )
868
+ r(b"MKReverseGeocodingRequest", b"isCancelled", {"retval": {"type": b"Z"}})
869
+ r(b"MKReverseGeocodingRequest", b"isLoading", {"retval": {"type": b"Z"}})
870
+ r(b"MKRoute", b"hasHighways", {"retval": {"type": b"Z"}})
871
+ r(b"MKRoute", b"hasTolls", {"retval": {"type": b"Z"}})
872
+ r(
873
+ b"MKStandardMapConfiguration",
874
+ b"setShowsTraffic:",
875
+ {"arguments": {2: {"type": b"Z"}}},
876
+ )
877
+ r(b"MKStandardMapConfiguration", b"showsTraffic", {"retval": {"type": b"Z"}})
878
+ r(
879
+ b"MKTileOverlay",
880
+ b"URLForTilePath:",
881
+ {"arguments": {2: {"type": "{MKTileOverlayPath=qqqd}"}}},
882
+ )
883
+ r(b"MKTileOverlay", b"canReplaceMapContent", {"retval": {"type": b"Z"}})
884
+ r(b"MKTileOverlay", b"isGeometryFlipped", {"retval": {"type": b"Z"}})
885
+ r(
886
+ b"MKTileOverlay",
887
+ b"loadTileAtPath:result:",
888
+ {
889
+ "arguments": {
890
+ 2: {"type": "{MKTileOverlayPath=qqqd}"},
891
+ 3: {
892
+ "callable": {
893
+ "retval": {"type": b"v"},
894
+ "arguments": {
895
+ 0: {"type": b"^v"},
896
+ 1: {"type": b"@"},
897
+ 2: {"type": b"@"},
898
+ },
899
+ }
900
+ },
901
+ }
902
+ },
903
+ )
904
+ r(b"MKTileOverlay", b"setCanReplaceMapContent:", {"arguments": {2: {"type": b"Z"}}})
905
+ r(b"MKTileOverlay", b"setGeometryFlipped:", {"arguments": {2: {"type": b"Z"}}})
906
+ r(b"MKUserLocation", b"isUpdating", {"retval": {"type": b"Z"}})
907
+ r(
908
+ b"NSObject",
909
+ b"boundingMapRect",
910
+ {
911
+ "required": True,
912
+ "retval": {"type": b"{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"},
913
+ },
914
+ )
915
+ r(
916
+ b"NSObject",
917
+ b"canReplaceMapContent",
918
+ {"required": False, "retval": {"type": b"Z"}},
919
+ )
920
+ r(
921
+ b"NSObject",
922
+ b"completer:didFailWithError:",
923
+ {
924
+ "required": False,
925
+ "retval": {"type": b"v"},
926
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
927
+ },
928
+ )
929
+ r(
930
+ b"NSObject",
931
+ b"completerDidUpdateResults:",
932
+ {"required": False, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
933
+ )
934
+ r(
935
+ b"NSObject",
936
+ b"coordinate",
937
+ {"required": True, "retval": {"type": b"{CLLocationCoordinate2D=dd}"}},
938
+ )
939
+ r(
940
+ b"NSObject",
941
+ b"intersectsMapRect:",
942
+ {
943
+ "required": False,
944
+ "retval": {"type": b"Z"},
945
+ "arguments": {2: {"type": b"{MKMapRect={MKMapPoint=dd}{MKMapSize=dd}}"}},
946
+ },
947
+ )
948
+ r(
949
+ b"NSObject",
950
+ b"lookAroundViewControllerDidDismissFullScreen:",
951
+ {"required": False, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
952
+ )
953
+ r(
954
+ b"NSObject",
955
+ b"lookAroundViewControllerDidPresentFullScreen:",
956
+ {"required": False, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
957
+ )
958
+ r(
959
+ b"NSObject",
960
+ b"lookAroundViewControllerDidUpdateScene:",
961
+ {"required": False, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
962
+ )
963
+ r(
964
+ b"NSObject",
965
+ b"lookAroundViewControllerWillDismissFullScreen:",
966
+ {"required": False, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
967
+ )
968
+ r(
969
+ b"NSObject",
970
+ b"lookAroundViewControllerWillPresentFullScreen:",
971
+ {"required": False, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
972
+ )
973
+ r(
974
+ b"NSObject",
975
+ b"lookAroundViewControllerWillUpdateScene:",
976
+ {"required": False, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
977
+ )
978
+ r(
979
+ b"NSObject",
980
+ b"mapItemDetailViewControllerDidFinish:",
981
+ {"required": True, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
982
+ )
983
+ r(
984
+ b"NSObject",
985
+ b"mapView:annotationView:didChangeDragState:fromOldState:",
986
+ {
987
+ "required": False,
988
+ "retval": {"type": b"v"},
989
+ "arguments": {
990
+ 2: {"type": b"@"},
991
+ 3: {"type": b"@"},
992
+ 4: {"type": b"Q"},
993
+ 5: {"type": b"Q"},
994
+ },
995
+ },
996
+ )
997
+ r(
998
+ b"NSObject",
999
+ b"mapView:clusterAnnotationForMemberAnnotations:",
1000
+ {
1001
+ "required": False,
1002
+ "retval": {"type": b"@"},
1003
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
1004
+ },
1005
+ )
1006
+ r(
1007
+ b"NSObject",
1008
+ b"mapView:didAddAnnotationViews:",
1009
+ {
1010
+ "required": False,
1011
+ "retval": {"type": b"v"},
1012
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
1013
+ },
1014
+ )
1015
+ r(
1016
+ b"NSObject",
1017
+ b"mapView:didAddOverlayRenderers:",
1018
+ {
1019
+ "required": False,
1020
+ "retval": {"type": b"v"},
1021
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
1022
+ },
1023
+ )
1024
+ r(
1025
+ b"NSObject",
1026
+ b"mapView:didChangeUserTrackingMode:animated:",
1027
+ {
1028
+ "required": False,
1029
+ "retval": {"type": b"v"},
1030
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"q"}, 4: {"type": b"Z"}},
1031
+ },
1032
+ )
1033
+ r(
1034
+ b"NSObject",
1035
+ b"mapView:didDeselectAnnotation:",
1036
+ {
1037
+ "required": False,
1038
+ "retval": {"type": b"v"},
1039
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
1040
+ },
1041
+ )
1042
+ r(
1043
+ b"NSObject",
1044
+ b"mapView:didDeselectAnnotationView:",
1045
+ {
1046
+ "required": False,
1047
+ "retval": {"type": b"v"},
1048
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
1049
+ },
1050
+ )
1051
+ r(
1052
+ b"NSObject",
1053
+ b"mapView:didFailToLocateUserWithError:",
1054
+ {
1055
+ "required": False,
1056
+ "retval": {"type": b"v"},
1057
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
1058
+ },
1059
+ )
1060
+ r(
1061
+ b"NSObject",
1062
+ b"mapView:didSelectAnnotation:",
1063
+ {
1064
+ "required": False,
1065
+ "retval": {"type": b"v"},
1066
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
1067
+ },
1068
+ )
1069
+ r(
1070
+ b"NSObject",
1071
+ b"mapView:didSelectAnnotationView:",
1072
+ {
1073
+ "required": False,
1074
+ "retval": {"type": b"v"},
1075
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
1076
+ },
1077
+ )
1078
+ r(
1079
+ b"NSObject",
1080
+ b"mapView:didUpdateUserLocation:",
1081
+ {
1082
+ "required": False,
1083
+ "retval": {"type": b"v"},
1084
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
1085
+ },
1086
+ )
1087
+ r(
1088
+ b"NSObject",
1089
+ b"mapView:regionDidChangeAnimated:",
1090
+ {
1091
+ "required": False,
1092
+ "retval": {"type": b"v"},
1093
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"Z"}},
1094
+ },
1095
+ )
1096
+ r(
1097
+ b"NSObject",
1098
+ b"mapView:regionWillChangeAnimated:",
1099
+ {
1100
+ "required": False,
1101
+ "retval": {"type": b"v"},
1102
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"Z"}},
1103
+ },
1104
+ )
1105
+ r(
1106
+ b"NSObject",
1107
+ b"mapView:rendererForOverlay:",
1108
+ {
1109
+ "required": False,
1110
+ "retval": {"type": b"@"},
1111
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
1112
+ },
1113
+ )
1114
+ r(
1115
+ b"NSObject",
1116
+ b"mapView:selectionAccessoryForAnnotation:",
1117
+ {
1118
+ "required": False,
1119
+ "retval": {"type": b"@"},
1120
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
1121
+ },
1122
+ )
1123
+ r(
1124
+ b"NSObject",
1125
+ b"mapView:viewForAnnotation:",
1126
+ {
1127
+ "required": False,
1128
+ "retval": {"type": b"@"},
1129
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
1130
+ },
1131
+ )
1132
+ r(
1133
+ b"NSObject",
1134
+ b"mapViewDidChangeVisibleRegion:",
1135
+ {"required": False, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
1136
+ )
1137
+ r(
1138
+ b"NSObject",
1139
+ b"mapViewDidFailLoadingMap:withError:",
1140
+ {
1141
+ "required": False,
1142
+ "retval": {"type": b"v"},
1143
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
1144
+ },
1145
+ )
1146
+ r(
1147
+ b"NSObject",
1148
+ b"mapViewDidFinishLoadingMap:",
1149
+ {"required": False, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
1150
+ )
1151
+ r(
1152
+ b"NSObject",
1153
+ b"mapViewDidFinishRenderingMap:fullyRendered:",
1154
+ {
1155
+ "required": False,
1156
+ "retval": {"type": b"v"},
1157
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"Z"}},
1158
+ },
1159
+ )
1160
+ r(
1161
+ b"NSObject",
1162
+ b"mapViewDidStopLocatingUser:",
1163
+ {"required": False, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
1164
+ )
1165
+ r(
1166
+ b"NSObject",
1167
+ b"mapViewWillStartLoadingMap:",
1168
+ {"required": False, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
1169
+ )
1170
+ r(
1171
+ b"NSObject",
1172
+ b"mapViewWillStartLocatingUser:",
1173
+ {"required": False, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
1174
+ )
1175
+ r(
1176
+ b"NSObject",
1177
+ b"mapViewWillStartRenderingMap:",
1178
+ {"required": False, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
1179
+ )
1180
+ r(
1181
+ b"NSObject",
1182
+ b"setCoordinate:",
1183
+ {
1184
+ "required": False,
1185
+ "retval": {"type": b"v"},
1186
+ "arguments": {2: {"type": b"{CLLocationCoordinate2D=dd}"}},
1187
+ },
1188
+ )
1189
+ r(b"NSObject", b"subtitle", {"required": False, "retval": {"type": b"@"}})
1190
+ r(b"NSObject", b"title", {"required": False, "retval": {"type": b"@"}})
1191
+ r(
1192
+ b"NSValue",
1193
+ b"MKCoordinateSpanValue",
1194
+ {"retval": {"type": "{MKCoordinateSpan=dd}"}},
1195
+ )
1196
+ r(
1197
+ b"NSValue",
1198
+ b"valueWithMKCoordinateSpan:",
1199
+ {"arguments": {2: {"type": "{MKCoordinateSpan=dd}"}}},
1200
+ )
1201
+ finally:
1202
+ objc._updatingMetadata(False)
1203
+
1204
+ objc.registerNewKeywordsFromSelector("MKAddress", b"init")
1205
+ objc.registerNewKeywordsFromSelector("MKAddress", b"initWithFullAddress:shortAddress:")
1206
+ objc.registerNewKeywordsFromSelector("MKAddressFilter", b"initExcludingOptions:")
1207
+ objc.registerNewKeywordsFromSelector("MKAddressFilter", b"initIncludingOptions:")
1208
+ objc.registerNewKeywordsFromSelector("MKAddressRepresentations", b"init")
1209
+ objc.registerNewKeywordsFromSelector(
1210
+ "MKAnnotationView", b"initWithAnnotation:reuseIdentifier:"
1211
+ )
1212
+ objc.registerNewKeywordsFromSelector("MKAnnotationView", b"initWithCoder:")
1213
+ objc.registerNewKeywordsFromSelector("MKCircleRenderer", b"initWithCircle:")
1214
+ objc.registerNewKeywordsFromSelector("MKClusterAnnotation", b"init")
1215
+ objc.registerNewKeywordsFromSelector(
1216
+ "MKClusterAnnotation", b"initWithMemberAnnotations:"
1217
+ )
1218
+ objc.registerNewKeywordsFromSelector("MKDirections", b"initWithRequest:")
1219
+ objc.registerNewKeywordsFromSelector("MKDirectionsRequest", b"initWithContentsOfURL:")
1220
+ objc.registerNewKeywordsFromSelector("MKGeocodingRequest", b"init")
1221
+ objc.registerNewKeywordsFromSelector("MKGeocodingRequest", b"initWithAddressString:")
1222
+ objc.registerNewKeywordsFromSelector("MKHybridMapConfiguration", b"init")
1223
+ objc.registerNewKeywordsFromSelector(
1224
+ "MKHybridMapConfiguration", b"initWithElevationStyle:"
1225
+ )
1226
+ objc.registerNewKeywordsFromSelector("MKImageryMapConfiguration", b"init")
1227
+ objc.registerNewKeywordsFromSelector(
1228
+ "MKImageryMapConfiguration", b"initWithElevationStyle:"
1229
+ )
1230
+ objc.registerNewKeywordsFromSelector("MKLocalPointsOfInterestRequest", b"init")
1231
+ objc.registerNewKeywordsFromSelector(
1232
+ "MKLocalPointsOfInterestRequest", b"initWithCenterCoordinate:radius:"
1233
+ )
1234
+ objc.registerNewKeywordsFromSelector(
1235
+ "MKLocalPointsOfInterestRequest", b"initWithCoordinateRegion:"
1236
+ )
1237
+ objc.registerNewKeywordsFromSelector(
1238
+ "MKLocalSearch", b"initWithPointsOfInterestRequest:"
1239
+ )
1240
+ objc.registerNewKeywordsFromSelector("MKLocalSearch", b"initWithRequest:")
1241
+ objc.registerNewKeywordsFromSelector("MKLocalSearchRequest", b"init")
1242
+ objc.registerNewKeywordsFromSelector("MKLocalSearchRequest", b"initWithCompletion:")
1243
+ objc.registerNewKeywordsFromSelector(
1244
+ "MKLocalSearchRequest", b"initWithNaturalLanguageQuery:"
1245
+ )
1246
+ objc.registerNewKeywordsFromSelector(
1247
+ "MKLocalSearchRequest", b"initWithNaturalLanguageQuery:region:"
1248
+ )
1249
+ objc.registerNewKeywordsFromSelector("MKLookAroundScene", b"init")
1250
+ objc.registerNewKeywordsFromSelector("MKLookAroundSceneRequest", b"init")
1251
+ objc.registerNewKeywordsFromSelector("MKLookAroundSceneRequest", b"initWithCoordinate:")
1252
+ objc.registerNewKeywordsFromSelector("MKLookAroundSceneRequest", b"initWithMapItem:")
1253
+ objc.registerNewKeywordsFromSelector("MKLookAroundSnapshotter", b"init")
1254
+ objc.registerNewKeywordsFromSelector(
1255
+ "MKLookAroundSnapshotter", b"initWithScene:options:"
1256
+ )
1257
+ objc.registerNewKeywordsFromSelector("MKLookAroundViewController", b"initWithCoder:")
1258
+ objc.registerNewKeywordsFromSelector(
1259
+ "MKLookAroundViewController", b"initWithNibName:bundle:"
1260
+ )
1261
+ objc.registerNewKeywordsFromSelector("MKLookAroundViewController", b"initWithScene:")
1262
+ objc.registerNewKeywordsFromSelector("MKMapCameraBoundary", b"initWithCoder:")
1263
+ objc.registerNewKeywordsFromSelector(
1264
+ "MKMapCameraBoundary", b"initWithCoordinateRegion:"
1265
+ )
1266
+ objc.registerNewKeywordsFromSelector("MKMapCameraBoundary", b"initWithMapRect:")
1267
+ objc.registerNewKeywordsFromSelector(
1268
+ "MKMapCameraZoomRange", b"initWithMaxCenterCoordinateDistance:"
1269
+ )
1270
+ objc.registerNewKeywordsFromSelector(
1271
+ "MKMapCameraZoomRange", b"initWithMinCenterCoordinateDistance:"
1272
+ )
1273
+ objc.registerNewKeywordsFromSelector(
1274
+ "MKMapCameraZoomRange",
1275
+ b"initWithMinCenterCoordinateDistance:maxCenterCoordinateDistance:",
1276
+ )
1277
+ objc.registerNewKeywordsFromSelector("MKMapConfiguration", b"init")
1278
+ objc.registerNewKeywordsFromSelector("MKMapItem", b"initWithLocation:address:")
1279
+ objc.registerNewKeywordsFromSelector("MKMapItem", b"initWithPlacemark:")
1280
+ objc.registerNewKeywordsFromSelector("MKMapItemAnnotation", b"init")
1281
+ objc.registerNewKeywordsFromSelector("MKMapItemAnnotation", b"initWithMapItem:")
1282
+ objc.registerNewKeywordsFromSelector(
1283
+ "MKMapItemDetailSelectionAccessoryPresentationStyle", b"init"
1284
+ )
1285
+ objc.registerNewKeywordsFromSelector(
1286
+ "MKMapItemDetailViewController", b"initWithMapItem:"
1287
+ )
1288
+ objc.registerNewKeywordsFromSelector(
1289
+ "MKMapItemDetailViewController", b"initWithMapItem:displaysMap:"
1290
+ )
1291
+ objc.registerNewKeywordsFromSelector("MKMapItemIdentifier", b"init")
1292
+ objc.registerNewKeywordsFromSelector(
1293
+ "MKMapItemIdentifier", b"initWithIdentifierString:"
1294
+ )
1295
+ objc.registerNewKeywordsFromSelector("MKMapItemRequest", b"init")
1296
+ objc.registerNewKeywordsFromSelector(
1297
+ "MKMapItemRequest", b"initWithMapFeatureAnnotation:"
1298
+ )
1299
+ objc.registerNewKeywordsFromSelector("MKMapItemRequest", b"initWithMapItemIdentifier:")
1300
+ objc.registerNewKeywordsFromSelector("MKMapSnapshotter", b"initWithOptions:")
1301
+ objc.registerNewKeywordsFromSelector("MKMultiPolygon", b"initWithPolygons:")
1302
+ objc.registerNewKeywordsFromSelector("MKMultiPolygonRenderer", b"initWithMultiPolygon:")
1303
+ objc.registerNewKeywordsFromSelector("MKMultiPolyline", b"initWithPolylines:")
1304
+ objc.registerNewKeywordsFromSelector(
1305
+ "MKMultiPolylineRenderer", b"initWithMultiPolyline:"
1306
+ )
1307
+ objc.registerNewKeywordsFromSelector("MKOverlayRenderer", b"initWithOverlay:")
1308
+ objc.registerNewKeywordsFromSelector("MKPlacemark", b"initWithCoordinate:")
1309
+ objc.registerNewKeywordsFromSelector(
1310
+ "MKPlacemark", b"initWithCoordinate:addressDictionary:"
1311
+ )
1312
+ objc.registerNewKeywordsFromSelector(
1313
+ "MKPlacemark", b"initWithCoordinate:postalAddress:"
1314
+ )
1315
+ objc.registerNewKeywordsFromSelector("MKPointAnnotation", b"init")
1316
+ objc.registerNewKeywordsFromSelector("MKPointAnnotation", b"initWithCoordinate:")
1317
+ objc.registerNewKeywordsFromSelector(
1318
+ "MKPointAnnotation", b"initWithCoordinate:title:subtitle:"
1319
+ )
1320
+ objc.registerNewKeywordsFromSelector(
1321
+ "MKPointOfInterestFilter", b"initExcludingCategories:"
1322
+ )
1323
+ objc.registerNewKeywordsFromSelector(
1324
+ "MKPointOfInterestFilter", b"initIncludingCategories:"
1325
+ )
1326
+ objc.registerNewKeywordsFromSelector("MKPolygonRenderer", b"initWithPolygon:")
1327
+ objc.registerNewKeywordsFromSelector("MKPolylineRenderer", b"initWithPolyline:")
1328
+ objc.registerNewKeywordsFromSelector("MKReverseGeocodingRequest", b"init")
1329
+ objc.registerNewKeywordsFromSelector("MKReverseGeocodingRequest", b"initWithLocation:")
1330
+ objc.registerNewKeywordsFromSelector("MKSelectionAccessory", b"init")
1331
+ objc.registerNewKeywordsFromSelector("MKStandardMapConfiguration", b"init")
1332
+ objc.registerNewKeywordsFromSelector(
1333
+ "MKStandardMapConfiguration", b"initWithElevationStyle:"
1334
+ )
1335
+ objc.registerNewKeywordsFromSelector(
1336
+ "MKStandardMapConfiguration", b"initWithElevationStyle:emphasisStyle:"
1337
+ )
1338
+ objc.registerNewKeywordsFromSelector(
1339
+ "MKStandardMapConfiguration", b"initWithEmphasisStyle:"
1340
+ )
1341
+ objc.registerNewKeywordsFromSelector("MKTileOverlay", b"initWithURLTemplate:")
1342
+ objc.registerNewKeywordsFromSelector("MKTileOverlayRenderer", b"initWithTileOverlay:")
1343
+
1344
+ objc.registerNewKeywords(
1345
+ "MKCircle", ("centerCoordinate", "radius"), "circleWithCenterCoordinate_radius_"
1346
+ )
1347
+ objc.registerNewKeywords("MKCircle", ("mapRect",), "circleWithMapRect_")
1348
+ objc.registerNewKeywords("MKCompassButton", ("mapView",), "compassButtonWithMapView_")
1349
+ objc.registerNewKeywords(
1350
+ "MKGeodesicPolyline", ("coordinates", "count"), "polylineWithCoordinates_count_"
1351
+ )
1352
+ objc.registerNewKeywords(
1353
+ "MKGeodesicPolyline", ("points", "count"), "polylineWithPoints_count_"
1354
+ )
1355
+ objc.registerNewKeywords("MKPitchControl", ("mapView",), "pitchControlWithMapView_")
1356
+ objc.registerNewKeywords(
1357
+ "MKPolygon", ("coordinates", "count"), "polygonWithCoordinates_count_"
1358
+ )
1359
+ objc.registerNewKeywords(
1360
+ "MKPolygon",
1361
+ ("coordinates", "count", "interiorPolygons"),
1362
+ "polygonWithCoordinates_count_interiorPolygons_",
1363
+ )
1364
+ objc.registerNewKeywords("MKPolygon", ("points", "count"), "polygonWithPoints_count_")
1365
+ objc.registerNewKeywords(
1366
+ "MKPolygon",
1367
+ ("points", "count", "interiorPolygons"),
1368
+ "polygonWithPoints_count_interiorPolygons_",
1369
+ )
1370
+ objc.registerNewKeywords(
1371
+ "MKPolyline", ("coordinates", "count"), "polylineWithCoordinates_count_"
1372
+ )
1373
+ objc.registerNewKeywords("MKPolyline", ("points", "count"), "polylineWithPoints_count_")
1374
+ objc.registerNewKeywords("MKZoomControl", ("mapView",), "zoomControlWithMapView_")
1375
+ expressions = {}
1376
+
1377
+ # END OF FILE