SportPathVC.h 510 B

123456789101112131415161718
  1. //
  2. // SportPathVC.h
  3. // LN_School
  4. //
  5. // Created by EchoShacolee on 2017/8/7.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <BaiduMapAPI_Map/BMKMapComponent.h>
  10. @interface SportPathVC : UIViewController
  11. @property (weak, nonatomic) IBOutlet BMKMapView *mapView;
  12. @property(nonatomic,copy)NSString *simStr; //sim卡号 获取轨迹
  13. @property(nonatomic,copy)NSString *carNum; //车牌号展示
  14. @property(nonatomic,copy)NSString *deviceId; //终端id 获取围栏
  15. @end