// // SportPathVC.h // LN_School // // Created by EchoShacolee on 2017/8/7. // Copyright © 2017年 Danson. All rights reserved. // #import #import @interface SportPathVC : UIViewController @property (weak, nonatomic) IBOutlet BMKMapView *mapView; @property(nonatomic,strong)NSArray *gpsListArr; @property(nonatomic,strong)NSString *dzwlStr; @end