Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. (lldb) po placeDetails
  2. {
  3. "address_components" = (
  4. {
  5. "long_name" = 24;
  6. "short_name" = 24;
  7. types = (
  8. "street_number"
  9. );
  10. },
  11. {
  12. "long_name" = "Romualda Traugutta";
  13. "short_name" = "Romualda Traugutta";
  14. types = (
  15. route
  16. );
  17. },
  18. {
  19. "long_name" = "Podg\U00f3rze";
  20. "short_name" = "Podg\U00f3rze";
  21. types = (
  22. "sublocality_level_1",
  23. sublocality,
  24. political
  25. );
  26. },
  27. {
  28. "long_name" = "Krak\U00f3w";
  29. "short_name" = "Krak\U00f3w";
  30. types = (
  31. locality,
  32. political
  33. );
  34. },
  35. {
  36. "long_name" = "Krak\U00f3w";
  37. "short_name" = "Krak\U00f3w";
  38. types = (
  39. "administrative_area_level_2",
  40. political
  41. );
  42. },
  43. {
  44. "long_name" = "ma\U0142opolskie";
  45. "short_name" = "ma\U0142opolskie";
  46. types = (
  47. "administrative_area_level_1",
  48. political
  49. );
  50. },
  51. {
  52. "long_name" = Polen;
  53. "short_name" = PL;
  54. types = (
  55. country,
  56. political
  57. );
  58. },
  59. {
  60. "long_name" = "33-332";
  61. "short_name" = "33-332";
  62. types = (
  63. "postal_code"
  64. );
  65. }
  66. );
  67. "adr_address" = "<span class=\"street-address\">Romualda Traugutta 24</span>, <span class=\"postal-code\">33-332</span> <span class=\"locality\">Krak\U00f3w</span>, <span class=\"country-name\">Polen</span>";
  68. "formatted_address" = "Romualda Traugutta 24, 33-332 Krak\U00f3w, Polen";
  69. geometry = {
  70. location = {
  71. lat = "50.0453139";
  72. lng = "19.9579988";
  73. };
  74. };
  75. icon = "http://maps.gstatic.com/mapfiles/place_api/icons/geocode-71.png";
  76. id = 5f07d649ac07889cc4065e429bfd0a050444ddbb;
  77. name = "Romualda Traugutta 24";
  78. "place_id" = ChIJdbS8iEVbFkcRQyPZLCiwdlg;
  79. reference = "CpQBkAAAABvRT_-knAPO0sdzm-aw2wE53fC2P5Bheqdd08ReE-kEFcOrtbbRO9YNoGs0XJf9bgRYD5mAnBCWrf5uHjtGSJWQBCiMMgfF1y3FRMWhxosyRxyGkG7RF_BT2xTCD0ORHsYFvaOq2nMffNBEqvdKNe5qZdV72aOoFlr-47LBuZZmDK8bri1T1-lMpP4jQO6YuBIQSoGriVEb-EfjCZNfzlvSXxoU1UAp2u3ZxNJW4fU7F23Z1HPulVQ";
  80. scope = GOOGLE;
  81. types = (
  82. "street_address"
  83. );
  84. url = "https://maps.google.com/maps/place?q=Romualda+Traugutta+24,+33-332+Krak%C3%B3w,+Polen&ftid=0x47165b4588bcb475:0x5876b0282cd92343";
  85. vicinity = "Podg\U00f3rze";
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement