NeighbourBMKAnnotationView.h 455 B

1234567891011121314151617
  1. //
  2. // NeighbourBMKAnnotationView.h
  3. // jiaPei
  4. //
  5. // Created by EchoShacolee on 2017/7/31.
  6. // Copyright © 2017年 JCZ. All rights reserved.
  7. //
  8. #import <BaiduMapAPI_Map/BMKMapComponent.h>
  9. @interface NeighbourBMKAnnotationView : BMKAnnotationView
  10. +(instancetype)annotationViewWithMapView:(BMKMapView *)mapView Annotation:(BMKPointAnnotation *)annotation;
  11. @property(nonatomic,copy)MyBlockType block;
  12. @property (nonatomic, assign) NSInteger size;
  13. @end