MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Macros | Typedefs | Variables
MPDefines.h File Reference

Go to the source code of this file.

Macros

#define MP_DEPRECATED_MSG_ATTRIBUTE(mESSAGE)   DEPRECATED_MSG_ATTRIBUTE(mESSAGE)
 
#define MP_DEPRECATED_ATTRIBUTE   DEPRECATED_ATTRIBUTE
 
#define kMPUIApplicationDidReceiveMemoryWarningNotification   @"UIApplicationDidReceiveMemoryWarningNotification"
 
#define kMPRequestClearCacheMemoryNotification   @"MPRequestClearCacheMemoryNotification"
 
#define kMPRequestResetMapNotification   @"MPRequestResetMapNotification"
 

Typedefs

typedef NSString *MPHighwayType NS_TYPED_ENUM
 An enumeration of all accepted types of highways.
 

Variables

MPHighwayType const MPHighwayTypeUnclassified
 
MPHighwayType const MPHighwayTypeFootway
 
MPHighwayType const MPHighwayTypeResidential
 
MPHighwayType const MPHighwayTypeService
 
MPHighwayType const MPHighwayTypeRamp
 
MPHighwayType const MPHighwayTypeStairs
 
MPHighwayType const MPHighwayTypeEscalator
 
MPHighwayType const MPHighwayTypeTravelator
 
MPHighwayType const MPHighwayTypeElevator
 
MPHighwayType const MPHighwayTypeWheelChairRamp
 
MPHighwayType const MPHighwayTypeWheelChairLift
 
MPHighwayType const MPHighwayTypeLadder
 

Macro Definition Documentation

◆ kMPRequestClearCacheMemoryNotification

#define kMPRequestClearCacheMemoryNotification   @"MPRequestClearCacheMemoryNotification"

◆ kMPRequestResetMapNotification

#define kMPRequestResetMapNotification   @"MPRequestResetMapNotification"

◆ kMPUIApplicationDidReceiveMemoryWarningNotification

#define kMPUIApplicationDidReceiveMemoryWarningNotification   @"UIApplicationDidReceiveMemoryWarningNotification"

◆ MP_DEPRECATED_ATTRIBUTE

#define MP_DEPRECATED_ATTRIBUTE   DEPRECATED_ATTRIBUTE

◆ MP_DEPRECATED_MSG_ATTRIBUTE

#define MP_DEPRECATED_MSG_ATTRIBUTE ( mESSAGE)    DEPRECATED_MSG_ATTRIBUTE(mESSAGE)

Typedef Documentation

◆ NS_TYPED_ENUM

typedef NSString* MPHighwayType NS_TYPED_ENUM

An enumeration of all accepted types of highways.

Variable Documentation

◆ MPHighwayTypeElevator

MPHighwayType const MPHighwayTypeElevator
extern

◆ MPHighwayTypeEscalator

MPHighwayType const MPHighwayTypeEscalator
extern

◆ MPHighwayTypeFootway

MPHighwayType const MPHighwayTypeFootway
extern

◆ MPHighwayTypeLadder

MPHighwayType const MPHighwayTypeLadder
extern

◆ MPHighwayTypeRamp

MPHighwayType const MPHighwayTypeRamp
extern

◆ MPHighwayTypeResidential

MPHighwayType const MPHighwayTypeResidential
extern

◆ MPHighwayTypeService

MPHighwayType const MPHighwayTypeService
extern

◆ MPHighwayTypeStairs

MPHighwayType const MPHighwayTypeStairs
extern

◆ MPHighwayTypeTravelator

MPHighwayType const MPHighwayTypeTravelator
extern

◆ MPHighwayTypeUnclassified

MPHighwayType const MPHighwayTypeUnclassified
extern

◆ MPHighwayTypeWheelChairLift

MPHighwayType const MPHighwayTypeWheelChairLift
extern

◆ MPHighwayTypeWheelChairRamp

MPHighwayType const MPHighwayTypeWheelChairRamp
extern