//
//  MAConfig.h
//  MAMapKit
//
//  Created by shaobin on 16/10/24.
//  Copyright © 2016 Amap. All rights reserved.
//

#ifndef MAConfig_h
#define MAConfig_h

#ifndef MA_INCLUDE_OFFLINE
#define MA_INCLUDE_OFFLINE 1
#endif

#ifndef MA_INCLUDE_TRACE_CORRECT
#define MA_INCLUDE_TRACE_CORRECT 1
#endif

#ifndef MA_INCLUDE_INDOOR
#define MA_INCLUDE_INDOOR 1
#endif

#ifndef MA_INCLUDE_CACHE
#define MA_INCLUDE_CACHE 1
#endif

#ifndef MA_INCLUDE_WORLDMAP
#define MA_INCLUDE_WORLDMAP 1
#endif

#ifndef MA_INCLUDE_OVERLAY_HEATMAP
#define MA_INCLUDE_OVERLAY_HEATMAP 1
#endif

#ifndef MA_INCLUDE_OVERLAY_GROUND
#define MA_INCLUDE_OVERLAY_GROUND 1
#endif

#ifndef MA_INCLUDE_OVERLAY_GEODESIC
#define MA_INCLUDE_OVERLAY_GEODESIC 1
#endif

#endif /* MAConfig_h */
