Show contents 

Mobile Application > iOS Components > Examples of Component Use > The 2D Map Component > Creating a Map with Timeline > SimpleMap_Prefix.pch

Common Title

Description: the title included into all source code files.

The SimpleMap_Prefix.pch File

#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
    #import <QuartzCore/QuartzCore.h>
#endif
#define ADAPTIVE_POPOVER_WIDTH 320

See also:

Creating a Map with a Timeline