This repository was archived by the owner on May 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 800
Expand file tree
/
Copy pathMapKit.h
More file actions
64 lines (63 loc) · 2.4 KB
/
Copy pathMapKit.h
File metadata and controls
64 lines (63 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
//******************************************************************************
//
// Copyright (c) 2016 Microsoft Corporation. All rights reserved.
//
// This code is licensed under the MIT License (MIT).
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//
//******************************************************************************
#import <MapKit/MapKitConstants.h>
#import <MapKit/MapKitDataTypes.h>
#import <MapKit/MapKitFunctions.h>
#import <MapKit/MKAnnotation.h>
#import <MapKit/MKAnnotationView.h>
#import <MapKit/MKCircle.h>
#import <MapKit/MKCircleRenderer.h>
#import <MapKit/MKCircleView.h>
#import <MapKit/MKDirections.h>
#import <MapKit/MKDirectionsRequest.h>
#import <MapKit/MKDirectionsResponse.h>
#import <MapKit/MKDistanceFormatter.h>
#import <MapKit/MKETAResponse.h>
#import <MapKit/MKGeodesicPolyline.h>
#import <MapKit/MKLocalSearch.h>
#import <MapKit/MKLocalSearchRequest.h>
#import <MapKit/MKLocalSearchResponse.h>
#import <MapKit/MKMapCamera.h>
#import <MapKit/MKMapItem.h>
#import <MapKit/MKMapSnapshot.h>
#import <MapKit/MKMapSnapshotOptions.h>
#import <MapKit/MKMapSnapshotter.h>
#import <MapKit/MKMapView.h>
#import <MapKit/MKMapViewDelegate.h>
#import <MapKit/MKMultiPoint.h>
#import <MapKit/MKOverlay.h>
#import <MapKit/MKOverlayPathRenderer.h>
#import <MapKit/MKOverlayPathView.h>
#import <MapKit/MKOverlayRenderer.h>
#import <MapKit/MKOverlayView.h>
#import <MapKit/MKPinAnnotationView.h>
#import <MapKit/MKPlacemark.h>
#import <MapKit/MKPointAnnotation.h>
#import <MapKit/MKPolygon.h>
#import <MapKit/MKPolygonRenderer.h>
#import <MapKit/MKPolygonView.h>
#import <MapKit/MKPolyline.h>
#import <MapKit/MKPolylineRenderer.h>
#import <MapKit/MKPolylineView.h>
#import <MapKit/MKReverseGeocoder.h>
#import <MapKit/MKReverseGeocoderDelegate.h>
#import <MapKit/MKRoute.h>
#import <MapKit/MKRouteStep.h>
#import <MapKit/MKShape.h>
#import <MapKit/MKTileOverlay.h>
#import <MapKit/MKTileOverlayRenderer.h>
#import <MapKit/MKUserLocation.h>
#import <MapKit/MKUserTrackingBarButtonItem.h>