Advertisement
BakerMan

Untitled

Mar 14th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. {
  2. "results" : [
  3. {
  4. "address_components" : [
  5. {
  6. "long_name" : "Douglas Street",
  7. "short_name" : "Douglas St",
  8. "types" : [ "route" ]
  9. },
  10. {
  11. "long_name" : "Victoria",
  12. "short_name" : "Victoria",
  13. "types" : [ "locality", "political" ]
  14. },
  15. {
  16. "long_name" : "British Columbia",
  17. "short_name" : "BC",
  18. "types" : [ "administrative_area_level_1", "political" ]
  19. },
  20. {
  21. "long_name" : "Canada",
  22. "short_name" : "CA",
  23. "types" : [ "country", "political" ]
  24. }
  25. ],
  26. "formatted_address" : "Douglas Street, Victoria, BC, Canada",
  27. "geometry" : {
  28. "bounds" : {
  29. "northeast" : {
  30. "lat" : 48.4558945,
  31. "lng" : -123.3634721
  32. },
  33. "southwest" : {
  34. "lat" : 48.4087687,
  35. "lng" : -123.3773764
  36. }
  37. },
  38. "location" : {
  39. "lat" : 48.4323369,
  40. "lng" : -123.3646024
  41. },
  42. "location_type" : "GEOMETRIC_CENTER",
  43. "viewport" : {
  44. "northeast" : {
  45. "lat" : 48.4558945,
  46. "lng" : -123.3634721
  47. },
  48. "southwest" : {
  49. "lat" : 48.4087687,
  50. "lng" : -123.3773764
  51. }
  52. }
  53. },
  54. "partial_match" : true,
  55. "types" : [ "route" ]
  56. }
  57. ],
  58. "status" : "OK"
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement