MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPDefines.h
Go to the documentation of this file.
1//
2// MPDefines.h
3// MapsIndoorsSDK
4//
5// Created by Michael Bech Hansen on 08/03/2018.
6// Copyright © 2018 MapsPeople A/S. All rights reserved.
7//
8
9#ifndef MPDefines_h
10#define MPDefines_h
11
12
13#if defined(MP_DISABLE_DEPRECATION_WARNINGS)
14 #define MP_DEPRECATED_MSG_ATTRIBUTE(mESSAGE) /* disabled */
15 #define MP_DEPRECATED_ATTRIBUTE /* disabled */
16#else
17 #define MP_DEPRECATED_MSG_ATTRIBUTE(mESSAGE) DEPRECATED_MSG_ATTRIBUTE(mESSAGE)
18 #define MP_DEPRECATED_ATTRIBUTE DEPRECATED_ATTRIBUTE
19#endif
20
21#define kMPUIApplicationDidReceiveMemoryWarningNotification @"UIApplicationDidReceiveMemoryWarningNotification"
22#define kMPRequestClearCacheMemoryNotification @"MPRequestClearCacheMemoryNotification"
23#define kMPRequestResetMapNotification @"MPRequestResetMapNotification"
24
25#endif /* MPDefines_h */
26
27// Modification of this enum should be followed by similar modifications in the relevant if-else chains.
29typedef NSString* MPHighwayType NS_TYPED_ENUM;
30extern MPHighwayType const MPHighwayTypeUnclassified;
31extern MPHighwayType const MPHighwayTypeFootway;
32extern MPHighwayType const MPHighwayTypeResidential;
33extern MPHighwayType const MPHighwayTypeService;
34extern MPHighwayType const MPHighwayTypeRamp;
35extern MPHighwayType const MPHighwayTypeStairs;
36extern MPHighwayType const MPHighwayTypeEscalator;
37extern MPHighwayType const MPHighwayTypeTravelator;
38extern MPHighwayType const MPHighwayTypeElevator;
39extern MPHighwayType const MPHighwayTypeWheelChairRamp;
40extern MPHighwayType const MPHighwayTypeWheelChairLift;
41extern MPHighwayType const MPHighwayTypeLadder;
MPHighwayType const MPHighwayTypeRamp
MPHighwayType const MPHighwayTypeStairs
MPHighwayType const MPHighwayTypeLadder
MPHighwayType const MPHighwayTypeTravelator
MPHighwayType const MPHighwayTypeElevator
NSString *MPHighwayType NS_TYPED_ENUM
An enumeration of all accepted types of highways.
Definition MPDefines.h:29
MPHighwayType const MPHighwayTypeWheelChairRamp
MPHighwayType const MPHighwayTypeService
MPHighwayType const MPHighwayTypeFootway
MPHighwayType const MPHighwayTypeUnclassified
MPHighwayType const MPHighwayTypeWheelChairLift
MPHighwayType const MPHighwayTypeEscalator
MPHighwayType const MPHighwayTypeResidential