Advertisement
BakerMan

Untitled

Mar 14th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. {
  2. "results" : [
  3. {
  4. "address_components" : [
  5. {
  6. "long_name" : "123",
  7. "short_name" : "123",
  8. "types" : [ "street_number" ]
  9. },
  10. {
  11. "long_name" : "Station Street",
  12. "short_name" : "Station St",
  13. "types" : [ "route" ]
  14. },
  15. {
  16. "long_name" : "Duncan",
  17. "short_name" : "Duncan",
  18. "types" : [ "locality", "political" ]
  19. },
  20. {
  21. "long_name" : "Cowichan Valley",
  22. "short_name" : "Cowichan Valley",
  23. "types" : [ "administrative_area_level_2", "political" ]
  24. },
  25. {
  26. "long_name" : "British Columbia",
  27. "short_name" : "BC",
  28. "types" : [ "administrative_area_level_1", "political" ]
  29. },
  30. {
  31. "long_name" : "Canada",
  32. "short_name" : "CA",
  33. "types" : [ "country", "political" ]
  34. },
  35. {
  36. "long_name" : "V9L 1M8",
  37. "short_name" : "V9L 1M8",
  38. "types" : [ "postal_code" ]
  39. }
  40. ],
  41. "formatted_address" : "123 Station Street, Duncan, BC V9L 1M8, Canada",
  42. "geometry" : {
  43. "bounds" : {
  44. "northeast" : {
  45. "lat" : 48.77771019999999,
  46. "lng" : -123.7087188
  47. },
  48. "southwest" : {
  49. "lat" : 48.777698,
  50. "lng" : -123.7087189
  51. }
  52. },
  53. "location" : {
  54. "lat" : 48.77771019999999,
  55. "lng" : -123.7087189
  56. },
  57. "location_type" : "RANGE_INTERPOLATED",
  58. "viewport" : {
  59. "northeast" : {
  60. "lat" : 48.7790530802915,
  61. "lng" : -123.7073698697085
  62. },
  63. "southwest" : {
  64. "lat" : 48.7763551197085,
  65. "lng" : -123.7100678302915
  66. }
  67. }
  68. },
  69. "types" : [ "street_address" ]
  70. }
  71. ],
  72. "status" : "OK"
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement