1234567891011121314151617 |
- //
- // NeighbourBMKPointAnnotation.h
- // jiaPei
- //
- // Created by apple on 2017/6/30.
- // Copyright © 2017年 JCZ. All rights reserved.
- //
- #import <BaiduMapAPI_Map/BMKPointAnnotation.h>
- @interface NeighbourBMKPointAnnotation : BMKPointAnnotation
- ///所包含annotation个数
- @property (nonatomic, assign) NSInteger size;
- @property (nonatomic, strong) NSDictionary *dataDic;
- @end
|