1234567891011121314151617 |
- //
- // NeighbourBMKAnnotationView.h
- // jiaPei
- //
- // Created by EchoShacolee on 2017/7/31.
- // Copyright © 2017年 JCZ. All rights reserved.
- //
- #import <BaiduMapAPI_Map/BMKMapComponent.h>
- @interface NeighbourBMKAnnotationView : BMKAnnotationView
- +(instancetype)annotationViewWithMapView:(BMKMapView *)mapView Annotation:(BMKPointAnnotation *)annotation;
- @property(nonatomic,copy)MyBlockType block;
- @property (nonatomic, assign) NSInteger size;
- @end
|