12345678910111213141516 |
- //
- // 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,strong)NSArray *gpsListArr;
- @property(nonatomic,strong)NSString *dzwlStr;
- @end
|