Commit ab66a73f authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

no message

parent 2902f9e4
......@@ -23,8 +23,6 @@
@interface ZJFriendTrackMapViewController () <MAMapViewDelegate, GMSMapViewDelegate>
//@property (nonatomic, strong) MAMapView *mapView;
@property (nonatomic, strong) UIButton *gpsButton;
@property (nonatomic, strong) ZJUserTrackTimeView *trackTimeView;
@property (nonatomic, strong) NSMutableArray<ZJLocationModel *> *locations;
......@@ -665,12 +663,12 @@
self.actionMarker.map = self.GGMapView;
_actionlinepath = [GMSMutablePath path];
__block NSInteger count = 0;
[self.trackTimeView.trackButton setSelected:true];
[self.trackTimeView.trackButton setEnabled:false];
//路径动画1
// __block NSInteger count = 0;
// dispatch_source_t timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0));
// dispatch_source_set_timer(timer, DISPATCH_TIME_NOW, 0.15 * NSEC_PER_SEC, 0 * NSEC_PER_SEC);
// dispatch_source_set_event_handler(timer, ^{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment