Guest User

Untitled

a guest
Jun 8th, 2011
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. {
  2. "results" : [
  3. {
  4. "address_components" : [
  5. {
  6. "long_name" : "Edinburgh",
  7. "short_name" : "Edinburgh",
  8. "types" : [ "locality", "political" ]
  9. },
  10. {
  11. "long_name" : "Edinburgh",
  12. "short_name" : "Edinburgh",
  13. "types" : [ "administrative_area_level_3", "political" ]
  14. },
  15. {
  16. "long_name" : "City of Edinburgh",
  17. "short_name" : "City of Edinburgh",
  18. "types" : [ "administrative_area_level_2", "political" ]
  19. },
  20. {
  21. "long_name" : "Scotland",
  22. "short_name" : "Scotland",
  23. "types" : [ "administrative_area_level_1", "political" ]
  24. },
  25. {
  26. "long_name" : "United Kingdom",
  27. "short_name" : "GB",
  28. "types" : [ "country", "political" ]
  29. }
  30. ],
  31. "formatted_address" : "Edinburgh, City of Edinburgh, UK",
  32. "geometry" : {
  33. "bounds" : {
  34. "northeast" : {
  35. "lat" : 55.9916620,
  36. "lng" : -3.0775050
  37. },
  38. "southwest" : {
  39. "lat" : 55.8947290,
  40. "lng" : -3.32851190
  41. }
  42. },
  43. "location" : {
  44. "lat" : 55.95017550,
  45. "lng" : -3.18753590
  46. },
  47. "location_type" : "APPROXIMATE",
  48. "viewport" : {
  49. "northeast" : {
  50. "lat" : 56.00012330,
  51. "lng" : -3.05947650
  52. },
  53. "southwest" : {
  54. "lat" : 55.90016319999999,
  55. "lng" : -3.31559530
  56. }
  57. }
  58. },
  59. "types" : [ "locality", "political" ]
  60. }
  61. ],
  62. "status" : "OK"
  63. }
Advertisement
Add Comment
Please, Sign In to add comment