NSString * thePath = @"106.73293,10.79871|106.73229,40.79841|";
NSArray *array = [thePath componentsSeparatedByString:@"|"];
NSLog(@"%@",array);
NSString * thePath = @"106.73293,10.79871|106.73229,40.79841|";
NSArray *array = [thePath componentsSeparatedByString:@"|"];
NSLog(@"%@",array);