10#if MA_INCLUDE_OVERLAY_CUSTOMBUILDING
16#pragma mark - MACustomBuildingOverlayOption
24@property (nonatomic, assign) CGFloat height;
28@property (nonatomic, assign) CGFloat heightScale;
32@property (nonatomic, strong) UIColor *topColor;
36@property (nonatomic, strong) UIColor *sideColor;
40@property (nonatomic, assign) BOOL visibile;
52+ (instancetype)optionWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
64- (BOOL)setOptionWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
69#pragma mark - MACustomBuildingOverlay
77@property (nonatomic, readonly) MACustomBuildingOverlayOption *defaultOption;
81@property (nonatomic, readonly) NSArray<MACustomBuildingOverlayOption *> *customOptions;
89- (void)addCustomOption:(MACustomBuildingOverlayOption *)option;
97- (void)removeCustomOption:(MACustomBuildingOverlayOption *)option;
Definition MAMultiPoint.h:17
Definition MAOverlay.h:15