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

no message

parent 9a7bf36e
......@@ -64,8 +64,8 @@
self.mapType = mapType;
if (!self.friendTrack){
CLLocationCoordinate2D coord = CLLocationCoordinate2DMake(location.coordinate.latitude, location.coordinate.longitude);
self.GGMapView.camera = [GMSCameraPosition cameraWithTarget:coord zoom:self.zoom];
CLLocationCoordinate2D coord = CLLocationCoordinate2DMake(model.latitude, model.longitude);
// self.GGMapView.camera = [GMSCameraPosition cameraWithTarget:coord zoom:self.zoom];
[self setPoint:coord target:1];
}
}];
......
......@@ -105,8 +105,8 @@
self.mapType = mapType;
if (self.isMyTrack){
CLLocationCoordinate2D coord = CLLocationCoordinate2DMake(location.coordinate.latitude, location.coordinate.longitude);
self.GGMapView.camera = [GMSCameraPosition cameraWithTarget:coord zoom:self.zoom];
CLLocationCoordinate2D coord = CLLocationCoordinate2DMake(model.latitude, model.longitude);
// self.GGMapView.camera = [GMSCameraPosition cameraWithTarget:coord zoom:self.zoom];
[self setPoint:coord target:1];
}
}];
......@@ -706,7 +706,8 @@
[self.GGMapView animateToZoom:_animationZoom];
self.tttCount = 0;
_ttt = [NSTimer scheduledTimerWithTimeInterval:0.25 target:self selector:@selector(animate) userInfo:nil repeats:YES];
_ttt = [NSTimer scheduledTimerWithTimeInterval:4.0/self.initiallinepath.count target:self selector:@selector(animate) userInfo:nil repeats:YES];
[[NSRunLoop currentRunLoop] addTimer:_ttt forMode:NSRunLoopCommonModes];
}
......
......@@ -213,8 +213,8 @@ static TQNetworkTools* _tools = nil;
// [dict setValue: @"1" forKey: @"tgtk"];
// 获取BundleID
// [dict setValue: [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"] forKey: @"pkg"];
[dict setValue: @"com.ishinapp.familymapp" forKey: @"pkg"];
[dict setValue: [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"] forKey: @"pkg"];
// [dict setValue: @"com.ishinapp.familymapp" forKey: @"pkg"];
// [dict setValue: @"com.app.zhiji" forKey: @"pkg"]; //cs
NSString *identifierForVendor = [[data Read] objectForKey:@"Identifier"];;
......@@ -231,7 +231,8 @@ static TQNetworkTools* _tools = nil;
// }
//appLs
[dict setValue: @"040087e60c36fd63" forKey: @"appLs"];
[dict setValue: @"5530c00800d41060" forKey: @"appLs"];
// [dict setValue: @"040087e60c36fd63" forKey: @"appLs"];
// [dict setValue: @"d904ceaa1b3f6444" forKey: @"appLs"]; //cs
// 设置网络类型
......@@ -557,8 +558,8 @@ static TQNetworkTools* _tools = nil;
[dict setValue: identifierForVendor forKey: @"device"];
NSLog(@"identifierForVendor info == %@", identifierForVendor);
// 获取BundleID
// [dict setValue: [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"] forKey: @"pkg"];
[dict setValue: @"com.ishinapp.familymapp" forKey: @"pkg"];
[dict setValue: [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"] forKey: @"pkg"];
// [dict setValue: @"com.ishinapp.familymapp" forKey: @"pkg"];
// [dict setValue: @"com.app.zhiji" forKey: @"pkg"];
// 设置时间戳
......@@ -571,7 +572,8 @@ static TQNetworkTools* _tools = nil;
// }
//appLs
[dict setValue: @"040087e60c36fd63" forKey: @"appLs"];
[dict setValue: @"5530c00800d41060" forKey: @"appLs"];
// [dict setValue: @"040087e60c36fd63" forKey: @"appLs"]; family mapp
// [dict setValue: @"d904ceaa1b3f6444" forKey: @"appLs"];
[dict addEntriesFromDictionary:[self signParams:dict]];
......
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