MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MapsIndoors.h
Go to the documentation of this file.
1//
2// MapsIndoors.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 30/08/16.
6// Copyright Daniel-Nielsen. All rights reserved.
7//
8
9
10#import <UIKit/UIKit.h>
11#import <CoreLocation/CoreLocation.h>
12
13#import <MapsIndoors/UIColor+HexString.h>
14
15#import <MapsIndoors/MPSolution.h>
16#import <MapsIndoors/MPSolutionProvider.h>
17
18#import <MapsIndoors/MPAppData.h>
19#import <MapsIndoors/MPBuilding.h>
20#import <MapsIndoors/MPBuildingDataset.h>
21#import <MapsIndoors/MPContactModule.h>
22#import <MapsIndoors/MPFloor.h>
23#import <MapsIndoors/MPFloorSelectorControl.h>
24#import <MapsIndoors/MPFloorTileLayer.h>
25#import <MapsIndoors/MPGeometry.h>
26#import <MapsIndoors/MPLatLng.h>
27#import <MapsIndoors/MPLatLngBounds.h>
28#import <MapsIndoors/MPLayerType.h>
29#import <MapsIndoors/MPLineGeometry.h>
30#import <MapsIndoors/MPLoadIndicator.h>
31#import <MapsIndoors/MPLocation.h>
32#import <MapsIndoors/MPLocationBaseType.h>
33#import <MapsIndoors/MPLocationUpdate.h>
34#import <MapsIndoors/MPLocationDataset.h>
35#import <MapsIndoors/MPLocationDisplayRule.h>
36#import <MapsIndoors/MPLocationProperty.h>
37#import <MapsIndoors/MPLocationsProvider.h>
38#import <MapsIndoors/MPMapControl.h>
39#import <MapsIndoors/MPMapControl+LiveData.h>
40#import <MapsIndoors/MPMappedLocationUpdateHandler.h>
41#import <MapsIndoors/MPMapStyle.h>
42#import <MapsIndoors/MPPoint.h>
43#import <MapsIndoors/MPVector.h>
44#import <MapsIndoors/MPLocationCoordinate3D.h>
45#import <MapsIndoors/MPURITemplate.h>
46#import <MapsIndoors/MPVenue.h>
47#import <MapsIndoors/MPVenueCollection.h>
48#import <MapsIndoors/MPVenueProvider.h>
49#import <MapsIndoors/NSURL+QueryParser.h>
50#import <MapsIndoors/MPLocationQuery.h>
51#import <MapsIndoors/MPMapExtend.h>
52#import <MapsIndoors/MPPositionProvider.h>
53#import <MapsIndoors/MPImageRenderer.h>
54#import <MapsIndoors/MPMyLocationButton.h>
55#import <MapsIndoors/MPBeacon.h>
56#import <MapsIndoors/MPBeaconProvider.h>
57#import <MapsIndoors/NSObject+MPLanguageSupport.h>
58
59#import <MapsIndoors/MPBeaconCollection.h>
60#import <MapsIndoors/MPBuildingCollection.h>
61#import <MapsIndoors/MPBuildingReference.h>
62#import <MapsIndoors/NSString+CustomFont.h>
63#import <MapsIndoors/MPCategoriesProvider.h>
64#import <MapsIndoors/MPCategories.h>
65#import <MapsIndoors/MPImageProvider.h>
66#import <MapsIndoors/MPPngImageProvider.h>
67#import <MapsIndoors/MPErrorCodes.h>
68#import <MapsIndoors/MPMarkerView.h>
69#import <MapsIndoors/NSString+UrlRequest.h>
70#import <MapsIndoors/UIImage+MapsIndoorsBundle.h>
71#import <MapsIndoors/MPMessage.h>
72#import <MapsIndoors/MPMessageDataset.h>
73#import <MapsIndoors/MPMessageProvider.h>
74#import <MapsIndoors/MPAppDataProvider.h>
75#import <MapsIndoors/MPMenuItem.h>
76#import <MapsIndoors/MPMIAPI.h>
77#import <MapsIndoors/MPVersion.h>
78#import <MapsIndoors/MPVersionConstants.h>
79#import <MapsIndoors/MPNotificationsHelper.h>
80#import <MapsIndoors/MPMapsIndoors.h>
81#import <MapsIndoors/MPDefines.h>
82
83#import <MapsIndoors/MPLocationsObserver.h>
84#import <MapsIndoors/MPLocationSource.h>
85#import <MapsIndoors/MPLiveDomainType.h>
86#import <MapsIndoors/MPLiveUpdateTopic.h>
87#import <MapsIndoors/MPWirelessPositionTopic.h>
88#import <MapsIndoors/MPMQTTSubscriptionClient.h>
89#import <MapsIndoors/MPSubscriptionTopic.h>
90#import <MapsIndoors/MPLiveTopicCriteria.h>
91#import <MapsIndoors/MPLiveUpdate.h>
92#import <MapsIndoors/MPOccupancyLiveUpdate.h>
93#import <MapsIndoors/MPAvailabilityLiveUpdate.h>
94#import <MapsIndoors/MPPositionLiveUpdate.h>
95#import <MapsIndoors/MPCountLiveUpdate.h>
96#import <MapsIndoors/MPTemperatureLiveUpdate.h>
97#import <MapsIndoors/MPCO2LiveUpdate.h>
98#import <MapsIndoors/MPHumidityLiveUpdate.h>
99#import <MapsIndoors/MPLiveDataManager.h>
100#import <MapsIndoors/MPLiveDataInfo.h>
101
102#import <MapsIndoors/MPDirectionsRenderer.h>
103#import <MapsIndoors/MPDirectionsService.h>
104#import <MapsIndoors/MPDirectionsQuery.h>
105#import <MapsIndoors/MPDistanceMatrixElements.h>
106#import <MapsIndoors/MPDistanceMatrixProvider.h>
107#import <MapsIndoors/MPDistanceMatrixResult.h>
108#import <MapsIndoors/MPDistanceMatrixRows.h>
109#import <MapsIndoors/MPMapRouteLegButton.h>
110#import <MapsIndoors/MPRoute.h>
111#import <MapsIndoors/MPRouteBounds.h>
112#import <MapsIndoors/MPRouteCoordinate.h>
113#import <MapsIndoors/MPRouteLeg.h>
114#import <MapsIndoors/MPRouteProperty.h>
115#import <MapsIndoors/MPRouteResult.h>
116#import <MapsIndoors/MPRouteStep.h>
117#import <MapsIndoors/MPRoutingProvider.h>
118#import <MapsIndoors/MPTransitAgency.h>
119#import <MapsIndoors/MPTransitDetails.h>
120#import <MapsIndoors/MPTransitLine.h>
121#import <MapsIndoors/MPTransitStop.h>
122#import <MapsIndoors/MPTransitTime.h>
123#import <MapsIndoors/MPTransitVehicle.h>
124
125#import <MapsIndoors/MPLocationService.h>
126#import <MapsIndoors/MPLocationServiceDelegate.h>
127#import <MapsIndoors/MPQuery.h>
128#import <MapsIndoors/MPFilter.h>
129
130#import <MapsIndoors/MPDataSetCacheManager.h>
131#import <MapsIndoors/MPDataSetCache.h>
132#import <MapsIndoors/MPDataSetCacheItem.h>
133#import <MapsIndoors/MPDataSetEnums.h>
134#import <MapsIndoors/MPDataSetCacheManagerDelegate.h>
135#import <MapsIndoors/MPDataSetCacheManagerSizeDelegate.h>
136
137#import <MapsIndoors/MPGeometryQueryProtocol.h>
138#import <MapsIndoors/MPPolygonGeometry.h>
139#import <MapsIndoors/MPGeometryHelper.h>
140#import <MapsIndoors/MPGeometryContainmentMetadata.h>
141
142#import <MapsIndoors/MPUserRole.h>
143
144#import "MPBookingService.h"
145#import "MPBooking.h"
146#import "MPBookableQuery.h"
147#import "MPBookingsQuery.h"
148#import "MPBookingAuthConfig.h"
149
150#import <MapsIndoors/MPAuthDetails.h>
151#import <MapsIndoors/MPAuthClientInfo.h>
152#import <MapsIndoors/MPMapsIndoorsDelegate.h>
153#import <MapsIndoors/MPType.h>
154#import <MapsIndoors/NSDictionary+MPLocationPropertiesDictionary.h>
155#import <MapsIndoors/MPPositionIndicator.h>