Advertisement
Guest User

params

a guest
Jun 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. (lldb) po params
  2. {
  3. date = "2017-10-23 00:00:00 +0000";
  4. dropoff = {
  5. address = "Washington Guest House";
  6. latitude = "11.57132";
  7. longitude = "104.9227";
  8. };
  9. from = "Phnom Penh";
  10. luggage = 0;
  11. pickups = (
  12. {
  13. address = "Bopha Phnom Penh Restaurant";
  14. index = 1;
  15. latitude = "11.57115";
  16. longitude = "104.9226";
  17. },
  18. {
  19. address = "Central Market";
  20. index = 2;
  21. latitude = "11.56955";
  22. longitude = "104.9209";
  23. },
  24. {
  25. address = "\U1795\U17d2\U1791\U17c7\U179f\U17c6\U178e\U17b6\U1780\U17cb \U1780\U17c2\U179c\U1798\U17b6\U1793";
  26. index = 3;
  27. latitude = "11.57094";
  28. longitude = "104.9227";
  29. }
  30. );
  31. price = 100000;
  32. seats = 4;
  33. time = "5:59:22";
  34. to = "Banteay Meanchey";
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement