NeighbourBMKPointAnnotation.h 384 B

1234567891011121314151617
  1. //
  2. // NeighbourBMKPointAnnotation.h
  3. // jiaPei
  4. //
  5. // Created by apple on 2017/6/30.
  6. // Copyright © 2017年 JCZ. All rights reserved.
  7. //
  8. #import <BaiduMapAPI_Map/BMKPointAnnotation.h>
  9. @interface NeighbourBMKPointAnnotation : BMKPointAnnotation
  10. ///所包含annotation个数
  11. @property (nonatomic, assign) NSInteger size;
  12. @property (nonatomic, strong) NSDictionary *dataDic;
  13. @end