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