/ src / frameworks / MapKit / src / MapKit.m
MapKit.m
  1  /*
  2   This file is part of Darling.
  3  
  4   Copyright (C) 2019 Lubos Dolezel
  5  
  6   Darling is free software: you can redistribute it and/or modify
  7   it under the terms of the GNU General Public License as published by
  8   the Free Software Foundation, either version 3 of the License, or
  9   (at your option) any later version.
 10  
 11   Darling is distributed in the hope that it will be useful,
 12   but WITHOUT ANY WARRANTY; without even the implied warranty of
 13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 14   GNU General Public License for more details.
 15  
 16   You should have received a copy of the GNU General Public License
 17   along with Darling.  If not, see <http://www.gnu.org/licenses/>.
 18  */
 19  
 20  
 21  #include <MapKit/MapKit.h>
 22  #include <stdlib.h>
 23  #include <stdio.h>
 24  
 25  static int verbose = 0;
 26  
 27  __attribute__((constructor))
 28  static void initme(void) {
 29      verbose = getenv("STUB_VERBOSE") != NULL;
 30  }
 31  
 32  void* GEOGetMKIconManagerLog(void)
 33  {
 34      if (verbose) puts("STUB: GEOGetMKIconManagerLog called");
 35      return NULL;
 36  }
 37  
 38  void* ImageForShieldDataSourceTypeShouldBeFlipped(void)
 39  {
 40      if (verbose) puts("STUB: ImageForShieldDataSourceTypeShouldBeFlipped called");
 41      return NULL;
 42  }
 43  
 44  void* MKAddressDictionaryFromCLPlacemark(void)
 45  {
 46      if (verbose) puts("STUB: MKAddressDictionaryFromCLPlacemark called");
 47      return NULL;
 48  }
 49  
 50  void* MKAddressDictionaryFromContactsDictionary(void)
 51  {
 52      if (verbose) puts("STUB: MKAddressDictionaryFromContactsDictionary called");
 53      return NULL;
 54  }
 55  
 56  void* MKAddressDictionaryFromPostalAddress(void)
 57  {
 58      if (verbose) puts("STUB: MKAddressDictionaryFromPostalAddress called");
 59      return NULL;
 60  }
 61  
 62  void* MKAddressStringForAddressDictionary(void)
 63  {
 64      if (verbose) puts("STUB: MKAddressStringForAddressDictionary called");
 65      return NULL;
 66  }
 67  
 68  void* MKAnnotationViewIntersectionArea(void)
 69  {
 70      if (verbose) puts("STUB: MKAnnotationViewIntersectionArea called");
 71      return NULL;
 72  }
 73  
 74  void* MKAnnotationViewsIntersectionArea(void)
 75  {
 76      if (verbose) puts("STUB: MKAnnotationViewsIntersectionArea called");
 77      return NULL;
 78  }
 79  
 80  void* MKApplicationLayoutDirectionIsRightToLeft(void)
 81  {
 82      if (verbose) puts("STUB: MKApplicationLayoutDirectionIsRightToLeft called");
 83      return NULL;
 84  }
 85  
 86  void* MKArrowAppendArrowheadToPathAndReturnMetrics(void)
 87  {
 88      if (verbose) puts("STUB: MKArrowAppendArrowheadToPathAndReturnMetrics called");
 89      return NULL;
 90  }
 91  
 92  void* MKArrowAppendArrowheadToPathAndReturnMetricsWithStemAdjustment(void)
 93  {
 94      if (verbose) puts("STUB: MKArrowAppendArrowheadToPathAndReturnMetricsWithStemAdjustment called");
 95      return NULL;
 96  }
 97  
 98  void* MKArrowAppendCurveToPath(void)
 99  {
100      if (verbose) puts("STUB: MKArrowAppendCurveToPath called");
101      return NULL;
102  }
103  
104  void* MKArrowAppendCurveToPathWithOptions(void)
105  {
106      if (verbose) puts("STUB: MKArrowAppendCurveToPathWithOptions called");
107      return NULL;
108  }
109  
110  void* MKArrowAppendCurveToPathWithOptionsAndRadius(void)
111  {
112      if (verbose) puts("STUB: MKArrowAppendCurveToPathWithOptionsAndRadius called");
113      return NULL;
114  }
115  
116  void* MKArrowAppendExitRoadLeftToPathInRect(void)
117  {
118      if (verbose) puts("STUB: MKArrowAppendExitRoadLeftToPathInRect called");
119      return NULL;
120  }
121  
122  void* MKArrowAppendExitRoadRightToPathInRect(void)
123  {
124      if (verbose) puts("STUB: MKArrowAppendExitRoadRightToPathInRect called");
125      return NULL;
126  }
127  
128  void* MKArrowAppendFinalSegmentToPath(void)
129  {
130      if (verbose) puts("STUB: MKArrowAppendFinalSegmentToPath called");
131      return NULL;
132  }
133  
134  void* MKArrowAppendInitialSegmentToPath(void)
135  {
136      if (verbose) puts("STUB: MKArrowAppendInitialSegmentToPath called");
137      return NULL;
138  }
139  
140  void* MKArrowAppendLeftTurnToPathInRect(void)
141  {
142      if (verbose) puts("STUB: MKArrowAppendLeftTurnToPathInRect called");
143      return NULL;
144  }
145  
146  void* MKArrowAppendMergeLeftToPathInRect(void)
147  {
148      if (verbose) puts("STUB: MKArrowAppendMergeLeftToPathInRect called");
149      return NULL;
150  }
151  
152  void* MKArrowAppendMergeRightToPathInRect(void)
153  {
154      if (verbose) puts("STUB: MKArrowAppendMergeRightToPathInRect called");
155      return NULL;
156  }
157  
158  void* MKArrowAppendRightAngleCurveToPath(void)
159  {
160      if (verbose) puts("STUB: MKArrowAppendRightAngleCurveToPath called");
161      return NULL;
162  }
163  
164  void* MKArrowAppendRightTurnToPathInRect(void)
165  {
166      if (verbose) puts("STUB: MKArrowAppendRightTurnToPathInRect called");
167      return NULL;
168  }
169  
170  void* MKArrowAppendSegmentToPath(void)
171  {
172      if (verbose) puts("STUB: MKArrowAppendSegmentToPath called");
173      return NULL;
174  }
175  
176  void* MKArrowAppendStraightArrowToPathInRect(void)
177  {
178      if (verbose) puts("STUB: MKArrowAppendStraightArrowToPathInRect called");
179      return NULL;
180  }
181  
182  void* MKArrowAppendUTurnCurveToPath(void)
183  {
184      if (verbose) puts("STUB: MKArrowAppendUTurnCurveToPath called");
185      return NULL;
186  }
187  
188  void* MKArrowAppendUTurnToPathInRect(void)
189  {
190      if (verbose) puts("STUB: MKArrowAppendUTurnToPathInRect called");
191      return NULL;
192  }
193  
194  void* MKArrowCreateBezierPathsForArrivalWithSize(void)
195  {
196      if (verbose) puts("STUB: MKArrowCreateBezierPathsForArrivalWithSize called");
197      return NULL;
198  }
199  
200  void* MKArrowCreateBezierPathsForArrivalWithSizeAndReturnCenter(void)
201  {
202      if (verbose) puts("STUB: MKArrowCreateBezierPathsForArrivalWithSizeAndReturnCenter called");
203      return NULL;
204  }
205  
206  void* MKArrowCreateBezierPathsForEitherProceedToRouteOrArrivalWithSizeAndReturnCenter(void)
207  {
208      if (verbose) puts("STUB: MKArrowCreateBezierPathsForEitherProceedToRouteOrArrivalWithSizeAndReturnCenter called");
209      return NULL;
210  }
211  
212  void* MKArrowCreateBezierPathsForProceedToRouteWithSize(void)
213  {
214      if (verbose) puts("STUB: MKArrowCreateBezierPathsForProceedToRouteWithSize called");
215      return NULL;
216  }
217  
218  void* MKArrowCreateBezierPathsForProceedToRouteWithSizeAndReturnCenter(void)
219  {
220      if (verbose) puts("STUB: MKArrowCreateBezierPathsForProceedToRouteWithSizeAndReturnCenter called");
221      return NULL;
222  }
223  
224  void* MKBearingFromCoordinateToCoordinate(void)
225  {
226      if (verbose) puts("STUB: MKBearingFromCoordinateToCoordinate called");
227      return NULL;
228  }
229  
230  void* MKCalculateDistance(void)
231  {
232      if (verbose) puts("STUB: MKCalculateDistance called");
233      return NULL;
234  }
235  
236  void* MKCenterWithLayerPosition(void)
237  {
238      if (verbose) puts("STUB: MKCenterWithLayerPosition called");
239      return NULL;
240  }
241  
242  void* MKClosestMapPointInLineSegmentFromMapPoint(void)
243  {
244      if (verbose) puts("STUB: MKClosestMapPointInLineSegmentFromMapPoint called");
245      return NULL;
246  }
247  
248  void* MKCompassPointFromLocationDirection(void)
249  {
250      if (verbose) puts("STUB: MKCompassPointFromLocationDirection called");
251      return NULL;
252  }
253  
254  void* MKCoordinateForMapPoint(void)
255  {
256      if (verbose) puts("STUB: MKCoordinateForMapPoint called");
257      return NULL;
258  }
259  
260  void* MKCoordinateForTilePoint(void)
261  {
262      if (verbose) puts("STUB: MKCoordinateForTilePoint called");
263      return NULL;
264  }
265  
266  void* MKCoordinateRegionForMapRect(void)
267  {
268      if (verbose) puts("STUB: MKCoordinateRegionForMapRect called");
269      return NULL;
270  }
271  
272  void* MKCoordinateRegionMakeWithDistance(void)
273  {
274      if (verbose) puts("STUB: MKCoordinateRegionMakeWithDistance called");
275      return NULL;
276  }
277  
278  void* MKCoordinateRegionMakeWithZoomLevel(void)
279  {
280      if (verbose) puts("STUB: MKCoordinateRegionMakeWithZoomLevel called");
281      return NULL;
282  }
283  
284  void* MKCoordinatesForRegion(void)
285  {
286      if (verbose) puts("STUB: MKCoordinatesForRegion called");
287      return NULL;
288  }
289  
290  void* MKCurrentTransitConnectionFailureDiagnosis(void)
291  {
292      if (verbose) puts("STUB: MKCurrentTransitConnectionFailureDiagnosis called");
293      return NULL;
294  }
295  
296  void* MKDefaultCoordinateRegion(void)
297  {
298      if (verbose) puts("STUB: MKDefaultCoordinateRegion called");
299      return NULL;
300  }
301  
302  void* MKDefaultGuidanceManeuverMetrics(void)
303  {
304      if (verbose) puts("STUB: MKDefaultGuidanceManeuverMetrics called");
305      return NULL;
306  }
307  
308  void* MKDirectionBetween(void)
309  {
310      if (verbose) puts("STUB: MKDirectionBetween called");
311      return NULL;
312  }
313  
314  void* MKGetCenterForIntegralFrame(void)
315  {
316      if (verbose) puts("STUB: MKGetCenterForIntegralFrame called");
317      return NULL;
318  }
319  
320  void* MKGetMKDefaultLog(void)
321  {
322      if (verbose) puts("STUB: MKGetMKDefaultLog called");
323      return NULL;
324  }
325  
326  void* MKGetNextOrientation(void)
327  {
328      if (verbose) puts("STUB: MKGetNextOrientation called");
329      return NULL;
330  }
331  
332  void* MKGuidanceManeuverArrowMetricsApplyScale(void)
333  {
334      if (verbose) puts("STUB: MKGuidanceManeuverArrowMetricsApplyScale called");
335      return NULL;
336  }
337  
338  void* MKGuidanceManeuverArrowMetricsEqualToArrowMetrics(void)
339  {
340      if (verbose) puts("STUB: MKGuidanceManeuverArrowMetricsEqualToArrowMetrics called");
341      return NULL;
342  }
343  
344  void* MKIntegerHash(void)
345  {
346      if (verbose) puts("STUB: MKIntegerHash called");
347      return NULL;
348  }
349  
350  void* MKIntegralAnchorAdustedCenterForViewInView(void)
351  {
352      if (verbose) puts("STUB: MKIntegralAnchorAdustedCenterForViewInView called");
353      return NULL;
354  }
355  
356  void* MKIntegralCenterForLayer(void)
357  {
358      if (verbose) puts("STUB: MKIntegralCenterForLayer called");
359      return NULL;
360  }
361  
362  void* MKIntegralCenterForLayerWithScale(void)
363  {
364      if (verbose) puts("STUB: MKIntegralCenterForLayerWithScale called");
365      return NULL;
366  }
367  
368  void* MKIntegralCenterForView(void)
369  {
370      if (verbose) puts("STUB: MKIntegralCenterForView called");
371      return NULL;
372  }
373  
374  void* MKIntegralCenterForViewWithScale(void)
375  {
376      if (verbose) puts("STUB: MKIntegralCenterForViewWithScale called");
377      return NULL;
378  }
379  
380  void* MKIntegralPoint(void)
381  {
382      if (verbose) puts("STUB: MKIntegralPoint called");
383      return NULL;
384  }
385  
386  void* MKIsHostedInSiri(void)
387  {
388      if (verbose) puts("STUB: MKIsHostedInSiri called");
389      return NULL;
390  }
391  
392  void* MKKeyForTransitArtwork(void)
393  {
394      if (verbose) puts("STUB: MKKeyForTransitArtwork called");
395      return NULL;
396  }
397  
398  void* MKLayerPositionWithAnchoredPosition(void)
399  {
400      if (verbose) puts("STUB: MKLayerPositionWithAnchoredPosition called");
401      return NULL;
402  }
403  
404  void* MKLayerPositionWithCenter(void)
405  {
406      if (verbose) puts("STUB: MKLayerPositionWithCenter called");
407      return NULL;
408  }
409  
410  void* MKLayerTreeDescription(void)
411  {
412      if (verbose) puts("STUB: MKLayerTreeDescription called");
413      return NULL;
414  }
415  
416  void* MKLineIntersectsOriginCircle(void)
417  {
418      if (verbose) puts("STUB: MKLineIntersectsOriginCircle called");
419      return NULL;
420  }
421  
422  void* MKLocalSearchMetricsStatusForError(void)
423  {
424      if (verbose) puts("STUB: MKLocalSearchMetricsStatusForError called");
425      return NULL;
426  }
427  
428  void* MKLocalSearchMetricsStatusToKeypressStatus(void)
429  {
430      if (verbose) puts("STUB: MKLocalSearchMetricsStatusToKeypressStatus called");
431      return NULL;
432  }
433  
434  void* MKLocalizedAbbreviationForCompassPoint(void)
435  {
436      if (verbose) puts("STUB: MKLocalizedAbbreviationForCompassPoint called");
437      return NULL;
438  }
439  
440  void* MKLocalizedStringForUnknownLocation(void)
441  {
442      if (verbose) puts("STUB: MKLocalizedStringForUnknownLocation called");
443      return NULL;
444  }
445  
446  void* MKLongHash(void)
447  {
448      if (verbose) puts("STUB: MKLongHash called");
449      return NULL;
450  }
451  
452  void* MKMapItemIdentifierFromGEOPBTransitLine(void)
453  {
454      if (verbose) puts("STUB: MKMapItemIdentifierFromGEOPBTransitLine called");
455      return NULL;
456  }
457  
458  void* MKMapItemIdentifierFromGEOTransitLine(void)
459  {
460      if (verbose) puts("STUB: MKMapItemIdentifierFromGEOTransitLine called");
461      return NULL;
462  }
463  
464  void* MKMapItemIdentifiersArrayFromGEOMapItemIdentifiersArray(void)
465  {
466      if (verbose) puts("STUB: MKMapItemIdentifiersArrayFromGEOMapItemIdentifiersArray called");
467      return NULL;
468  }
469  
470  void* MKMapItemIdentifiersArrayToGEOMapItemIdentifiersArray(void)
471  {
472      if (verbose) puts("STUB: MKMapItemIdentifiersArrayToGEOMapItemIdentifiersArray called");
473      return NULL;
474  }
475  
476  void* MKMapItemIdentifiersToGEOMapItemIdentifier(void)
477  {
478      if (verbose) puts("STUB: MKMapItemIdentifiersToGEOMapItemIdentifier called");
479      return NULL;
480  }
481  
482  void* MKMapPointForCoordinate(void)
483  {
484      if (verbose) puts("STUB: MKMapPointForCoordinate called");
485      return NULL;
486  }
487  
488  void* MKMapPointsPerMeterAtLatitude(void)
489  {
490      if (verbose) puts("STUB: MKMapPointsPerMeterAtLatitude called");
491      return NULL;
492  }
493  
494  void* MKMapRectBoundingMapPoints(void)
495  {
496      if (verbose) puts("STUB: MKMapRectBoundingMapPoints called");
497      return NULL;
498  }
499  
500  void* MKMapRectContainsPoint(void)
501  {
502      if (verbose) puts("STUB: MKMapRectContainsPoint called");
503      return NULL;
504  }
505  
506  void* MKMapRectContainsRect(void)
507  {
508      if (verbose) puts("STUB: MKMapRectContainsRect called");
509      return NULL;
510  }
511  
512  void* MKMapRectContainsRectWrappingMeridian(void)
513  {
514      if (verbose) puts("STUB: MKMapRectContainsRectWrappingMeridian called");
515      return NULL;
516  }
517  
518  void* MKMapRectDivide(void)
519  {
520      if (verbose) puts("STUB: MKMapRectDivide called");
521      return NULL;
522  }
523  
524  void* MKMapRectForCoordinateRegion(void)
525  {
526      if (verbose) puts("STUB: MKMapRectForCoordinateRegion called");
527      return NULL;
528  }
529  
530  void* MKMapRectInset(void)
531  {
532      if (verbose) puts("STUB: MKMapRectInset called");
533      return NULL;
534  }
535  
536  void* MKMapRectIntersection(void)
537  {
538      if (verbose) puts("STUB: MKMapRectIntersection called");
539      return NULL;
540  }
541  
542  void* MKMapRectIntersectsMapRectWrappingMeridian(void)
543  {
544      if (verbose) puts("STUB: MKMapRectIntersectsMapRectWrappingMeridian called");
545      return NULL;
546  }
547  
548  void* MKMapRectIntersectsRect(void)
549  {
550      if (verbose) puts("STUB: MKMapRectIntersectsRect called");
551      return NULL;
552  }
553  
554  void* MKMapRectMakeWithRadialDistance(void)
555  {
556      if (verbose) puts("STUB: MKMapRectMakeWithRadialDistance called");
557      return NULL;
558  }
559  
560  void* MKMapRectOffset(void)
561  {
562      if (verbose) puts("STUB: MKMapRectOffset called");
563      return NULL;
564  }
565  
566  void* MKMapRectRemainder(void)
567  {
568      if (verbose) puts("STUB: MKMapRectRemainder called");
569      return NULL;
570  }
571  
572  void* MKMapRectSpans180thMeridian(void)
573  {
574      if (verbose) puts("STUB: MKMapRectSpans180thMeridian called");
575      return NULL;
576  }
577  
578  void* MKMapRectUnion(void)
579  {
580      if (verbose) puts("STUB: MKMapRectUnion called");
581      return NULL;
582  }
583  
584  void* MKMappedABCNDictionary(void)
585  {
586      if (verbose) puts("STUB: MKMappedABCNDictionary called");
587      return NULL;
588  }
589  
590  void* MKMetersBetweenMapPoints(void)
591  {
592      if (verbose) puts("STUB: MKMetersBetweenMapPoints called");
593      return NULL;
594  }
595  
596  void* MKMetersPerMapPointAtLatitude(void)
597  {
598      if (verbose) puts("STUB: MKMetersPerMapPointAtLatitude called");
599      return NULL;
600  }
601  
602  void* MKNormalizedPointForLayer(void)
603  {
604      if (verbose) puts("STUB: MKNormalizedPointForLayer called");
605      return NULL;
606  }
607  
608  void* MKPrepareMultiLineLabelContainerForWidth(void)
609  {
610      if (verbose) puts("STUB: MKPrepareMultiLineLabelContainerForWidth called");
611      return NULL;
612  }
613  
614  void* MKRectToLineSegments(void)
615  {
616      if (verbose) puts("STUB: MKRectToLineSegments called");
617      return NULL;
618  }
619  
620  void* MKRectWithPoints(void)
621  {
622      if (verbose) puts("STUB: MKRectWithPoints called");
623      return NULL;
624  }
625  
626  void* MKRoadWidthAtZoomScale(void)
627  {
628      if (verbose) puts("STUB: MKRoadWidthAtZoomScale called");
629      return NULL;
630  }
631  
632  void* MKTilePointForCoordinate(void)
633  {
634      if (verbose) puts("STUB: MKTilePointForCoordinate called");
635      return NULL;
636  }
637  
638  void* MKTmpUserTrip(void)
639  {
640      if (verbose) puts("STUB: MKTmpUserTrip called");
641      return NULL;
642  }
643  
644  void* MKTransitArtworkImageConstrainedToWidth(void)
645  {
646      if (verbose) puts("STUB: MKTransitArtworkImageConstrainedToWidth called");
647      return NULL;
648  }
649  
650  void* MKTransitIncidentIcon(void)
651  {
652      if (verbose) puts("STUB: MKTransitIncidentIcon called");
653      return NULL;
654  }
655  
656  void* MKTripRecording(void)
657  {
658      if (verbose) puts("STUB: MKTripRecording called");
659      return NULL;
660  }
661  
662  void* MKUnNormalizedPointForLayer(void)
663  {
664      if (verbose) puts("STUB: MKUnNormalizedPointForLayer called");
665      return NULL;
666  }
667  
668  void* MKZoomScaleForZoomLevelF(void)
669  {
670      if (verbose) puts("STUB: MKZoomScaleForZoomLevelF called");
671      return NULL;
672  }
673  
674  void* _MKIsRunningInExtension(void)
675  {
676      if (verbose) puts("STUB: _MKIsRunningInExtension called");
677      return NULL;
678  }
679  
680  void* _MKLinkedOnOrAfterReleaseSet(void)
681  {
682      if (verbose) puts("STUB: _MKLinkedOnOrAfterReleaseSet called");
683      return NULL;
684  }
685  
686  void* _MKMapRectThatFits(void)
687  {
688      if (verbose) puts("STUB: _MKMapRectThatFits called");
689      return NULL;
690  }
691  
692  void* _MKPlaceCardButtonsAreFullWidth(void)
693  {
694      if (verbose) puts("STUB: _MKPlaceCardButtonsAreFullWidth called");
695      return NULL;
696  }
697  
698  void* _MKPlaceCardFormattedStringForTimeInterval(void)
699  {
700      if (verbose) puts("STUB: _MKPlaceCardFormattedStringForTimeInterval called");
701      return NULL;
702  }
703  
704  void* _MKPlaceCardUseSmallerFont(void)
705  {
706      if (verbose) puts("STUB: _MKPlaceCardUseSmallerFont called");
707      return NULL;
708  }
709  
710  void* _MKRAPIsAvailable(void)
711  {
712      if (verbose) puts("STUB: _MKRAPIsAvailable called");
713      return NULL;
714  }
715  
716  void* _MKSiriLanguageIsRTLFn(void)
717  {
718      if (verbose) puts("STUB: _MKSiriLanguageIsRTLFn called");
719      return NULL;
720  }
721  
722  void* _MKTransitIncidentImage(void)
723  {
724      if (verbose) puts("STUB: _MKTransitIncidentImage called");
725      return NULL;
726  }
727  
728  void* _Z10_splitNodeP14MKQuadTrieNodeP10MKQuadTrie(void)
729  {
730      if (verbose) puts("STUB: _Z10_splitNodeP14MKQuadTrieNodeP10MKQuadTrie called");
731      return NULL;
732  }
733  
734  void* _Z16MKMapRectLEQSize9MKMapRect9MKMapSize(void)
735  {
736      if (verbose) puts("STUB: _Z16MKMapRectLEQSize9MKMapRect9MKMapSize called");
737      return NULL;
738  }
739  
740  void* _Z16_depthFirstApplyP14MKQuadTrieNodeU13block_pointerF28MKQuadTrieTraversalDirectiveS0_E(void)
741  {
742      if (verbose) puts("STUB: _Z16_depthFirstApplyP14MKQuadTrieNodeU13block_pointerF28MKQuadTrieTraversalDirectiveS0_E called");
743      return NULL;
744  }
745  
746  void* _Z17__depthFirstApplyP14MKQuadTrieNodeU13block_pointerF28MKQuadTrieTraversalDirectiveS0_E(void)
747  {
748      if (verbose) puts("STUB: _Z17__depthFirstApplyP14MKQuadTrieNodeU13block_pointerF28MKQuadTrieTraversalDirectiveS0_E called");
749      return NULL;
750  }
751  
752  void* _Z18MKQuadTrieNodeFreeP14MKQuadTrieNode(void)
753  {
754      if (verbose) puts("STUB: _Z18MKQuadTrieNodeFreeP14MKQuadTrieNode called");
755      return NULL;
756  }
757  
758  void* _Z18MKQuadTrieNodeMake9MKMapRect(void)
759  {
760      if (verbose) puts("STUB: _Z18MKQuadTrieNodeMake9MKMapRect called");
761      return NULL;
762  }
763  
764  void* _Z18_breadthFirstApplyP14MKQuadTrieNodeU13block_pointerF28MKQuadTrieTraversalDirectiveS0_E(void)
765  {
766      if (verbose) puts("STUB: _Z18_breadthFirstApplyP14MKQuadTrieNodeU13block_pointerF28MKQuadTrieTraversalDirectiveS0_E called");
767      return NULL;
768  }
769  
770  void* _Z21_insertionNodeForItemPU23objcproto12MKAnnotation11objc_objectP14MKQuadTrieNode(void)
771  {
772      if (verbose) puts("STUB: _Z21_insertionNodeForItemPU23objcproto12MKAnnotation11objc_objectP14MKQuadTrieNode called");
773      return NULL;
774  }
775  
776  void* _Z24MKStringFromQuadTrieNodeP14MKQuadTrieNode(void)
777  {
778      if (verbose) puts("STUB: _Z24MKStringFromQuadTrieNodeP14MKQuadTrieNode called");
779      return NULL;
780  }
781  
782  void* _Z7_insertPU23objcproto12MKAnnotation11objc_objectP14MKQuadTrieNodeP10MKQuadTrie(void)
783  {
784      if (verbose) puts("STUB: _Z7_insertPU23objcproto12MKAnnotation11objc_objectP14MKQuadTrieNodeP10MKQuadTrie called");
785      return NULL;
786  }
787  
788  void* _Z7_removePU23objcproto12MKAnnotation11objc_objectP14MKQuadTrieNode(void)
789  {
790      if (verbose) puts("STUB: _Z7_removePU23objcproto12MKAnnotation11objc_objectP14MKQuadTrieNode called");
791      return NULL;
792  }
793  
794  void* _Z9_containsPU23objcproto12MKAnnotation11objc_objectP14MKQuadTrieNode(void)
795  {
796      if (verbose) puts("STUB: _Z9_containsPU23objcproto12MKAnnotation11objc_objectP14MKQuadTrieNode called");
797      return NULL;
798  }
799  
800  void* _ZN3URS22shareSectionsForRoutesERKNSt3__16vectorIU8__strongP16GEOComposedRouteNS0_9allocatorIS4_EEEE(void)
801  {
802      if (verbose) puts("STUB: _ZN3URS22shareSectionsForRoutesERKNSt3__16vectorIU8__strongP16GEOComposedRouteNS0_9allocatorIS4_EEEE called");
803      return NULL;
804  }
805  
806  void* _notifyCenterOffsetChanged(void)
807  {
808      if (verbose) puts("STUB: _notifyCenterOffsetChanged called");
809      return NULL;
810  }
811  
812  void* _performOnMainThreadIfPossible(void)
813  {
814      if (verbose) puts("STUB: _performOnMainThreadIfPossible called");
815      return NULL;
816  }
817  
818  void* _scaleForMapRect(void)
819  {
820      if (verbose) puts("STUB: _scaleForMapRect called");
821      return NULL;
822  }
823  
824  void* mt_log_mapkit_usemap(void)
825  {
826      if (verbose) puts("STUB: mt_log_mapkit_usemap called");
827      return NULL;
828  }
829  
830  void* mt_log_maps_bookmarked(void)
831  {
832      if (verbose) puts("STUB: mt_log_maps_bookmarked called");
833      return NULL;
834  }
835  
836  void* mt_log_maps_gesture(void)
837  {
838      if (verbose) puts("STUB: mt_log_maps_gesture called");
839      return NULL;
840  }
841  
842  void* mt_log_maps_mode_switch(void)
843  {
844      if (verbose) puts("STUB: mt_log_maps_mode_switch called");
845      return NULL;
846  }
847  
848  void* mt_log_maps_mode_time(void)
849  {
850      if (verbose) puts("STUB: mt_log_maps_mode_time called");
851      return NULL;
852  }
853  
854  void* mt_log_maps_opened(void)
855  {
856      if (verbose) puts("STUB: mt_log_maps_opened called");
857      return NULL;
858  }
859  
860  void* mt_log_maps_printed(void)
861  {
862      if (verbose) puts("STUB: mt_log_maps_printed called");
863      return NULL;
864  }
865  
866  void* mt_log_maps_reportproblem(void)
867  {
868      if (verbose) puts("STUB: mt_log_maps_reportproblem called");
869      return NULL;
870  }
871  
872  void* mt_log_maps_shared_to(void)
873  {
874      if (verbose) puts("STUB: mt_log_maps_shared_to called");
875      return NULL;
876  }
877  
878  void* mt_log_maps_usemapkitmap(void)
879  {
880      if (verbose) puts("STUB: mt_log_maps_usemapkitmap called");
881      return NULL;
882  }
883  
884  void* mt_log_usedirections(void)
885  {
886      if (verbose) puts("STUB: mt_log_usedirections called");
887      return NULL;
888  }
889  
890  void* mt_signature_for_map_type(void)
891  {
892      if (verbose) puts("STUB: mt_signature_for_map_type called");
893      return NULL;
894  }