Compare commits
2 Commits
fdd6653fce
...
bec6952707
| Author | SHA1 | Date | |
|---|---|---|---|
| bec6952707 | |||
|
|
08dcc64ef4 |
@@ -168,8 +168,8 @@
|
||||
}
|
||||
|
||||
NSMutableDictionary * dic2 = [NSMutableDictionary dictionary];
|
||||
dic2[@"longitude"] = [NSString stringWithFormat:@"%f" , self.pointModel.coordinate.longitude];
|
||||
dic2[@"latitude"] = [NSString stringWithFormat:@"%f" , self.pointModel.coordinate.latitude];
|
||||
dic2[@"longitude"] = [NSString stringWithFormat:@"%f" , self.longitude];
|
||||
dic2[@"latitude"] = [NSString stringWithFormat:@"%f" , self.latitude];
|
||||
dic2[@"plateNumber"] = carNo;
|
||||
dic2[@"hydrogenSiteId"] = [NSString stringWithFormat:@"%@" , self.pointModel.stationID];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user