google_places 0.24.0 → 0.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +4 -0
- data/Gemfile.lock +1 -1
- data/README.rdoc +28 -2
- data/google_places.gemspec +1 -1
- data/lib/google_places.rb +1 -1
- data/lib/google_places/client.rb +33 -25
- data/lib/google_places/error.rb +0 -1
- data/lib/google_places/photo.rb +1 -7
- data/lib/google_places/prediction.rb +71 -0
- data/lib/google_places/request.rb +24 -24
- data/lib/google_places/spot.rb +20 -43
- data/spec/google_places/client_spec.rb +10 -5
- data/spec/google_places/location_spec.rb +0 -2
- data/spec/google_places/photo_spec.rb +4 -3
- data/spec/google_places/prediction_spec.rb +58 -0
- data/spec/google_places/request_spec.rb +0 -19
- data/spec/google_places/spot_spec.rb +14 -15
- data/spec/vcr_cassettes/list_predictions.yml +845 -0
- data/spec/vcr_cassettes/list_spots.yml +3364 -44
- data/spec/vcr_cassettes/list_spots_by_radar.yml +1070 -14
- data/spec/vcr_cassettes/list_spots_with_multiple_types.yml +1192 -10
- data/spec/vcr_cassettes/list_spots_with_name.yml +6 -6
- data/spec/vcr_cassettes/list_spots_with_name_and_types.yml +156 -6
- data/spec/vcr_cassettes/list_spots_with_single_type.yml +640 -6
- data/spec/vcr_cassettes/list_spots_with_types_and_exclusion.yml +1194 -10
- data/spec/vcr_cassettes/multiple_page_request.yml +4194 -8
- data/spec/vcr_cassettes/photo.yml +84 -2
- data/spec/vcr_cassettes/premium_list_spots_with_data.yml +3 -3
- data/spec/vcr_cassettes/single_spot.yml +1386 -16
- metadata +7 -2
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://maps.googleapis.com/maps/api/place/photo?maxwidth=400&photoreference=CnRtAAAACQQXR83Jc3Pffxt1Zx7QbCe6AfY2negSNzkk2IeSf0q5nxHgartLzkr1fltSlkEDSS-EZqswWAW2eQDbiOl12J-V4Rmn_JNko9e9gSnMwxHBdmScu_84NMSe-0RwB9BM6AEqE8sENXQ8cpWaiEsC_RIQLzIJxpRdoqSPrPtrjTrOhxoUWb8uwObkV4duXfKIiNB20gfnu88&
|
5
|
+
uri: https://maps.googleapis.com/maps/api/place/photo?maxwidth=400&photoreference=CnRtAAAACQQXR83Jc3Pffxt1Zx7QbCe6AfY2negSNzkk2IeSf0q5nxHgartLzkr1fltSlkEDSS-EZqswWAW2eQDbiOl12J-V4Rmn_JNko9e9gSnMwxHBdmScu_84NMSe-0RwB9BM6AEqE8sENXQ8cpWaiEsC_RIQLzIJxpRdoqSPrPtrjTrOhxoUWb8uwObkV4duXfKIiNB20gfnu88&key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -45,7 +45,7 @@ http_interactions:
|
|
45
45
|
recorded_at: Fri, 18 Oct 2013 10:27:29 GMT
|
46
46
|
- request:
|
47
47
|
method: get
|
48
|
-
uri: https://maps.googleapis.com/maps/api/place/photo?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0&maxwidth=400&photoreference=CnRtAAAACQQXR83Jc3Pffxt1Zx7QbCe6AfY2negSNzkk2IeSf0q5nxHgartLzkr1fltSlkEDSS-EZqswWAW2eQDbiOl12J-V4Rmn_JNko9e9gSnMwxHBdmScu_84NMSe-0RwB9BM6AEqE8sENXQ8cpWaiEsC_RIQLzIJxpRdoqSPrPtrjTrOhxoUWb8uwObkV4duXfKIiNB20gfnu88
|
48
|
+
uri: https://maps.googleapis.com/maps/api/place/photo?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0&maxwidth=400&photoreference=CnRtAAAACQQXR83Jc3Pffxt1Zx7QbCe6AfY2negSNzkk2IeSf0q5nxHgartLzkr1fltSlkEDSS-EZqswWAW2eQDbiOl12J-V4Rmn_JNko9e9gSnMwxHBdmScu_84NMSe-0RwB9BM6AEqE8sENXQ8cpWaiEsC_RIQLzIJxpRdoqSPrPtrjTrOhxoUWb8uwObkV4duXfKIiNB20gfnu88
|
49
49
|
body:
|
50
50
|
encoding: US-ASCII
|
51
51
|
string: ''
|
@@ -84,4 +84,86 @@ http_interactions:
|
|
84
84
|
HREF=\"https://lh4.googleusercontent.com/-1wzlVdxiW14/USSFZnhNqxI/AAAAAAAABGw/YpdANqaoGh4/s1600-w400/Google%2BSydney\">here</A>.\r\n</BODY></HTML>\r\n"
|
85
85
|
http_version:
|
86
86
|
recorded_at: Mon, 21 Jul 2014 11:28:36 GMT
|
87
|
+
- request:
|
88
|
+
method: get
|
89
|
+
uri: https://maps.googleapis.com/maps/api/place/photo?key=AIzaSyATDpXAyvequDQBzYjHucOXGEn7fXtikVo&maxwidth=400&photoreference=CnRtAAAACQQXR83Jc3Pffxt1Zx7QbCe6AfY2negSNzkk2IeSf0q5nxHgartLzkr1fltSlkEDSS-EZqswWAW2eQDbiOl12J-V4Rmn_JNko9e9gSnMwxHBdmScu_84NMSe-0RwB9BM6AEqE8sENXQ8cpWaiEsC_RIQLzIJxpRdoqSPrPtrjTrOhxoUWb8uwObkV4duXfKIiNB20gfnu88
|
90
|
+
body:
|
91
|
+
encoding: US-ASCII
|
92
|
+
string: ''
|
93
|
+
headers: {}
|
94
|
+
response:
|
95
|
+
status:
|
96
|
+
code: 302
|
97
|
+
message: Found
|
98
|
+
headers:
|
99
|
+
Date:
|
100
|
+
- Tue, 14 Oct 2014 18:48:44 GMT
|
101
|
+
Pragma:
|
102
|
+
- no-cache
|
103
|
+
Expires:
|
104
|
+
- Fri, 01 Jan 1990 00:00:00 GMT
|
105
|
+
Cache-Control:
|
106
|
+
- no-cache, must-revalidate
|
107
|
+
Location:
|
108
|
+
- https://lh4.googleusercontent.com/-1wzlVdxiW14/USSFZnhNqxI/AAAAAAAABGw/YpdANqaoGh4/s1600-w400/Google%2BSydney
|
109
|
+
Content-Type:
|
110
|
+
- text/html; charset=UTF-8
|
111
|
+
Server:
|
112
|
+
- mafe
|
113
|
+
Content-Length:
|
114
|
+
- '306'
|
115
|
+
X-Xss-Protection:
|
116
|
+
- 1; mode=block
|
117
|
+
X-Frame-Options:
|
118
|
+
- SAMEORIGIN
|
119
|
+
Alternate-Protocol:
|
120
|
+
- 443:quic,p=0.01
|
121
|
+
body:
|
122
|
+
encoding: UTF-8
|
123
|
+
string: "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>302
|
124
|
+
Moved</TITLE></HEAD><BODY>\n<H1>302 Moved</H1>\nThe document has moved\n<A
|
125
|
+
HREF=\"https://lh4.googleusercontent.com/-1wzlVdxiW14/USSFZnhNqxI/AAAAAAAABGw/YpdANqaoGh4/s1600-w400/Google%2BSydney\">here</A>.\r\n</BODY></HTML>\r\n"
|
126
|
+
http_version:
|
127
|
+
recorded_at: Tue, 14 Oct 2014 18:48:44 GMT
|
128
|
+
- request:
|
129
|
+
method: get
|
130
|
+
uri: https://maps.googleapis.com/maps/api/place/photo?key=AIzaSyCJ0NiNmva8TTlxDoU-BWvxW27zGAichFk&maxwidth=400&photoreference=CnRtAAAACQQXR83Jc3Pffxt1Zx7QbCe6AfY2negSNzkk2IeSf0q5nxHgartLzkr1fltSlkEDSS-EZqswWAW2eQDbiOl12J-V4Rmn_JNko9e9gSnMwxHBdmScu_84NMSe-0RwB9BM6AEqE8sENXQ8cpWaiEsC_RIQLzIJxpRdoqSPrPtrjTrOhxoUWb8uwObkV4duXfKIiNB20gfnu88
|
131
|
+
body:
|
132
|
+
encoding: US-ASCII
|
133
|
+
string: ''
|
134
|
+
headers: {}
|
135
|
+
response:
|
136
|
+
status:
|
137
|
+
code: 302
|
138
|
+
message: Found
|
139
|
+
headers:
|
140
|
+
Date:
|
141
|
+
- Tue, 14 Oct 2014 21:08:32 GMT
|
142
|
+
Pragma:
|
143
|
+
- no-cache
|
144
|
+
Expires:
|
145
|
+
- Fri, 01 Jan 1990 00:00:00 GMT
|
146
|
+
Cache-Control:
|
147
|
+
- no-cache, must-revalidate
|
148
|
+
Location:
|
149
|
+
- https://lh4.googleusercontent.com/-1wzlVdxiW14/USSFZnhNqxI/AAAAAAAABGw/YpdANqaoGh4/s1600-w400/Google%2BSydney
|
150
|
+
Content-Type:
|
151
|
+
- text/html; charset=UTF-8
|
152
|
+
Server:
|
153
|
+
- mafe
|
154
|
+
Content-Length:
|
155
|
+
- '306'
|
156
|
+
X-Xss-Protection:
|
157
|
+
- 1; mode=block
|
158
|
+
X-Frame-Options:
|
159
|
+
- SAMEORIGIN
|
160
|
+
Alternate-Protocol:
|
161
|
+
- 443:quic,p=0.01
|
162
|
+
body:
|
163
|
+
encoding: UTF-8
|
164
|
+
string: "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>302
|
165
|
+
Moved</TITLE></HEAD><BODY>\n<H1>302 Moved</H1>\nThe document has moved\n<A
|
166
|
+
HREF=\"https://lh4.googleusercontent.com/-1wzlVdxiW14/USSFZnhNqxI/AAAAAAAABGw/YpdANqaoGh4/s1600-w400/Google%2BSydney\">here</A>.\r\n</BODY></HTML>\r\n"
|
167
|
+
http_version:
|
168
|
+
recorded_at: Tue, 14 Oct 2014 21:08:33 GMT
|
87
169
|
recorded_with: VCR 2.9.2
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=39.60049820%2C-106.52202606&radius=20000&
|
5
|
+
uri: https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=39.60049820%2C-106.52202606&radius=20000&rankby=&key=DUMMY_KEY&name=&language=&keyword=&zagatselected=true&types=restaurant%7Ccafe
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -491,7 +491,7 @@ http_interactions:
|
|
491
491
|
recorded_at: Wed, 13 Mar 2013 13:42:50 GMT
|
492
492
|
- request:
|
493
493
|
method: get
|
494
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?reference=CnRpAAAAhpyrLL36QODbvtq5TCkJYiEmvERhrg_slkSrLBgoh_7e196CxAG4abOlD8_YQkrbePwc6NQCYI14Hz5TuI0vDnMgha5dXedKVXKLw8125Qvk2DLOl2vYZlOdNdniGpXD1UxoaA-neTQsWSyittG_XBIQEXOrpxY8A7KUek2dRTT69RoUZMep0CZwtXWoA1E4E-oWQtl0m7s&
|
494
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?reference=CnRpAAAAhpyrLL36QODbvtq5TCkJYiEmvERhrg_slkSrLBgoh_7e196CxAG4abOlD8_YQkrbePwc6NQCYI14Hz5TuI0vDnMgha5dXedKVXKLw8125Qvk2DLOl2vYZlOdNdniGpXD1UxoaA-neTQsWSyittG_XBIQEXOrpxY8A7KUek2dRTT69RoUZMep0CZwtXWoA1E4E-oWQtl0m7s&key=DUMMY_KEY&language=&extensions=review_summary
|
495
495
|
body:
|
496
496
|
encoding: US-ASCII
|
497
497
|
string: ''
|
@@ -716,7 +716,7 @@ http_interactions:
|
|
716
716
|
recorded_at: Wed, 13 Mar 2013 13:42:51 GMT
|
717
717
|
- request:
|
718
718
|
method: get
|
719
|
-
uri: https://maps.googleapis.com/maps/api/place/nearbysearch/json?key=DUMMY_KEY&keyword=&language=&location=39.60049820,-106.52202606&name=&radius=20000&rankby=&
|
719
|
+
uri: https://maps.googleapis.com/maps/api/place/nearbysearch/json?key=DUMMY_KEY&keyword=&language=&location=39.60049820,-106.52202606&name=&radius=20000&rankby=&types=restaurant%7Ccafe&zagatselected=true
|
720
720
|
body:
|
721
721
|
encoding: US-ASCII
|
722
722
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?reference=CnRsAAAASc4grenwL0h3X5VPNp5fkDNfqbjt3iQtWIPlKS-3ms9GbnCxR_FLHO0B0ZKCgJSg19qymkeHagjQFB4aUL87yhp4mhFTc17DopK1oiYDaeGthztSjERic8TmFNe-6zOpKSdiZWKE6xlQvcbSiWIJchIQOEYZqunSSZqNDoBSs77bWRoUJcMMVANtSlhy0llKI0MI6VcC7DU&
|
5
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?reference=CnRsAAAASc4grenwL0h3X5VPNp5fkDNfqbjt3iQtWIPlKS-3ms9GbnCxR_FLHO0B0ZKCgJSg19qymkeHagjQFB4aUL87yhp4mhFTc17DopK1oiYDaeGthztSjERic8TmFNe-6zOpKSdiZWKE6xlQvcbSiWIJchIQOEYZqunSSZqNDoBSs77bWRoUJcMMVANtSlhy0llKI0MI6VcC7DU&key=DUMMY_KEY&language=&extensions=
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -174,7 +174,7 @@ http_interactions:
|
|
174
174
|
recorded_at: Wed, 13 Mar 2013 13:30:34 GMT
|
175
175
|
- request:
|
176
176
|
method: get
|
177
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?reference=CnRsAAAASc4grenwL0h3X5VPNp5fkDNfqbjt3iQtWIPlKS-3ms9GbnCxR_FLHO0B0ZKCgJSg19qymkeHagjQFB4aUL87yhp4mhFTc17DopK1oiYDaeGthztSjERic8TmFNe-6zOpKSdiZWKE6xlQvcbSiWIJchIQOEYZqunSSZqNDoBSs77bWRoUJcMMVANtSlhy0llKI0MI6VcC7DU&
|
177
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?reference=CnRsAAAASc4grenwL0h3X5VPNp5fkDNfqbjt3iQtWIPlKS-3ms9GbnCxR_FLHO0B0ZKCgJSg19qymkeHagjQFB4aUL87yhp4mhFTc17DopK1oiYDaeGthztSjERic8TmFNe-6zOpKSdiZWKE6xlQvcbSiWIJchIQOEYZqunSSZqNDoBSs77bWRoUJcMMVANtSlhy0llKI0MI6VcC7DU&key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
178
178
|
body:
|
179
179
|
encoding: US-ASCII
|
180
180
|
string: ''
|
@@ -377,7 +377,7 @@ http_interactions:
|
|
377
377
|
recorded_at: Fri, 22 Mar 2013 10:59:47 GMT
|
378
378
|
- request:
|
379
379
|
method: get
|
380
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?
|
380
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
381
381
|
body:
|
382
382
|
encoding: US-ASCII
|
383
383
|
string: ''
|
@@ -414,7 +414,7 @@ http_interactions:
|
|
414
414
|
recorded_at: Fri, 22 Mar 2013 10:59:47 GMT
|
415
415
|
- request:
|
416
416
|
method: get
|
417
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?
|
417
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
418
418
|
body:
|
419
419
|
encoding: US-ASCII
|
420
420
|
string: ''
|
@@ -451,7 +451,7 @@ http_interactions:
|
|
451
451
|
recorded_at: Fri, 22 Mar 2013 10:59:48 GMT
|
452
452
|
- request:
|
453
453
|
method: get
|
454
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?
|
454
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
455
455
|
body:
|
456
456
|
encoding: US-ASCII
|
457
457
|
string: ''
|
@@ -488,7 +488,7 @@ http_interactions:
|
|
488
488
|
recorded_at: Fri, 22 Mar 2013 10:59:49 GMT
|
489
489
|
- request:
|
490
490
|
method: get
|
491
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?
|
491
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
492
492
|
body:
|
493
493
|
encoding: US-ASCII
|
494
494
|
string: ''
|
@@ -525,7 +525,7 @@ http_interactions:
|
|
525
525
|
recorded_at: Fri, 22 Mar 2013 10:59:51 GMT
|
526
526
|
- request:
|
527
527
|
method: get
|
528
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?reference=CnRsAAAASc4grenwL0h3X5VPNp5fkDNfqbjt3iQtWIPlKS-3ms9GbnCxR_FLHO0B0ZKCgJSg19qymkeHagjQFB4aUL87yhp4mhFTc17DopK1oiYDaeGthztSjERic8TmFNe-6zOpKSdiZWKE6xlQvcbSiWIJchIQOEYZqunSSZqNDoBSs77bWRoUJcMMVANtSlhy0llKI0MI6VcC7DU&
|
528
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?reference=CnRsAAAASc4grenwL0h3X5VPNp5fkDNfqbjt3iQtWIPlKS-3ms9GbnCxR_FLHO0B0ZKCgJSg19qymkeHagjQFB4aUL87yhp4mhFTc17DopK1oiYDaeGthztSjERic8TmFNe-6zOpKSdiZWKE6xlQvcbSiWIJchIQOEYZqunSSZqNDoBSs77bWRoUJcMMVANtSlhy0llKI0MI6VcC7DU&key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0&language=&extensions=
|
529
529
|
body:
|
530
530
|
encoding: US-ASCII
|
531
531
|
string: ''
|
@@ -691,7 +691,7 @@ http_interactions:
|
|
691
691
|
recorded_at: Fri, 22 Mar 2013 11:00:08 GMT
|
692
692
|
- request:
|
693
693
|
method: get
|
694
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?reference=CnRpAAAAlO2WvF_4eOqp02TAWKsXpPSCFz8KxBjraWhB4MSvdUPqXN0yCpxQgblam1LeRENcWZF-9-2CEfUwlHUli61PaYe0e7dUPAU302tk6KkalnKqx7nv07iFA1Ca_Y1WoCLH9adEWwkxKMITlbGhUUz9-hIQPxQ4Bp_dz5nHloUFkj3rkBoUDSPqy2smqMnPEo4ayfbDupeKEZY&
|
694
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?reference=CnRpAAAAlO2WvF_4eOqp02TAWKsXpPSCFz8KxBjraWhB4MSvdUPqXN0yCpxQgblam1LeRENcWZF-9-2CEfUwlHUli61PaYe0e7dUPAU302tk6KkalnKqx7nv07iFA1Ca_Y1WoCLH9adEWwkxKMITlbGhUUz9-hIQPxQ4Bp_dz5nHloUFkj3rkBoUDSPqy2smqMnPEo4ayfbDupeKEZY&key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
695
695
|
body:
|
696
696
|
encoding: US-ASCII
|
697
697
|
string: ''
|
@@ -731,7 +731,7 @@ http_interactions:
|
|
731
731
|
recorded_at: Mon, 08 Jul 2013 09:54:02 GMT
|
732
732
|
- request:
|
733
733
|
method: get
|
734
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0&reference=CnRsAAAASc4grenwL0h3X5VPNp5fkDNfqbjt3iQtWIPlKS-3ms9GbnCxR_FLHO0B0ZKCgJSg19qymkeHagjQFB4aUL87yhp4mhFTc17DopK1oiYDaeGthztSjERic8TmFNe-6zOpKSdiZWKE6xlQvcbSiWIJchIQOEYZqunSSZqNDoBSs77bWRoUJcMMVANtSlhy0llKI0MI6VcC7DU
|
734
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0&reference=CnRsAAAASc4grenwL0h3X5VPNp5fkDNfqbjt3iQtWIPlKS-3ms9GbnCxR_FLHO0B0ZKCgJSg19qymkeHagjQFB4aUL87yhp4mhFTc17DopK1oiYDaeGthztSjERic8TmFNe-6zOpKSdiZWKE6xlQvcbSiWIJchIQOEYZqunSSZqNDoBSs77bWRoUJcMMVANtSlhy0llKI0MI6VcC7DU
|
735
735
|
body:
|
736
736
|
encoding: US-ASCII
|
737
737
|
string: ''
|
@@ -986,7 +986,7 @@ http_interactions:
|
|
986
986
|
recorded_at: Mon, 21 Jul 2014 11:28:47 GMT
|
987
987
|
- request:
|
988
988
|
method: get
|
989
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0&reference=CnRpAAAAlO2WvF_4eOqp02TAWKsXpPSCFz8KxBjraWhB4MSvdUPqXN0yCpxQgblam1LeRENcWZF-9-2CEfUwlHUli61PaYe0e7dUPAU302tk6KkalnKqx7nv07iFA1Ca_Y1WoCLH9adEWwkxKMITlbGhUUz9-hIQPxQ4Bp_dz5nHloUFkj3rkBoUDSPqy2smqMnPEo4ayfbDupeKEZY
|
989
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0&reference=CnRpAAAAlO2WvF_4eOqp02TAWKsXpPSCFz8KxBjraWhB4MSvdUPqXN0yCpxQgblam1LeRENcWZF-9-2CEfUwlHUli61PaYe0e7dUPAU302tk6KkalnKqx7nv07iFA1Ca_Y1WoCLH9adEWwkxKMITlbGhUUz9-hIQPxQ4Bp_dz5nHloUFkj3rkBoUDSPqy2smqMnPEo4ayfbDupeKEZY
|
990
990
|
body:
|
991
991
|
encoding: US-ASCII
|
992
992
|
string: ''
|
@@ -1027,7 +1027,7 @@ http_interactions:
|
|
1027
1027
|
recorded_at: Mon, 21 Jul 2014 11:28:47 GMT
|
1028
1028
|
- request:
|
1029
1029
|
method: get
|
1030
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
1030
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
1031
1031
|
body:
|
1032
1032
|
encoding: US-ASCII
|
1033
1033
|
string: ''
|
@@ -1068,7 +1068,7 @@ http_interactions:
|
|
1068
1068
|
recorded_at: Mon, 21 Jul 2014 11:28:47 GMT
|
1069
1069
|
- request:
|
1070
1070
|
method: get
|
1071
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
1071
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
1072
1072
|
body:
|
1073
1073
|
encoding: US-ASCII
|
1074
1074
|
string: ''
|
@@ -1109,7 +1109,7 @@ http_interactions:
|
|
1109
1109
|
recorded_at: Mon, 21 Jul 2014 11:28:48 GMT
|
1110
1110
|
- request:
|
1111
1111
|
method: get
|
1112
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
1112
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
1113
1113
|
body:
|
1114
1114
|
encoding: US-ASCII
|
1115
1115
|
string: ''
|
@@ -1150,7 +1150,7 @@ http_interactions:
|
|
1150
1150
|
recorded_at: Mon, 21 Jul 2014 11:28:49 GMT
|
1151
1151
|
- request:
|
1152
1152
|
method: get
|
1153
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
1153
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0
|
1154
1154
|
body:
|
1155
1155
|
encoding: US-ASCII
|
1156
1156
|
string: ''
|
@@ -1191,7 +1191,7 @@ http_interactions:
|
|
1191
1191
|
recorded_at: Mon, 21 Jul 2014 11:28:50 GMT
|
1192
1192
|
- request:
|
1193
1193
|
method: get
|
1194
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?extensions=&key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0&language=&reference=CnRsAAAASc4grenwL0h3X5VPNp5fkDNfqbjt3iQtWIPlKS-3ms9GbnCxR_FLHO0B0ZKCgJSg19qymkeHagjQFB4aUL87yhp4mhFTc17DopK1oiYDaeGthztSjERic8TmFNe-6zOpKSdiZWKE6xlQvcbSiWIJchIQOEYZqunSSZqNDoBSs77bWRoUJcMMVANtSlhy0llKI0MI6VcC7DU
|
1194
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?extensions=&key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0&language=&reference=CnRsAAAASc4grenwL0h3X5VPNp5fkDNfqbjt3iQtWIPlKS-3ms9GbnCxR_FLHO0B0ZKCgJSg19qymkeHagjQFB4aUL87yhp4mhFTc17DopK1oiYDaeGthztSjERic8TmFNe-6zOpKSdiZWKE6xlQvcbSiWIJchIQOEYZqunSSZqNDoBSs77bWRoUJcMMVANtSlhy0llKI0MI6VcC7DU
|
1195
1195
|
body:
|
1196
1196
|
encoding: US-ASCII
|
1197
1197
|
string: ''
|
@@ -1446,7 +1446,7 @@ http_interactions:
|
|
1446
1446
|
recorded_at: Mon, 21 Jul 2014 11:29:08 GMT
|
1447
1447
|
- request:
|
1448
1448
|
method: get
|
1449
|
-
uri: https://maps.googleapis.com/maps/api/place/details/json?extensions=&key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0&language=&placeid=ChIJN1t_tDeuEmsRUsoyG83frY4
|
1449
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?extensions=&key=AIzaSyATGBjcfrRXQtNEMMyt8Fw7tSGEY8PQwv0&language=&placeid=ChIJN1t_tDeuEmsRUsoyG83frY4
|
1450
1450
|
body:
|
1451
1451
|
encoding: US-ASCII
|
1452
1452
|
string: ''
|
@@ -1684,4 +1684,1374 @@ http_interactions:
|
|
1684
1684
|
}
|
1685
1685
|
http_version:
|
1686
1686
|
recorded_at: Sat, 23 Aug 2014 18:25:12 GMT
|
1687
|
+
- request:
|
1688
|
+
method: get
|
1689
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATDpXAyvequDQBzYjHucOXGEn7fXtikVo&reference=CnRsAAAASc4grenwL0h3X5VPNp5fkDNfqbjt3iQtWIPlKS-3ms9GbnCxR_FLHO0B0ZKCgJSg19qymkeHagjQFB4aUL87yhp4mhFTc17DopK1oiYDaeGthztSjERic8TmFNe-6zOpKSdiZWKE6xlQvcbSiWIJchIQOEYZqunSSZqNDoBSs77bWRoUJcMMVANtSlhy0llKI0MI6VcC7DU
|
1690
|
+
body:
|
1691
|
+
encoding: US-ASCII
|
1692
|
+
string: ''
|
1693
|
+
headers: {}
|
1694
|
+
response:
|
1695
|
+
status:
|
1696
|
+
code: 200
|
1697
|
+
message: OK
|
1698
|
+
headers:
|
1699
|
+
Content-Type:
|
1700
|
+
- application/json; charset=UTF-8
|
1701
|
+
Date:
|
1702
|
+
- Tue, 14 Oct 2014 18:48:57 GMT
|
1703
|
+
Expires:
|
1704
|
+
- Tue, 14 Oct 2014 18:53:57 GMT
|
1705
|
+
Cache-Control:
|
1706
|
+
- public, max-age=300
|
1707
|
+
Vary:
|
1708
|
+
- Accept-Language
|
1709
|
+
Server:
|
1710
|
+
- mafe
|
1711
|
+
X-Xss-Protection:
|
1712
|
+
- 1; mode=block
|
1713
|
+
X-Frame-Options:
|
1714
|
+
- SAMEORIGIN
|
1715
|
+
Alternate-Protocol:
|
1716
|
+
- 443:quic,p=0.01
|
1717
|
+
Transfer-Encoding:
|
1718
|
+
- chunked
|
1719
|
+
body:
|
1720
|
+
encoding: UTF-8
|
1721
|
+
string: |
|
1722
|
+
{
|
1723
|
+
"html_attributions" : [],
|
1724
|
+
"result" : {
|
1725
|
+
"address_components" : [
|
1726
|
+
{
|
1727
|
+
"long_name" : "Pyrmont",
|
1728
|
+
"short_name" : "Pyrmont",
|
1729
|
+
"types" : [ "locality", "political" ]
|
1730
|
+
},
|
1731
|
+
{
|
1732
|
+
"long_name" : "NSW",
|
1733
|
+
"short_name" : "NSW",
|
1734
|
+
"types" : [ "administrative_area_level_1", "political" ]
|
1735
|
+
},
|
1736
|
+
{
|
1737
|
+
"long_name" : "Australia",
|
1738
|
+
"short_name" : "AU",
|
1739
|
+
"types" : [ "country", "political" ]
|
1740
|
+
},
|
1741
|
+
{
|
1742
|
+
"long_name" : "2009",
|
1743
|
+
"short_name" : "2009",
|
1744
|
+
"types" : [ "postal_code" ]
|
1745
|
+
}
|
1746
|
+
],
|
1747
|
+
"adr_address" : "Level 5, 48 Pirrama Rd, \u003cspan class=\"locality\"\u003ePyrmont\u003c/span\u003e \u003cspan class=\"region\"\u003eNSW\u003c/span\u003e \u003cspan class=\"postal-code\"\u003e2009\u003c/span\u003e, \u003cspan class=\"country-name\"\u003eAustralia\u003c/span\u003e",
|
1748
|
+
"formatted_address" : "Level 5, 48 Pirrama Rd, Pyrmont NSW 2009, Australia",
|
1749
|
+
"formatted_phone_number" : "(02) 9374 4000",
|
1750
|
+
"geometry" : {
|
1751
|
+
"location" : {
|
1752
|
+
"lat" : -33.866627,
|
1753
|
+
"lng" : 151.195876
|
1754
|
+
}
|
1755
|
+
},
|
1756
|
+
"icon" : "http://maps.gstatic.com/mapfiles/place_api/icons/generic_business-71.png",
|
1757
|
+
"id" : "4f89212bf76dde31f092cfc14d7506555d85b5c7",
|
1758
|
+
"international_phone_number" : "+61 2 9374 4000",
|
1759
|
+
"name" : "Google",
|
1760
|
+
"photos" : [
|
1761
|
+
{
|
1762
|
+
"height" : 400,
|
1763
|
+
"html_attributions" : [],
|
1764
|
+
"photo_reference" : "CnRuAAAAP800B4cu51hCkCJKnNP023bjeEC4Q5-IB7BBbZGBCvhp3nKMEJIPtf7BbFLKaaTJvj0ErHcFKGvPhC2sD_CMr_ATUjieqyEzpeWbF8G7PPO03HMGqnPknCzQZ3OVyzl8k5Alxk9QB_LWbkERGaqd3hIQvxsIBKvSnlrv8OR5GSw86RoU5QDR6uLG1p4UthnEtNsECkeX-h8",
|
1765
|
+
"width" : 401
|
1766
|
+
},
|
1767
|
+
{
|
1768
|
+
"height" : 2322,
|
1769
|
+
"html_attributions" : [
|
1770
|
+
"\u003ca href=\"https://plus.google.com/107252953636064841537\"\u003eWilliam Stewart\u003c/a\u003e"
|
1771
|
+
],
|
1772
|
+
"photo_reference" : "CoQBcQAAAJhSU9ES3X6jnClmQCA2xr2JxyXpYo5r3BtMr7gyTgkV2DWN0wvITlv528wkzZwCu8bg3jdIMrsSs-1Qv4h-8pEGB-tKZQajmGCCabgPrvHJ57Mgga2ojXKkB2WvEIRrEpMKfbIO2dFo2-NC1t-_V085mGLQlvfgxZx50nItRckzEhBAuxueJq9ajvrgTK6llBaqGhSjzd2V15GvIV7YZuZN3c0K-iAdsA",
|
1773
|
+
"width" : 4128
|
1774
|
+
},
|
1775
|
+
{
|
1776
|
+
"height" : 960,
|
1777
|
+
"html_attributions" : [
|
1778
|
+
"\u003ca href=\"https://plus.google.com/114701241123617315548\"\u003eMargaret L\u003c/a\u003e"
|
1779
|
+
],
|
1780
|
+
"photo_reference" : "CnRoAAAAX6C0KZLwrSQVQesOIQ3sJIcr-xky1qnxsGRAvi39z9AvPvALlm30yFIAlQXeQHD0u4yRYSy5oJdBQMEvqMZB6wIyJxl9s-5lTT232tAohwvnzx8ENhIsZs0U7niLXcwu-uYMhacmZ0hSaqvk6pfTShIQbkS7NQvTTRxLbPaxy749lRoUQOyQnp8sOjZ3nNaG5eMnU1TkSGk",
|
1781
|
+
"width" : 720
|
1782
|
+
},
|
1783
|
+
{
|
1784
|
+
"height" : 640,
|
1785
|
+
"html_attributions" : [
|
1786
|
+
"\u003ca href=\"https://plus.google.com/112736479746123047492\"\u003eRicksan Bomato\u003c/a\u003e"
|
1787
|
+
],
|
1788
|
+
"photo_reference" : "CnRoAAAAclx4OJT_TEbRMtqhd9jIWxmE32-RimiI0_NcPXMQKUp5qJ674BG6qPald0Zs47OIcIq3ms8Oo1Qmkqij316u1V6Sb4-4GokyAcpcCpT4v0m0WUqsG12V9_UdsnOA0VqhARvegjeGWUaNR_kV6r-_VRIQ0yhzo4Cf8U4oktViPl5GUxoUtgzDIMSCS2aAH_4GTVaZM95OK3I",
|
1789
|
+
"width" : 480
|
1790
|
+
},
|
1791
|
+
{
|
1792
|
+
"height" : 608,
|
1793
|
+
"html_attributions" : [
|
1794
|
+
"\u003ca href=\"https://plus.google.com/116750797999944764767\"\u003eJessica Pfund\u003c/a\u003e"
|
1795
|
+
],
|
1796
|
+
"photo_reference" : "CnRoAAAA6i6i5cgbOqFHM41YwSWQlw5INgus60rCDRl46czB0RjamheMoiRwdG3HgdjUE8gsjYgHHidoqOrXBEsUFpBZwZARSO_ChcDwvmYxrH9NzYu0H22aEc69OqfhMC7KY-Anv_QN4Q80HDPcI9Hf3f-L4RIQx2UtRX2184Ugr9v-KYIOkhoUqtyGFAS-9XeefpEvDx_IUCnmgPg",
|
1797
|
+
"width" : 1080
|
1798
|
+
},
|
1799
|
+
{
|
1800
|
+
"height" : 3264,
|
1801
|
+
"html_attributions" : [
|
1802
|
+
"\u003ca href=\"https://plus.google.com/116524955877225574477\"\u003eMalcolm Omond\u003c/a\u003e"
|
1803
|
+
],
|
1804
|
+
"photo_reference" : "CpQBggAAAL3EoorWVCEMdLLWVYA0qE8YQX0Ut4B9AQwaWGVbwB6tMsvxB0ff5-12zPf5V10rpCPb61pNS2wblaEaJKx1Gx-cwipTy5HOqwwhFmepa2BD_80oPHz4tr9qC1WbPIoVJhK6-DNEpJXSkvZ-28uJ959JWPTRFCnKfpRUGy2AoITMkOBAPtt-8eOO8CDMstfdyhIQmvmNgAQAJd6hQ3CbNNfVgxoUGeVCqfsqT8YH29mZchw4zxPM37w",
|
1805
|
+
"width" : 2448
|
1806
|
+
},
|
1807
|
+
{
|
1808
|
+
"height" : 1536,
|
1809
|
+
"html_attributions" : [
|
1810
|
+
"\u003ca href=\"https://plus.google.com/111063240426775488377\"\u003eMichael Nienaber\u003c/a\u003e"
|
1811
|
+
],
|
1812
|
+
"photo_reference" : "CoQBdQAAAAxn-q7hI0tvo6DbgvzBfBJlevR76D72VFD-DyvaYW9QvSKB0BYY32YFZaLY8kaPO8KM9fIq7-mWO_MHNr6HTcbdkxV47KkZnbcQDOUgdugggXq8s6lzibB8f0DTofVNSJ8cDVQaD_N1D3HUPVBoO9p5Ley1XXrWmvX8A262yuANEhD2-UKg27pz26I9dA_DphUUGhSrItEV4IUv3bkujd5ugBsVLktkNQ",
|
1813
|
+
"width" : 2048
|
1814
|
+
},
|
1815
|
+
{
|
1816
|
+
"height" : 486,
|
1817
|
+
"html_attributions" : [
|
1818
|
+
"\u003ca href=\"https://plus.google.com/105850346606847400426\"\u003eBrandon Grimshaw\u003c/a\u003e"
|
1819
|
+
],
|
1820
|
+
"photo_reference" : "CnRtAAAAzIdpeO2No1PwCb_remLg16vs6yOs-kPYpKfsAV6QxVFLsaU2GSuNFw_dzDpZIJXztYfuIX4BGbIxf8jOrpD55LWj5qCuyc0IU3ZZzCshQe_cqEOEWkbPAvNRm4pSlz58ZQ2fnBLogcolVwAaJsRa4hIQiPAGiMcnlXz3Ja6taS71jxoUaEFh3hklXIyBjSkqr_Usnz_bkqM",
|
1821
|
+
"width" : 648
|
1822
|
+
},
|
1823
|
+
{
|
1824
|
+
"height" : 480,
|
1825
|
+
"html_attributions" : [
|
1826
|
+
"\u003ca href=\"https://plus.google.com/111157746837259488919\"\u003eTim Lacey\u003c/a\u003e"
|
1827
|
+
],
|
1828
|
+
"photo_reference" : "CnRtAAAAKJ7s_60Vb2WFP888slahEFypiuInQPwt8TfDFL6BNtRkwHgDBSIzJy3pfRUfMpGm3drkH8BSRQlpk9a-VkSpppRfVVy_TemiO8WpsYrKZufTDX74fqwtZWFO3wgeqoEHjeJ-ss5muop895HPHmo-whIQC5k97QZG0rtUvlD05IQdMRoUhpJzRi58EE-GqGUKWEXtWMhA_78",
|
1829
|
+
"width" : 640
|
1830
|
+
},
|
1831
|
+
{
|
1832
|
+
"height" : 2322,
|
1833
|
+
"html_attributions" : [
|
1834
|
+
"\u003ca href=\"https://plus.google.com/107252953636064841537\"\u003eWilliam Stewart\u003c/a\u003e"
|
1835
|
+
],
|
1836
|
+
"photo_reference" : "CoQBcQAAAFe0H6Qz_EZU9BB1rBrypHpQxTItDjnTNAsB7YjyeESZotzxQdk3-lvPkh1UAlRr4iCNxaiN2WMR4XL_KpzvrGpAzQ_E3LdxoPTQcys0hH8x3JH-d2CS3C_lyypiwIxlg0DeqoBsMLUsBOqCPl7RGJGjSsmCcJpz0BLWz64aV3dWEhDFzFG8CdicFk5BmdebWOAZGhTdFdWULko9yQkeGHm7eOtMx69zhA",
|
1837
|
+
"width" : 4128
|
1838
|
+
}
|
1839
|
+
],
|
1840
|
+
"place_id" : "ChIJN1t_tDeuEmsRUsoyG83frY4",
|
1841
|
+
"rating" : 4.4,
|
1842
|
+
"reference" : "CnRpAAAAFsmH_jmWDEmOp6NI9kwZijkYXhp0N-PGCPBI0HHHp_Hi6TvCN2zSbg20S5912Z0eoE5h0FZ2Aiw5BtlAJhN5P_7puQ4aOp9tQnwpi-Js8lFQl9q1uZX0B7QtrvBDtrVJV61ph99Nobe0OJSYPM58gBIQZcaAcPqlIdRFzCBnCjbt0xoUMkHFIf60zQVyNeIBXlXUFaf-eew",
|
1843
|
+
"reviews" : [
|
1844
|
+
{
|
1845
|
+
"aspects" : [
|
1846
|
+
{
|
1847
|
+
"rating" : 3,
|
1848
|
+
"type" : "overall"
|
1849
|
+
}
|
1850
|
+
],
|
1851
|
+
"author_name" : "Rob Mulally",
|
1852
|
+
"author_url" : "https://plus.google.com/100839435712919930388",
|
1853
|
+
"language" : "en",
|
1854
|
+
"rating" : 5,
|
1855
|
+
"text" : "What can I say, what a great building, cool offices and friendly staff!\nonly had a quick tour but there isn't much missing from this world class modern office.\n\nIf your staff who work here I hope you take advantage of all that it offers , because as a visitor it was a very impressive setup. \n\nThe thing that stood out besides the collaborative area's and beds for resting, was the food availability.\n\nImpressed. 5 Stars.\n",
|
1856
|
+
"time" : 1408284830
|
1857
|
+
},
|
1858
|
+
{
|
1859
|
+
"aspects" : [
|
1860
|
+
{
|
1861
|
+
"rating" : 3,
|
1862
|
+
"type" : "overall"
|
1863
|
+
}
|
1864
|
+
],
|
1865
|
+
"author_name" : "Weekendfoodescapes By Lisa",
|
1866
|
+
"author_url" : "https://plus.google.com/117361942259652825017",
|
1867
|
+
"language" : "en",
|
1868
|
+
"rating" : 5,
|
1869
|
+
"text" : "I was invited to a City Experts event hosted by Google called \"Sampling Sydney\". The event encouraged Sydney Syders to review restaurants, venues and other places in Sydney on google. The event was attended by about 200 people and was a great opportunity to meet new people.\n\nI snacked on canapes which included salmon, little burgers, blood pudding and prosciutto. I downed Sydney Cider and a few sneak cocktails while participating in some of the events that evening. It was a very well organised event.\n\nThe activities included human bingo whereby you had to find someone who for example had eaten at Gelato Messina or who had the same shoe size as you. Cornersmith was also hosting a session whereby you could make preserved lemons. I tasted some of their tasty dips as well. The mustard was really nice.\n\nThere was also an opportunity to review some of your favourite places in Sydney at the chrome book table and also there was a massive map where you could post up your favourite places in Sydney. I went for a local in West Ryde in Tatsuya! Represent.\n\nI'm looking forward to more City Experts events! Start reviewing Sydney!\n\nI've got a few photos on my blog at Weekendfoodescapes By Lisa",
|
1870
|
+
"time" : 1406437838
|
1871
|
+
},
|
1872
|
+
{
|
1873
|
+
"aspects" : [
|
1874
|
+
{
|
1875
|
+
"rating" : 2,
|
1876
|
+
"type" : "overall"
|
1877
|
+
}
|
1878
|
+
],
|
1879
|
+
"author_name" : "Seffy Clarke",
|
1880
|
+
"author_url" : "https://plus.google.com/100621261653378019391",
|
1881
|
+
"language" : "en",
|
1882
|
+
"rating" : 4,
|
1883
|
+
"text" : "Thanks google for sorting out the TV app issue. I worked with the online forums but Sydney weighed in. Took a while but all sorted now. Love the Google. ",
|
1884
|
+
"time" : 1408141562
|
1885
|
+
},
|
1886
|
+
{
|
1887
|
+
"aspects" : [
|
1888
|
+
{
|
1889
|
+
"rating" : 3,
|
1890
|
+
"type" : "overall"
|
1891
|
+
}
|
1892
|
+
],
|
1893
|
+
"author_name" : "Joanne Phua",
|
1894
|
+
"author_url" : "https://plus.google.com/107216452227312894463",
|
1895
|
+
"language" : "en",
|
1896
|
+
"rating" : 5,
|
1897
|
+
"text" : "One of the best environments - I know someone who works there and he brought me around for a tour. Amazing, colourful cushions in the presentation rooms and a kitchen for staffs! To call it a dreamland is an understatement. ",
|
1898
|
+
"time" : 1399972577
|
1899
|
+
},
|
1900
|
+
{
|
1901
|
+
"aspects" : [
|
1902
|
+
{
|
1903
|
+
"rating" : 2,
|
1904
|
+
"type" : "overall"
|
1905
|
+
}
|
1906
|
+
],
|
1907
|
+
"author_name" : "Robert Limb",
|
1908
|
+
"author_url" : "https://plus.google.com/100789161914871728582",
|
1909
|
+
"language" : "en",
|
1910
|
+
"rating" : 4,
|
1911
|
+
"text" : "There is a new Railway Station located at Seaford Meadows in South Australia. It is located on a triangular piece of landed bounded by Seaford Road and Dungey Road Seaford Meadows. \nThere are over 500 car parks. It was officially opened for business on 23 February 2014. It is not shown at all as available on Google Maps under the heading \"Get Directions\" I have tried in vain to have this situation rectified without any luck. There is also a new Railway Station located at Seaford as an interchange, (On the same line) ..... that is shown ok on the maps.\n\nThanks ",
|
1912
|
+
"time" : 1394693578
|
1913
|
+
}
|
1914
|
+
],
|
1915
|
+
"scope" : "GOOGLE",
|
1916
|
+
"types" : [ "establishment" ],
|
1917
|
+
"url" : "https://plus.google.com/111840715355681175070/about?hl=en-US",
|
1918
|
+
"user_ratings_total" : 75,
|
1919
|
+
"utc_offset" : 660,
|
1920
|
+
"vicinity" : "Level 5, 48 Pirrama Rd, Pyrmont",
|
1921
|
+
"website" : "http://www.google.com.au/about/careers/locations/sydney/"
|
1922
|
+
},
|
1923
|
+
"status" : "OK"
|
1924
|
+
}
|
1925
|
+
http_version:
|
1926
|
+
recorded_at: Tue, 14 Oct 2014 18:48:57 GMT
|
1927
|
+
- request:
|
1928
|
+
method: get
|
1929
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATDpXAyvequDQBzYjHucOXGEn7fXtikVo&reference=CnRpAAAAlO2WvF_4eOqp02TAWKsXpPSCFz8KxBjraWhB4MSvdUPqXN0yCpxQgblam1LeRENcWZF-9-2CEfUwlHUli61PaYe0e7dUPAU302tk6KkalnKqx7nv07iFA1Ca_Y1WoCLH9adEWwkxKMITlbGhUUz9-hIQPxQ4Bp_dz5nHloUFkj3rkBoUDSPqy2smqMnPEo4ayfbDupeKEZY
|
1930
|
+
body:
|
1931
|
+
encoding: US-ASCII
|
1932
|
+
string: ''
|
1933
|
+
headers: {}
|
1934
|
+
response:
|
1935
|
+
status:
|
1936
|
+
code: 200
|
1937
|
+
message: OK
|
1938
|
+
headers:
|
1939
|
+
Content-Type:
|
1940
|
+
- application/json; charset=UTF-8
|
1941
|
+
Date:
|
1942
|
+
- Tue, 14 Oct 2014 18:48:58 GMT
|
1943
|
+
Expires:
|
1944
|
+
- Tue, 14 Oct 2014 18:53:58 GMT
|
1945
|
+
Cache-Control:
|
1946
|
+
- public, max-age=300
|
1947
|
+
Vary:
|
1948
|
+
- Accept-Language
|
1949
|
+
Server:
|
1950
|
+
- mafe
|
1951
|
+
X-Xss-Protection:
|
1952
|
+
- 1; mode=block
|
1953
|
+
X-Frame-Options:
|
1954
|
+
- SAMEORIGIN
|
1955
|
+
Alternate-Protocol:
|
1956
|
+
- 443:quic,p=0.01
|
1957
|
+
Transfer-Encoding:
|
1958
|
+
- chunked
|
1959
|
+
body:
|
1960
|
+
encoding: UTF-8
|
1961
|
+
string: |
|
1962
|
+
{
|
1963
|
+
"html_attributions" : [],
|
1964
|
+
"status" : "NOT_FOUND"
|
1965
|
+
}
|
1966
|
+
http_version:
|
1967
|
+
recorded_at: Tue, 14 Oct 2014 18:48:58 GMT
|
1968
|
+
- request:
|
1969
|
+
method: get
|
1970
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATDpXAyvequDQBzYjHucOXGEn7fXtikVo
|
1971
|
+
body:
|
1972
|
+
encoding: US-ASCII
|
1973
|
+
string: ''
|
1974
|
+
headers: {}
|
1975
|
+
response:
|
1976
|
+
status:
|
1977
|
+
code: 200
|
1978
|
+
message: OK
|
1979
|
+
headers:
|
1980
|
+
Content-Type:
|
1981
|
+
- application/json; charset=UTF-8
|
1982
|
+
Date:
|
1983
|
+
- Tue, 14 Oct 2014 18:48:58 GMT
|
1984
|
+
Expires:
|
1985
|
+
- Tue, 14 Oct 2014 18:53:58 GMT
|
1986
|
+
Cache-Control:
|
1987
|
+
- public, max-age=300
|
1988
|
+
Vary:
|
1989
|
+
- Accept-Language
|
1990
|
+
Server:
|
1991
|
+
- mafe
|
1992
|
+
X-Xss-Protection:
|
1993
|
+
- 1; mode=block
|
1994
|
+
X-Frame-Options:
|
1995
|
+
- SAMEORIGIN
|
1996
|
+
Alternate-Protocol:
|
1997
|
+
- 443:quic,p=0.01
|
1998
|
+
Transfer-Encoding:
|
1999
|
+
- chunked
|
2000
|
+
body:
|
2001
|
+
encoding: UTF-8
|
2002
|
+
string: |
|
2003
|
+
{
|
2004
|
+
"html_attributions" : [],
|
2005
|
+
"status" : "INVALID_REQUEST"
|
2006
|
+
}
|
2007
|
+
http_version:
|
2008
|
+
recorded_at: Tue, 14 Oct 2014 18:48:58 GMT
|
2009
|
+
- request:
|
2010
|
+
method: get
|
2011
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATDpXAyvequDQBzYjHucOXGEn7fXtikVo
|
2012
|
+
body:
|
2013
|
+
encoding: US-ASCII
|
2014
|
+
string: ''
|
2015
|
+
headers: {}
|
2016
|
+
response:
|
2017
|
+
status:
|
2018
|
+
code: 200
|
2019
|
+
message: OK
|
2020
|
+
headers:
|
2021
|
+
Content-Type:
|
2022
|
+
- application/json; charset=UTF-8
|
2023
|
+
Date:
|
2024
|
+
- Tue, 14 Oct 2014 18:48:59 GMT
|
2025
|
+
Expires:
|
2026
|
+
- Tue, 14 Oct 2014 18:53:59 GMT
|
2027
|
+
Cache-Control:
|
2028
|
+
- public, max-age=300
|
2029
|
+
Vary:
|
2030
|
+
- Accept-Language
|
2031
|
+
Server:
|
2032
|
+
- mafe
|
2033
|
+
X-Xss-Protection:
|
2034
|
+
- 1; mode=block
|
2035
|
+
X-Frame-Options:
|
2036
|
+
- SAMEORIGIN
|
2037
|
+
Alternate-Protocol:
|
2038
|
+
- 443:quic,p=0.01
|
2039
|
+
Transfer-Encoding:
|
2040
|
+
- chunked
|
2041
|
+
body:
|
2042
|
+
encoding: UTF-8
|
2043
|
+
string: |
|
2044
|
+
{
|
2045
|
+
"html_attributions" : [],
|
2046
|
+
"status" : "INVALID_REQUEST"
|
2047
|
+
}
|
2048
|
+
http_version:
|
2049
|
+
recorded_at: Tue, 14 Oct 2014 18:48:59 GMT
|
2050
|
+
- request:
|
2051
|
+
method: get
|
2052
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATDpXAyvequDQBzYjHucOXGEn7fXtikVo
|
2053
|
+
body:
|
2054
|
+
encoding: US-ASCII
|
2055
|
+
string: ''
|
2056
|
+
headers: {}
|
2057
|
+
response:
|
2058
|
+
status:
|
2059
|
+
code: 200
|
2060
|
+
message: OK
|
2061
|
+
headers:
|
2062
|
+
Content-Type:
|
2063
|
+
- application/json; charset=UTF-8
|
2064
|
+
Date:
|
2065
|
+
- Tue, 14 Oct 2014 18:49:00 GMT
|
2066
|
+
Expires:
|
2067
|
+
- Tue, 14 Oct 2014 18:54:00 GMT
|
2068
|
+
Cache-Control:
|
2069
|
+
- public, max-age=300
|
2070
|
+
Vary:
|
2071
|
+
- Accept-Language
|
2072
|
+
Server:
|
2073
|
+
- mafe
|
2074
|
+
X-Xss-Protection:
|
2075
|
+
- 1; mode=block
|
2076
|
+
X-Frame-Options:
|
2077
|
+
- SAMEORIGIN
|
2078
|
+
Alternate-Protocol:
|
2079
|
+
- 443:quic,p=0.01
|
2080
|
+
Transfer-Encoding:
|
2081
|
+
- chunked
|
2082
|
+
body:
|
2083
|
+
encoding: UTF-8
|
2084
|
+
string: |
|
2085
|
+
{
|
2086
|
+
"html_attributions" : [],
|
2087
|
+
"status" : "INVALID_REQUEST"
|
2088
|
+
}
|
2089
|
+
http_version:
|
2090
|
+
recorded_at: Tue, 14 Oct 2014 18:49:01 GMT
|
2091
|
+
- request:
|
2092
|
+
method: get
|
2093
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyATDpXAyvequDQBzYjHucOXGEn7fXtikVo
|
2094
|
+
body:
|
2095
|
+
encoding: US-ASCII
|
2096
|
+
string: ''
|
2097
|
+
headers: {}
|
2098
|
+
response:
|
2099
|
+
status:
|
2100
|
+
code: 200
|
2101
|
+
message: OK
|
2102
|
+
headers:
|
2103
|
+
Content-Type:
|
2104
|
+
- application/json; charset=UTF-8
|
2105
|
+
Date:
|
2106
|
+
- Tue, 14 Oct 2014 18:49:02 GMT
|
2107
|
+
Expires:
|
2108
|
+
- Tue, 14 Oct 2014 18:54:02 GMT
|
2109
|
+
Cache-Control:
|
2110
|
+
- public, max-age=300
|
2111
|
+
Vary:
|
2112
|
+
- Accept-Language
|
2113
|
+
Server:
|
2114
|
+
- mafe
|
2115
|
+
X-Xss-Protection:
|
2116
|
+
- 1; mode=block
|
2117
|
+
X-Frame-Options:
|
2118
|
+
- SAMEORIGIN
|
2119
|
+
Alternate-Protocol:
|
2120
|
+
- 443:quic,p=0.01
|
2121
|
+
Transfer-Encoding:
|
2122
|
+
- chunked
|
2123
|
+
body:
|
2124
|
+
encoding: UTF-8
|
2125
|
+
string: |
|
2126
|
+
{
|
2127
|
+
"html_attributions" : [],
|
2128
|
+
"status" : "INVALID_REQUEST"
|
2129
|
+
}
|
2130
|
+
http_version:
|
2131
|
+
recorded_at: Tue, 14 Oct 2014 18:49:02 GMT
|
2132
|
+
- request:
|
2133
|
+
method: get
|
2134
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?extensions=&key=AIzaSyATDpXAyvequDQBzYjHucOXGEn7fXtikVo&language=&placeid=ChIJN1t_tDeuEmsRUsoyG83frY4
|
2135
|
+
body:
|
2136
|
+
encoding: US-ASCII
|
2137
|
+
string: ''
|
2138
|
+
headers: {}
|
2139
|
+
response:
|
2140
|
+
status:
|
2141
|
+
code: 200
|
2142
|
+
message: OK
|
2143
|
+
headers:
|
2144
|
+
Content-Type:
|
2145
|
+
- application/json; charset=UTF-8
|
2146
|
+
Date:
|
2147
|
+
- Tue, 14 Oct 2014 18:49:23 GMT
|
2148
|
+
Expires:
|
2149
|
+
- Tue, 14 Oct 2014 18:54:23 GMT
|
2150
|
+
Cache-Control:
|
2151
|
+
- public, max-age=300
|
2152
|
+
Vary:
|
2153
|
+
- Accept-Language
|
2154
|
+
Server:
|
2155
|
+
- mafe
|
2156
|
+
X-Xss-Protection:
|
2157
|
+
- 1; mode=block
|
2158
|
+
X-Frame-Options:
|
2159
|
+
- SAMEORIGIN
|
2160
|
+
Alternate-Protocol:
|
2161
|
+
- 443:quic,p=0.01
|
2162
|
+
Transfer-Encoding:
|
2163
|
+
- chunked
|
2164
|
+
body:
|
2165
|
+
encoding: UTF-8
|
2166
|
+
string: |
|
2167
|
+
{
|
2168
|
+
"html_attributions" : [],
|
2169
|
+
"result" : {
|
2170
|
+
"address_components" : [
|
2171
|
+
{
|
2172
|
+
"long_name" : "Pyrmont",
|
2173
|
+
"short_name" : "Pyrmont",
|
2174
|
+
"types" : [ "locality", "political" ]
|
2175
|
+
},
|
2176
|
+
{
|
2177
|
+
"long_name" : "NSW",
|
2178
|
+
"short_name" : "NSW",
|
2179
|
+
"types" : [ "administrative_area_level_1", "political" ]
|
2180
|
+
},
|
2181
|
+
{
|
2182
|
+
"long_name" : "Australia",
|
2183
|
+
"short_name" : "AU",
|
2184
|
+
"types" : [ "country", "political" ]
|
2185
|
+
},
|
2186
|
+
{
|
2187
|
+
"long_name" : "2009",
|
2188
|
+
"short_name" : "2009",
|
2189
|
+
"types" : [ "postal_code" ]
|
2190
|
+
}
|
2191
|
+
],
|
2192
|
+
"adr_address" : "Level 5, 48 Pirrama Rd, \u003cspan class=\"locality\"\u003ePyrmont\u003c/span\u003e \u003cspan class=\"region\"\u003eNSW\u003c/span\u003e \u003cspan class=\"postal-code\"\u003e2009\u003c/span\u003e, \u003cspan class=\"country-name\"\u003eAustralia\u003c/span\u003e",
|
2193
|
+
"formatted_address" : "Level 5, 48 Pirrama Rd, Pyrmont NSW 2009, Australia",
|
2194
|
+
"formatted_phone_number" : "(02) 9374 4000",
|
2195
|
+
"geometry" : {
|
2196
|
+
"location" : {
|
2197
|
+
"lat" : -33.866627,
|
2198
|
+
"lng" : 151.195876
|
2199
|
+
}
|
2200
|
+
},
|
2201
|
+
"icon" : "http://maps.gstatic.com/mapfiles/place_api/icons/generic_business-71.png",
|
2202
|
+
"id" : "4f89212bf76dde31f092cfc14d7506555d85b5c7",
|
2203
|
+
"international_phone_number" : "+61 2 9374 4000",
|
2204
|
+
"name" : "Google",
|
2205
|
+
"photos" : [
|
2206
|
+
{
|
2207
|
+
"height" : 400,
|
2208
|
+
"html_attributions" : [],
|
2209
|
+
"photo_reference" : "CnRuAAAAOGds_M7330uMdijKiCq-jmy60Mw7k8g6mvbYXW8bR1qsqZXIHe2pcbnCMD4wVzrm6xrEP4f3Ay4Ka6xggx8PMPBQ-cT6YiMhmhGaRd6PrtBxgKLcyKxxFL1sCPF_AbstzISVWTeq4UV221B819VdUBIQC6GaV_NitbtLtyTLw8dg3RoU_SXycfvXqaBcFD4GHTsKhyocSVw",
|
2210
|
+
"width" : 401
|
2211
|
+
},
|
2212
|
+
{
|
2213
|
+
"height" : 2322,
|
2214
|
+
"html_attributions" : [
|
2215
|
+
"\u003ca href=\"https://plus.google.com/107252953636064841537\"\u003eWilliam Stewart\u003c/a\u003e"
|
2216
|
+
],
|
2217
|
+
"photo_reference" : "CoQBcQAAAB--xXhbWiPI9-7cChDyVwiY252tbCaTG9ymGTkqr01ZqRrAas0w2bDKdXgaFKZPqDm1o7GXOIxxsmVUyvgiVPEMfrjB5xlsvvFazuGWVEDUkgLNEX_Cf1yjY4NAVrsrYhSjowW6wgVRae1jZdcK9X6VKiEgmfmpPPCBZBmSU34CEhBqrZtk85d1gindtV1bi2LoGhRjlvMyiTAnBOih6Hbr5MIBN0-mYw",
|
2218
|
+
"width" : 4128
|
2219
|
+
},
|
2220
|
+
{
|
2221
|
+
"height" : 960,
|
2222
|
+
"html_attributions" : [
|
2223
|
+
"\u003ca href=\"https://plus.google.com/114701241123617315548\"\u003eMargaret L\u003c/a\u003e"
|
2224
|
+
],
|
2225
|
+
"photo_reference" : "CnRoAAAAnT1BYHyGps63lCTQ_-vs79qbeCwx5hq9291uqHgtqGNbz14I8kjfH3L7Pfh7HyvnNki5E6rqs0uhbyz1phzYhddTrrQFs3hoKKtyru5snjdDHbijOVkPXbUL-9XKnJ55KvuPJNRpfS189MWs9o5TjRIQ9aMBTYULzfU0yNYXliqoShoU8qvi5nPngtR_zmXQ69hx4qZagLk",
|
2226
|
+
"width" : 720
|
2227
|
+
},
|
2228
|
+
{
|
2229
|
+
"height" : 640,
|
2230
|
+
"html_attributions" : [
|
2231
|
+
"\u003ca href=\"https://plus.google.com/112736479746123047492\"\u003eRicksan Bomato\u003c/a\u003e"
|
2232
|
+
],
|
2233
|
+
"photo_reference" : "CnRoAAAAk6r-D5Mp1U4vT6cjCb0aOArozVqwx2EUWb6M8WYcMtyLk_CvkOh2WZuPSWhJvN92Ou5R8sRRf-Nb1J8VY0nKWratgwH16ol_1N_7NzDCcCGZAlR2ovd-qyxwaF1Ti-SqIUAfwdY9OwTb0hYarES87xIQR_atk4LfBFx4NuVQvsyXkBoUxV5UMjylRA9q4uPK3HYMJFxXpos",
|
2234
|
+
"width" : 480
|
2235
|
+
},
|
2236
|
+
{
|
2237
|
+
"height" : 608,
|
2238
|
+
"html_attributions" : [
|
2239
|
+
"\u003ca href=\"https://plus.google.com/116750797999944764767\"\u003eJessica Pfund\u003c/a\u003e"
|
2240
|
+
],
|
2241
|
+
"photo_reference" : "CnRoAAAAcpN7iuuejnABuXH_RpFTPv09gvV94ZsVDQawIfW-OVxxDTHFKq8qQ5vHJcjG36d5j3oUUWJ_0tEGAGTN2rkXoGYMii_1H_WJ49UJiBw_iOVIMTbhEQudcHpdMMgfvP7IZZB4wQr4nXxyjyhDsjzXuBIQ1ck2UpsoMIWYMGCgEtOQoxoUVs-hGFUW2tt2WGHez9wEaz9YR2E",
|
2242
|
+
"width" : 1080
|
2243
|
+
},
|
2244
|
+
{
|
2245
|
+
"height" : 3264,
|
2246
|
+
"html_attributions" : [
|
2247
|
+
"\u003ca href=\"https://plus.google.com/116524955877225574477\"\u003eMalcolm Omond\u003c/a\u003e"
|
2248
|
+
],
|
2249
|
+
"photo_reference" : "CpQBggAAACCm-lAOHqcuWUi0wS64FCOPWUUvb3BvOXgKaSjHcBmwdgG1zx9WHlJPSRaOLJ5uCvvD-leRFCflh4TVLNWgsE4nmb-9kkdHPFxpEGPmuYdITVkM-w_xKvKXZyvwdQMTsYRH6_yghnYQu4fbWx5P5BuUPASBe1drLD5WBLjaUG4wSoDYbGYd8_hgLL04GlpITRIQdQR03v1BI0hOSkpWKra2ARoU105FbAJBEF3UArjhRiw6A0vLiVQ",
|
2250
|
+
"width" : 2448
|
2251
|
+
},
|
2252
|
+
{
|
2253
|
+
"height" : 1536,
|
2254
|
+
"html_attributions" : [
|
2255
|
+
"\u003ca href=\"https://plus.google.com/111063240426775488377\"\u003eMichael Nienaber\u003c/a\u003e"
|
2256
|
+
],
|
2257
|
+
"photo_reference" : "CoQBdQAAAAHMtPrGKH_Tf8fD_OepaOEr3i3PuC0IRVSThskURFfgXBqb4Suf3X1yZnbEGwyF1xgm_XlD41GA-nTxLT5Hx0crqA0wUjwY9F9ZXAMtJb0iRSOcgjQqpYghGCrFyI1aCcixyg8HMAt4iTUTPR_o9JHdzHoQF1ci3VX1oqwBGPQ7EhBaSZxR9kDe1mTkiY4RmlYPGhQbq77u6RVXpxVt5Kkuv-1BJw2Lfg",
|
2258
|
+
"width" : 2048
|
2259
|
+
},
|
2260
|
+
{
|
2261
|
+
"height" : 486,
|
2262
|
+
"html_attributions" : [
|
2263
|
+
"\u003ca href=\"https://plus.google.com/105850346606847400426\"\u003eBrandon Grimshaw\u003c/a\u003e"
|
2264
|
+
],
|
2265
|
+
"photo_reference" : "CnRtAAAA8MPJivCyOFK1TUCJ2BakZt3miKE7sNqlCVlEgGbxEuTED7DIbsXalNjvPtFvzuFxPiOhi_3skPoUlRavvK8zFJiSN5jxdLmttBks20nGt8FHjz8kNZYCkxtAyk9klG9NgdvAPIksPo5Tt7q2xeZHdBIQ3D2VTUxUaxpJ4VOYbAkCThoUG1jCjNssP7iwr742mO49ZVF5tQE",
|
2266
|
+
"width" : 648
|
2267
|
+
},
|
2268
|
+
{
|
2269
|
+
"height" : 480,
|
2270
|
+
"html_attributions" : [
|
2271
|
+
"\u003ca href=\"https://plus.google.com/111157746837259488919\"\u003eTim Lacey\u003c/a\u003e"
|
2272
|
+
],
|
2273
|
+
"photo_reference" : "CnRtAAAAJ9f8D_PH00ULm7LhBO2TgwCnnXFZpeysqofi45_2Zy5Yc4wWZoVQ7P6nkmCk27aBftVpTkRQ8G1a5fweVWmh9uAOIJUhLdiHOIYvxhQQC3FNt8fQ0tckIRZXfIwfmQmyxH1A3hi5TopLLUdhcrRqMBIQCv7dWMsZjPwuqWNGV9WOoBoU7y16GtUiZVlqPk04Zndcjt_08mE",
|
2274
|
+
"width" : 640
|
2275
|
+
},
|
2276
|
+
{
|
2277
|
+
"height" : 2322,
|
2278
|
+
"html_attributions" : [
|
2279
|
+
"\u003ca href=\"https://plus.google.com/107252953636064841537\"\u003eWilliam Stewart\u003c/a\u003e"
|
2280
|
+
],
|
2281
|
+
"photo_reference" : "CoQBcQAAAEA6QizFPyeOMUeTVaGSyHINLOum6e9FFXyFxzPMo74SlbV-MMHOsOa_oaLJsEBaiR0QAkGAREcePDHgzeYyRwImGUlxf6-FhcmfAHbQs6E1IMEvmI1jaT5REOTH9pfB2T0wj2SA3xDcmsx2BC0abBndHIXavdQcTKhzS265YfJvEhD7HT2sgcLzNC60xOgJ31gLGhSj2JPxd-uwxrEHC0ABIsiyPsfWlQ",
|
2282
|
+
"width" : 4128
|
2283
|
+
}
|
2284
|
+
],
|
2285
|
+
"place_id" : "ChIJN1t_tDeuEmsRUsoyG83frY4",
|
2286
|
+
"rating" : 4.4,
|
2287
|
+
"reference" : "CmRgAAAAdTW_UpvtSH9GCOJR5Lyx1usVs2JBPb_5afLhyfRmsKTrxcjl1eRtv1qa6gf_4St8228evjPhhpmOn7-XhBPdLE3ND8C7_QFEPEb8_m4DQ7XrXDU2GX2A-htwMaednH6iEhBCdYr-ohnfIrVoatd_FlEIGhQlswgMcJ3tlCz5OD2w751QjF8_jQ",
|
2288
|
+
"reviews" : [
|
2289
|
+
{
|
2290
|
+
"aspects" : [
|
2291
|
+
{
|
2292
|
+
"rating" : 3,
|
2293
|
+
"type" : "overall"
|
2294
|
+
}
|
2295
|
+
],
|
2296
|
+
"author_name" : "Rob Mulally",
|
2297
|
+
"author_url" : "https://plus.google.com/100839435712919930388",
|
2298
|
+
"language" : "en",
|
2299
|
+
"rating" : 5,
|
2300
|
+
"text" : "What can I say, what a great building, cool offices and friendly staff!\nonly had a quick tour but there isn't much missing from this world class modern office.\n\nIf your staff who work here I hope you take advantage of all that it offers , because as a visitor it was a very impressive setup. \n\nThe thing that stood out besides the collaborative area's and beds for resting, was the food availability.\n\nImpressed. 5 Stars.\n",
|
2301
|
+
"time" : 1408284830
|
2302
|
+
},
|
2303
|
+
{
|
2304
|
+
"aspects" : [
|
2305
|
+
{
|
2306
|
+
"rating" : 3,
|
2307
|
+
"type" : "overall"
|
2308
|
+
}
|
2309
|
+
],
|
2310
|
+
"author_name" : "Weekendfoodescapes By Lisa",
|
2311
|
+
"author_url" : "https://plus.google.com/117361942259652825017",
|
2312
|
+
"language" : "en",
|
2313
|
+
"rating" : 5,
|
2314
|
+
"text" : "I was invited to a City Experts event hosted by Google called \"Sampling Sydney\". The event encouraged Sydney Syders to review restaurants, venues and other places in Sydney on google. The event was attended by about 200 people and was a great opportunity to meet new people.\n\nI snacked on canapes which included salmon, little burgers, blood pudding and prosciutto. I downed Sydney Cider and a few sneak cocktails while participating in some of the events that evening. It was a very well organised event.\n\nThe activities included human bingo whereby you had to find someone who for example had eaten at Gelato Messina or who had the same shoe size as you. Cornersmith was also hosting a session whereby you could make preserved lemons. I tasted some of their tasty dips as well. The mustard was really nice.\n\nThere was also an opportunity to review some of your favourite places in Sydney at the chrome book table and also there was a massive map where you could post up your favourite places in Sydney. I went for a local in West Ryde in Tatsuya! Represent.\n\nI'm looking forward to more City Experts events! Start reviewing Sydney!\n\nI've got a few photos on my blog at Weekendfoodescapes By Lisa",
|
2315
|
+
"time" : 1406437838
|
2316
|
+
},
|
2317
|
+
{
|
2318
|
+
"aspects" : [
|
2319
|
+
{
|
2320
|
+
"rating" : 2,
|
2321
|
+
"type" : "overall"
|
2322
|
+
}
|
2323
|
+
],
|
2324
|
+
"author_name" : "Seffy Clarke",
|
2325
|
+
"author_url" : "https://plus.google.com/100621261653378019391",
|
2326
|
+
"language" : "en",
|
2327
|
+
"rating" : 4,
|
2328
|
+
"text" : "Thanks google for sorting out the TV app issue. I worked with the online forums but Sydney weighed in. Took a while but all sorted now. Love the Google. ",
|
2329
|
+
"time" : 1408141562
|
2330
|
+
},
|
2331
|
+
{
|
2332
|
+
"aspects" : [
|
2333
|
+
{
|
2334
|
+
"rating" : 3,
|
2335
|
+
"type" : "overall"
|
2336
|
+
}
|
2337
|
+
],
|
2338
|
+
"author_name" : "Joanne Phua",
|
2339
|
+
"author_url" : "https://plus.google.com/107216452227312894463",
|
2340
|
+
"language" : "en",
|
2341
|
+
"rating" : 5,
|
2342
|
+
"text" : "One of the best environments - I know someone who works there and he brought me around for a tour. Amazing, colourful cushions in the presentation rooms and a kitchen for staffs! To call it a dreamland is an understatement. ",
|
2343
|
+
"time" : 1399972577
|
2344
|
+
},
|
2345
|
+
{
|
2346
|
+
"aspects" : [
|
2347
|
+
{
|
2348
|
+
"rating" : 2,
|
2349
|
+
"type" : "overall"
|
2350
|
+
}
|
2351
|
+
],
|
2352
|
+
"author_name" : "Robert Limb",
|
2353
|
+
"author_url" : "https://plus.google.com/100789161914871728582",
|
2354
|
+
"language" : "en",
|
2355
|
+
"rating" : 4,
|
2356
|
+
"text" : "There is a new Railway Station located at Seaford Meadows in South Australia. It is located on a triangular piece of landed bounded by Seaford Road and Dungey Road Seaford Meadows. \nThere are over 500 car parks. It was officially opened for business on 23 February 2014. It is not shown at all as available on Google Maps under the heading \"Get Directions\" I have tried in vain to have this situation rectified without any luck. There is also a new Railway Station located at Seaford as an interchange, (On the same line) ..... that is shown ok on the maps.\n\nThanks ",
|
2357
|
+
"time" : 1394693578
|
2358
|
+
}
|
2359
|
+
],
|
2360
|
+
"scope" : "GOOGLE",
|
2361
|
+
"types" : [ "establishment" ],
|
2362
|
+
"url" : "https://plus.google.com/111840715355681175070/about?hl=en-US",
|
2363
|
+
"user_ratings_total" : 75,
|
2364
|
+
"utc_offset" : 660,
|
2365
|
+
"vicinity" : "Level 5, 48 Pirrama Rd, Pyrmont",
|
2366
|
+
"website" : "http://www.google.com.au/about/careers/locations/sydney/"
|
2367
|
+
},
|
2368
|
+
"status" : "OK"
|
2369
|
+
}
|
2370
|
+
http_version:
|
2371
|
+
recorded_at: Tue, 14 Oct 2014 18:49:23 GMT
|
2372
|
+
- request:
|
2373
|
+
method: get
|
2374
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyCJ0NiNmva8TTlxDoU-BWvxW27zGAichFk&reference=CnRsAAAASc4grenwL0h3X5VPNp5fkDNfqbjt3iQtWIPlKS-3ms9GbnCxR_FLHO0B0ZKCgJSg19qymkeHagjQFB4aUL87yhp4mhFTc17DopK1oiYDaeGthztSjERic8TmFNe-6zOpKSdiZWKE6xlQvcbSiWIJchIQOEYZqunSSZqNDoBSs77bWRoUJcMMVANtSlhy0llKI0MI6VcC7DU
|
2375
|
+
body:
|
2376
|
+
encoding: US-ASCII
|
2377
|
+
string: ''
|
2378
|
+
headers: {}
|
2379
|
+
response:
|
2380
|
+
status:
|
2381
|
+
code: 200
|
2382
|
+
message: OK
|
2383
|
+
headers:
|
2384
|
+
Content-Type:
|
2385
|
+
- application/json; charset=UTF-8
|
2386
|
+
Date:
|
2387
|
+
- Tue, 14 Oct 2014 21:08:46 GMT
|
2388
|
+
Expires:
|
2389
|
+
- Tue, 14 Oct 2014 21:13:46 GMT
|
2390
|
+
Cache-Control:
|
2391
|
+
- public, max-age=300
|
2392
|
+
Vary:
|
2393
|
+
- Accept-Language
|
2394
|
+
Server:
|
2395
|
+
- mafe
|
2396
|
+
X-Xss-Protection:
|
2397
|
+
- 1; mode=block
|
2398
|
+
X-Frame-Options:
|
2399
|
+
- SAMEORIGIN
|
2400
|
+
Alternate-Protocol:
|
2401
|
+
- 443:quic,p=0.01
|
2402
|
+
Transfer-Encoding:
|
2403
|
+
- chunked
|
2404
|
+
body:
|
2405
|
+
encoding: UTF-8
|
2406
|
+
string: |
|
2407
|
+
{
|
2408
|
+
"html_attributions" : [],
|
2409
|
+
"result" : {
|
2410
|
+
"address_components" : [
|
2411
|
+
{
|
2412
|
+
"long_name" : "Pyrmont",
|
2413
|
+
"short_name" : "Pyrmont",
|
2414
|
+
"types" : [ "locality", "political" ]
|
2415
|
+
},
|
2416
|
+
{
|
2417
|
+
"long_name" : "NSW",
|
2418
|
+
"short_name" : "NSW",
|
2419
|
+
"types" : [ "administrative_area_level_1", "political" ]
|
2420
|
+
},
|
2421
|
+
{
|
2422
|
+
"long_name" : "Australia",
|
2423
|
+
"short_name" : "AU",
|
2424
|
+
"types" : [ "country", "political" ]
|
2425
|
+
},
|
2426
|
+
{
|
2427
|
+
"long_name" : "2009",
|
2428
|
+
"short_name" : "2009",
|
2429
|
+
"types" : [ "postal_code" ]
|
2430
|
+
}
|
2431
|
+
],
|
2432
|
+
"adr_address" : "Level 5, 48 Pirrama Rd, \u003cspan class=\"locality\"\u003ePyrmont\u003c/span\u003e \u003cspan class=\"region\"\u003eNSW\u003c/span\u003e \u003cspan class=\"postal-code\"\u003e2009\u003c/span\u003e, \u003cspan class=\"country-name\"\u003eAustralia\u003c/span\u003e",
|
2433
|
+
"formatted_address" : "Level 5, 48 Pirrama Rd, Pyrmont NSW 2009, Australia",
|
2434
|
+
"formatted_phone_number" : "(02) 9374 4000",
|
2435
|
+
"geometry" : {
|
2436
|
+
"location" : {
|
2437
|
+
"lat" : -33.866627,
|
2438
|
+
"lng" : 151.195876
|
2439
|
+
}
|
2440
|
+
},
|
2441
|
+
"icon" : "http://maps.gstatic.com/mapfiles/place_api/icons/generic_business-71.png",
|
2442
|
+
"id" : "4f89212bf76dde31f092cfc14d7506555d85b5c7",
|
2443
|
+
"international_phone_number" : "+61 2 9374 4000",
|
2444
|
+
"name" : "Google",
|
2445
|
+
"photos" : [
|
2446
|
+
{
|
2447
|
+
"height" : 400,
|
2448
|
+
"html_attributions" : [],
|
2449
|
+
"photo_reference" : "CnRuAAAAaBn6gvwNK-v16E3SFGNzoQInZCdybeBrVHaG2duxyfODE9oi27mZwJow50gacFl3wL7bqehi_-rz91r9TpuXk6l58EX40Owi-CBnqHSCtNRhjKLs50R1BcXGJ7TVVQ-vuwaKE3FKogI5pohzL2SjcBIQc1HxtFJiGQLheCFLVgnjHRoUVVWMoA3pM6rORammKwwIx0e40-Y",
|
2450
|
+
"width" : 401
|
2451
|
+
},
|
2452
|
+
{
|
2453
|
+
"height" : 2322,
|
2454
|
+
"html_attributions" : [
|
2455
|
+
"\u003ca href=\"https://plus.google.com/107252953636064841537\"\u003eWilliam Stewart\u003c/a\u003e"
|
2456
|
+
],
|
2457
|
+
"photo_reference" : "CoQBcQAAABmpz4gkC6UoNFsnJ91mh7deCEZ7Ts9eskV_yX-JBBm7-COHth2BAaUk4Z2PxDnJSMYo67I2Zx1vj5szwnn5eqL4KMJDJcWPkR72ub6xYF7_aqwC_HnuxNlUzzJfMeyKaMGWVnlPX-T3GB9-BJ_pEnfZaZx-mRCEge9FxWAOpLtGEhADY-neNg2x8AjARDLJ3lk-GhSpav3_xLftBzf1JESTxv0gWuerJw",
|
2458
|
+
"width" : 4128
|
2459
|
+
},
|
2460
|
+
{
|
2461
|
+
"height" : 960,
|
2462
|
+
"html_attributions" : [
|
2463
|
+
"\u003ca href=\"https://plus.google.com/114701241123617315548\"\u003eMargaret L\u003c/a\u003e"
|
2464
|
+
],
|
2465
|
+
"photo_reference" : "CnRoAAAADfyoK7bpYLFwFDSEkh7t1Y8eLTJGhkqd3zyTIEqicRWxf7Pg9y1goTTavyhQW6dXQpIovVz2I-77JXi3M2q5h4Qf25yAtRzwDlXlZRMR_ppwuR5Ks_5LFnMKAc5ILVmtONJ3mK-R30nAUOhL9cyWXxIQ9A3-pwyZ1g00prpteZ5S2BoUdy9CuX7a8pn93qmWQnZkl07sS7E",
|
2466
|
+
"width" : 720
|
2467
|
+
},
|
2468
|
+
{
|
2469
|
+
"height" : 640,
|
2470
|
+
"html_attributions" : [
|
2471
|
+
"\u003ca href=\"https://plus.google.com/112736479746123047492\"\u003eRicksan Bomato\u003c/a\u003e"
|
2472
|
+
],
|
2473
|
+
"photo_reference" : "CnRoAAAAtrNZ_nmPmGrvElb3xoKwgS9_Kf6RYsSfEQKLHT1zyoycb9XFrZq5t7S_Zd6bBcSukiI4bfiZDmE51OI0RlZq_0cKsTel5_FLhWQPXS7fnQGlNFGQA5hD59qVhnWuh89lV0PiSDhZeNudiSmZgwRC9hIQaSvYZsdayfnxo0_8ZeR4pxoUtsbzyIPla7Aj7-yU9aHz0SZlabI",
|
2474
|
+
"width" : 480
|
2475
|
+
},
|
2476
|
+
{
|
2477
|
+
"height" : 608,
|
2478
|
+
"html_attributions" : [
|
2479
|
+
"\u003ca href=\"https://plus.google.com/116750797999944764767\"\u003eJessica Pfund\u003c/a\u003e"
|
2480
|
+
],
|
2481
|
+
"photo_reference" : "CnRoAAAAK8NU_k2BiuCcn7u9iU1sXu998lMxKICA6ztaJAG-c-0CohSMR4e6IqMSp6gLzwjpMzxuglKV6Yblf6P2kfE1e2u3RAgMnzwuoGTuJKQb3raA3ckCrf1degA87kH-USpGhQBX8tZvPrs0Pyl2jC_0CxIQNlT2Gt0hISM0jNl4YgE3rxoU6P64QESQpGVu0P_SDzQ3wWOP2H4",
|
2482
|
+
"width" : 1080
|
2483
|
+
},
|
2484
|
+
{
|
2485
|
+
"height" : 3264,
|
2486
|
+
"html_attributions" : [
|
2487
|
+
"\u003ca href=\"https://plus.google.com/116524955877225574477\"\u003eMalcolm Omond\u003c/a\u003e"
|
2488
|
+
],
|
2489
|
+
"photo_reference" : "CpQBggAAAPf4iYmmfCAyUwPKBwADnuEt6gOPKmKhlsnYza4MTXrTEwmMK4I2-wJtOLB6O1qkkqmasJGHA_ddUMnWvszEJIZTLSmeUDdSLo12C4EI8wwClZ3mGHyA-Ymcj5ptvRjULKJ_TBrCnp2h6TGny4lESLetF5jC_eFH-MpD5F-kn-_bRg720ZELzvOQ1cRoxkz68xIQ11jKkNPwSVFUFsTkplmILBoUBiMj457rTKCXQEJUmlD1R_2m8Fg",
|
2490
|
+
"width" : 2448
|
2491
|
+
},
|
2492
|
+
{
|
2493
|
+
"height" : 1536,
|
2494
|
+
"html_attributions" : [
|
2495
|
+
"\u003ca href=\"https://plus.google.com/111063240426775488377\"\u003eMichael Nienaber\u003c/a\u003e"
|
2496
|
+
],
|
2497
|
+
"photo_reference" : "CoQBdQAAALXhXi3bFp7f3DwPvCeJbfDW3lVfujRoA5Wwj7H6jAoSPmYY28To9z_8TgMFd7N7A-ZE_R6-7fBtelnVpq1rd6MfA67oWTAqLHLwV25QhqGzcWLeUefRO1-ard2aLKfd0GWFoJchM7-7UJ9t_aZXXmlWDNz1M8e84gEiXt1mTqo0EhASb_AQoirVg9SdnBmZ5JH8GhT3o8iAoZhkammIeOLL6p3QUhYWqA",
|
2498
|
+
"width" : 2048
|
2499
|
+
},
|
2500
|
+
{
|
2501
|
+
"height" : 486,
|
2502
|
+
"html_attributions" : [
|
2503
|
+
"\u003ca href=\"https://plus.google.com/105850346606847400426\"\u003eBrandon Grimshaw\u003c/a\u003e"
|
2504
|
+
],
|
2505
|
+
"photo_reference" : "CnRtAAAACBF7vlPUavvo5f6cGRyAEbtd1Osz4up9_AeZ0Ti9h3LEK2zmj5adhQSFc9o3dx5sV1Qggw9q54zWouNQtGx3uYwE1iNorbdCtoE-3534ZzDv3X28TrbqPB_wNdYiOBh9ztsy2kUQESCYEA9hB0tZoxIQJ-7kbV_Mb-cInOCl2aodtBoU0_XVNMB_bc8glzV15tafXfRK-Ms",
|
2506
|
+
"width" : 648
|
2507
|
+
},
|
2508
|
+
{
|
2509
|
+
"height" : 480,
|
2510
|
+
"html_attributions" : [
|
2511
|
+
"\u003ca href=\"https://plus.google.com/111157746837259488919\"\u003eTim Lacey\u003c/a\u003e"
|
2512
|
+
],
|
2513
|
+
"photo_reference" : "CnRtAAAA2KPiw80xckCVWBenKUuTvLR8r2cUwy5WaTFNRM0KzK0ICFvOHAtbo_1ha_DFHYtF6xgNLlqjVCHICpJYfgSQL-v-8TnYIFYddZfA7adWjBRIv4kwpCv0lQZYW0e0ndjW465997KUXzQlXRqjpyuEGhIQOyYb7REER5leUjgIOLsUrBoUmXFnHRTIi8nd8-ibVaQWFsdXqkA",
|
2514
|
+
"width" : 640
|
2515
|
+
},
|
2516
|
+
{
|
2517
|
+
"height" : 2322,
|
2518
|
+
"html_attributions" : [
|
2519
|
+
"\u003ca href=\"https://plus.google.com/107252953636064841537\"\u003eWilliam Stewart\u003c/a\u003e"
|
2520
|
+
],
|
2521
|
+
"photo_reference" : "CoQBcQAAAJVVsHnaaN7D6mOIAPU5mVTm9scsg9EKKFpMPwXEKcLvuWC23Hnj-NrG0N1GyDpIyUgRmo2Y4D1MqUGu-L3WLmbywyl9dtEZxBs-TiLK0DlgyDRFl7VGkpbpCHCBADd6ZteaydUp-wbCoS1jdu_KG7O4KnEUflJSf_xTWDKabTOOEhB5cHXDBN6MJuJzTp6iojWhGhRmhA8Jb6VT-DEl0_7c3oDz4Q18iA",
|
2522
|
+
"width" : 4128
|
2523
|
+
}
|
2524
|
+
],
|
2525
|
+
"place_id" : "ChIJN1t_tDeuEmsRUsoyG83frY4",
|
2526
|
+
"rating" : 4.4,
|
2527
|
+
"reference" : "CnRpAAAAgA6GpAMESSrirQ-IbmLsdnlZEqPhkQ-FmdQp0SCbzaDpNlmc6BfT-jtPHncbfnIEW1vizsirBZ5fIsKcLaMuzEXmBtdYHgXQ3u7ANvsQhxMGlVD6sc5Zc5O3-SbfhyV-LslUeChlKwPAPDsahfK4BBIQsqP9fVYiowq0lGBG4NGwcxoUCZFOSAwd-mzjJ0UFGOgMzIxRnMY",
|
2528
|
+
"reviews" : [
|
2529
|
+
{
|
2530
|
+
"aspects" : [
|
2531
|
+
{
|
2532
|
+
"rating" : 3,
|
2533
|
+
"type" : "overall"
|
2534
|
+
}
|
2535
|
+
],
|
2536
|
+
"author_name" : "Rob Mulally",
|
2537
|
+
"author_url" : "https://plus.google.com/100839435712919930388",
|
2538
|
+
"language" : "en",
|
2539
|
+
"rating" : 5,
|
2540
|
+
"text" : "What can I say, what a great building, cool offices and friendly staff!\nonly had a quick tour but there isn't much missing from this world class modern office.\n\nIf your staff who work here I hope you take advantage of all that it offers , because as a visitor it was a very impressive setup. \n\nThe thing that stood out besides the collaborative area's and beds for resting, was the food availability.\n\nImpressed. 5 Stars.\n",
|
2541
|
+
"time" : 1408284830
|
2542
|
+
},
|
2543
|
+
{
|
2544
|
+
"aspects" : [
|
2545
|
+
{
|
2546
|
+
"rating" : 3,
|
2547
|
+
"type" : "overall"
|
2548
|
+
}
|
2549
|
+
],
|
2550
|
+
"author_name" : "Weekendfoodescapes By Lisa",
|
2551
|
+
"author_url" : "https://plus.google.com/117361942259652825017",
|
2552
|
+
"language" : "en",
|
2553
|
+
"rating" : 5,
|
2554
|
+
"text" : "I was invited to a City Experts event hosted by Google called \"Sampling Sydney\". The event encouraged Sydney Syders to review restaurants, venues and other places in Sydney on google. The event was attended by about 200 people and was a great opportunity to meet new people.\n\nI snacked on canapes which included salmon, little burgers, blood pudding and prosciutto. I downed Sydney Cider and a few sneak cocktails while participating in some of the events that evening. It was a very well organised event.\n\nThe activities included human bingo whereby you had to find someone who for example had eaten at Gelato Messina or who had the same shoe size as you. Cornersmith was also hosting a session whereby you could make preserved lemons. I tasted some of their tasty dips as well. The mustard was really nice.\n\nThere was also an opportunity to review some of your favourite places in Sydney at the chrome book table and also there was a massive map where you could post up your favourite places in Sydney. I went for a local in West Ryde in Tatsuya! Represent.\n\nI'm looking forward to more City Experts events! Start reviewing Sydney!\n\nI've got a few photos on my blog at Weekendfoodescapes By Lisa",
|
2555
|
+
"time" : 1406437838
|
2556
|
+
},
|
2557
|
+
{
|
2558
|
+
"aspects" : [
|
2559
|
+
{
|
2560
|
+
"rating" : 2,
|
2561
|
+
"type" : "overall"
|
2562
|
+
}
|
2563
|
+
],
|
2564
|
+
"author_name" : "Seffy Clarke",
|
2565
|
+
"author_url" : "https://plus.google.com/100621261653378019391",
|
2566
|
+
"language" : "en",
|
2567
|
+
"rating" : 4,
|
2568
|
+
"text" : "Thanks google for sorting out the TV app issue. I worked with the online forums but Sydney weighed in. Took a while but all sorted now. Love the Google. ",
|
2569
|
+
"time" : 1408141562
|
2570
|
+
},
|
2571
|
+
{
|
2572
|
+
"aspects" : [
|
2573
|
+
{
|
2574
|
+
"rating" : 3,
|
2575
|
+
"type" : "overall"
|
2576
|
+
}
|
2577
|
+
],
|
2578
|
+
"author_name" : "Joanne Phua",
|
2579
|
+
"author_url" : "https://plus.google.com/107216452227312894463",
|
2580
|
+
"language" : "en",
|
2581
|
+
"rating" : 5,
|
2582
|
+
"text" : "One of the best environments - I know someone who works there and he brought me around for a tour. Amazing, colourful cushions in the presentation rooms and a kitchen for staffs! To call it a dreamland is an understatement. ",
|
2583
|
+
"time" : 1399972577
|
2584
|
+
},
|
2585
|
+
{
|
2586
|
+
"aspects" : [
|
2587
|
+
{
|
2588
|
+
"rating" : 2,
|
2589
|
+
"type" : "overall"
|
2590
|
+
}
|
2591
|
+
],
|
2592
|
+
"author_name" : "Robert Limb",
|
2593
|
+
"author_url" : "https://plus.google.com/100789161914871728582",
|
2594
|
+
"language" : "en",
|
2595
|
+
"rating" : 4,
|
2596
|
+
"text" : "There is a new Railway Station located at Seaford Meadows in South Australia. It is located on a triangular piece of landed bounded by Seaford Road and Dungey Road Seaford Meadows. \nThere are over 500 car parks. It was officially opened for business on 23 February 2014. It is not shown at all as available on Google Maps under the heading \"Get Directions\" I have tried in vain to have this situation rectified without any luck. There is also a new Railway Station located at Seaford as an interchange, (On the same line) ..... that is shown ok on the maps.\n\nThanks ",
|
2597
|
+
"time" : 1394693578
|
2598
|
+
}
|
2599
|
+
],
|
2600
|
+
"scope" : "GOOGLE",
|
2601
|
+
"types" : [ "establishment" ],
|
2602
|
+
"url" : "https://plus.google.com/111840715355681175070/about?hl=en-US",
|
2603
|
+
"user_ratings_total" : 75,
|
2604
|
+
"utc_offset" : 660,
|
2605
|
+
"vicinity" : "Level 5, 48 Pirrama Rd, Pyrmont",
|
2606
|
+
"website" : "http://www.google.com.au/about/careers/locations/sydney/"
|
2607
|
+
},
|
2608
|
+
"status" : "OK"
|
2609
|
+
}
|
2610
|
+
http_version:
|
2611
|
+
recorded_at: Tue, 14 Oct 2014 21:08:46 GMT
|
2612
|
+
- request:
|
2613
|
+
method: get
|
2614
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyCJ0NiNmva8TTlxDoU-BWvxW27zGAichFk&reference=CnRpAAAAlO2WvF_4eOqp02TAWKsXpPSCFz8KxBjraWhB4MSvdUPqXN0yCpxQgblam1LeRENcWZF-9-2CEfUwlHUli61PaYe0e7dUPAU302tk6KkalnKqx7nv07iFA1Ca_Y1WoCLH9adEWwkxKMITlbGhUUz9-hIQPxQ4Bp_dz5nHloUFkj3rkBoUDSPqy2smqMnPEo4ayfbDupeKEZY
|
2615
|
+
body:
|
2616
|
+
encoding: US-ASCII
|
2617
|
+
string: ''
|
2618
|
+
headers: {}
|
2619
|
+
response:
|
2620
|
+
status:
|
2621
|
+
code: 200
|
2622
|
+
message: OK
|
2623
|
+
headers:
|
2624
|
+
Content-Type:
|
2625
|
+
- application/json; charset=UTF-8
|
2626
|
+
Date:
|
2627
|
+
- Tue, 14 Oct 2014 21:08:46 GMT
|
2628
|
+
Expires:
|
2629
|
+
- Tue, 14 Oct 2014 21:13:46 GMT
|
2630
|
+
Cache-Control:
|
2631
|
+
- public, max-age=300
|
2632
|
+
Vary:
|
2633
|
+
- Accept-Language
|
2634
|
+
Server:
|
2635
|
+
- mafe
|
2636
|
+
X-Xss-Protection:
|
2637
|
+
- 1; mode=block
|
2638
|
+
X-Frame-Options:
|
2639
|
+
- SAMEORIGIN
|
2640
|
+
Alternate-Protocol:
|
2641
|
+
- 443:quic,p=0.01
|
2642
|
+
Transfer-Encoding:
|
2643
|
+
- chunked
|
2644
|
+
body:
|
2645
|
+
encoding: UTF-8
|
2646
|
+
string: |
|
2647
|
+
{
|
2648
|
+
"html_attributions" : [],
|
2649
|
+
"status" : "NOT_FOUND"
|
2650
|
+
}
|
2651
|
+
http_version:
|
2652
|
+
recorded_at: Tue, 14 Oct 2014 21:08:47 GMT
|
2653
|
+
- request:
|
2654
|
+
method: get
|
2655
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyCJ0NiNmva8TTlxDoU-BWvxW27zGAichFk
|
2656
|
+
body:
|
2657
|
+
encoding: US-ASCII
|
2658
|
+
string: ''
|
2659
|
+
headers: {}
|
2660
|
+
response:
|
2661
|
+
status:
|
2662
|
+
code: 200
|
2663
|
+
message: OK
|
2664
|
+
headers:
|
2665
|
+
Content-Type:
|
2666
|
+
- application/json; charset=UTF-8
|
2667
|
+
Date:
|
2668
|
+
- Tue, 14 Oct 2014 21:08:47 GMT
|
2669
|
+
Expires:
|
2670
|
+
- Tue, 14 Oct 2014 21:13:47 GMT
|
2671
|
+
Cache-Control:
|
2672
|
+
- public, max-age=300
|
2673
|
+
Vary:
|
2674
|
+
- Accept-Language
|
2675
|
+
Server:
|
2676
|
+
- mafe
|
2677
|
+
X-Xss-Protection:
|
2678
|
+
- 1; mode=block
|
2679
|
+
X-Frame-Options:
|
2680
|
+
- SAMEORIGIN
|
2681
|
+
Alternate-Protocol:
|
2682
|
+
- 443:quic,p=0.01
|
2683
|
+
Transfer-Encoding:
|
2684
|
+
- chunked
|
2685
|
+
body:
|
2686
|
+
encoding: UTF-8
|
2687
|
+
string: |
|
2688
|
+
{
|
2689
|
+
"html_attributions" : [],
|
2690
|
+
"status" : "INVALID_REQUEST"
|
2691
|
+
}
|
2692
|
+
http_version:
|
2693
|
+
recorded_at: Tue, 14 Oct 2014 21:08:47 GMT
|
2694
|
+
- request:
|
2695
|
+
method: get
|
2696
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyCJ0NiNmva8TTlxDoU-BWvxW27zGAichFk
|
2697
|
+
body:
|
2698
|
+
encoding: US-ASCII
|
2699
|
+
string: ''
|
2700
|
+
headers: {}
|
2701
|
+
response:
|
2702
|
+
status:
|
2703
|
+
code: 200
|
2704
|
+
message: OK
|
2705
|
+
headers:
|
2706
|
+
Content-Type:
|
2707
|
+
- application/json; charset=UTF-8
|
2708
|
+
Date:
|
2709
|
+
- Tue, 14 Oct 2014 21:08:48 GMT
|
2710
|
+
Expires:
|
2711
|
+
- Tue, 14 Oct 2014 21:13:48 GMT
|
2712
|
+
Cache-Control:
|
2713
|
+
- public, max-age=300
|
2714
|
+
Vary:
|
2715
|
+
- Accept-Language
|
2716
|
+
Server:
|
2717
|
+
- mafe
|
2718
|
+
X-Xss-Protection:
|
2719
|
+
- 1; mode=block
|
2720
|
+
X-Frame-Options:
|
2721
|
+
- SAMEORIGIN
|
2722
|
+
Alternate-Protocol:
|
2723
|
+
- 443:quic,p=0.01
|
2724
|
+
Transfer-Encoding:
|
2725
|
+
- chunked
|
2726
|
+
body:
|
2727
|
+
encoding: UTF-8
|
2728
|
+
string: |
|
2729
|
+
{
|
2730
|
+
"html_attributions" : [],
|
2731
|
+
"status" : "INVALID_REQUEST"
|
2732
|
+
}
|
2733
|
+
http_version:
|
2734
|
+
recorded_at: Tue, 14 Oct 2014 21:08:48 GMT
|
2735
|
+
- request:
|
2736
|
+
method: get
|
2737
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyCJ0NiNmva8TTlxDoU-BWvxW27zGAichFk
|
2738
|
+
body:
|
2739
|
+
encoding: US-ASCII
|
2740
|
+
string: ''
|
2741
|
+
headers: {}
|
2742
|
+
response:
|
2743
|
+
status:
|
2744
|
+
code: 200
|
2745
|
+
message: OK
|
2746
|
+
headers:
|
2747
|
+
Content-Type:
|
2748
|
+
- application/json; charset=UTF-8
|
2749
|
+
Date:
|
2750
|
+
- Tue, 14 Oct 2014 21:08:49 GMT
|
2751
|
+
Expires:
|
2752
|
+
- Tue, 14 Oct 2014 21:13:49 GMT
|
2753
|
+
Cache-Control:
|
2754
|
+
- public, max-age=300
|
2755
|
+
Vary:
|
2756
|
+
- Accept-Language
|
2757
|
+
Server:
|
2758
|
+
- mafe
|
2759
|
+
X-Xss-Protection:
|
2760
|
+
- 1; mode=block
|
2761
|
+
X-Frame-Options:
|
2762
|
+
- SAMEORIGIN
|
2763
|
+
Alternate-Protocol:
|
2764
|
+
- 443:quic,p=0.01
|
2765
|
+
Transfer-Encoding:
|
2766
|
+
- chunked
|
2767
|
+
body:
|
2768
|
+
encoding: UTF-8
|
2769
|
+
string: |
|
2770
|
+
{
|
2771
|
+
"html_attributions" : [],
|
2772
|
+
"status" : "INVALID_REQUEST"
|
2773
|
+
}
|
2774
|
+
http_version:
|
2775
|
+
recorded_at: Tue, 14 Oct 2014 21:08:50 GMT
|
2776
|
+
- request:
|
2777
|
+
method: get
|
2778
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?key=AIzaSyCJ0NiNmva8TTlxDoU-BWvxW27zGAichFk
|
2779
|
+
body:
|
2780
|
+
encoding: US-ASCII
|
2781
|
+
string: ''
|
2782
|
+
headers: {}
|
2783
|
+
response:
|
2784
|
+
status:
|
2785
|
+
code: 200
|
2786
|
+
message: OK
|
2787
|
+
headers:
|
2788
|
+
Content-Type:
|
2789
|
+
- application/json; charset=UTF-8
|
2790
|
+
Date:
|
2791
|
+
- Tue, 14 Oct 2014 21:08:51 GMT
|
2792
|
+
Expires:
|
2793
|
+
- Tue, 14 Oct 2014 21:13:51 GMT
|
2794
|
+
Cache-Control:
|
2795
|
+
- public, max-age=300
|
2796
|
+
Vary:
|
2797
|
+
- Accept-Language
|
2798
|
+
Server:
|
2799
|
+
- mafe
|
2800
|
+
X-Xss-Protection:
|
2801
|
+
- 1; mode=block
|
2802
|
+
X-Frame-Options:
|
2803
|
+
- SAMEORIGIN
|
2804
|
+
Alternate-Protocol:
|
2805
|
+
- 443:quic,p=0.01
|
2806
|
+
Transfer-Encoding:
|
2807
|
+
- chunked
|
2808
|
+
body:
|
2809
|
+
encoding: UTF-8
|
2810
|
+
string: |
|
2811
|
+
{
|
2812
|
+
"html_attributions" : [],
|
2813
|
+
"status" : "INVALID_REQUEST"
|
2814
|
+
}
|
2815
|
+
http_version:
|
2816
|
+
recorded_at: Tue, 14 Oct 2014 21:08:51 GMT
|
2817
|
+
- request:
|
2818
|
+
method: get
|
2819
|
+
uri: https://maps.googleapis.com/maps/api/place/details/json?extensions=&key=AIzaSyCJ0NiNmva8TTlxDoU-BWvxW27zGAichFk&language=&placeid=ChIJN1t_tDeuEmsRUsoyG83frY4
|
2820
|
+
body:
|
2821
|
+
encoding: US-ASCII
|
2822
|
+
string: ''
|
2823
|
+
headers: {}
|
2824
|
+
response:
|
2825
|
+
status:
|
2826
|
+
code: 200
|
2827
|
+
message: OK
|
2828
|
+
headers:
|
2829
|
+
Content-Type:
|
2830
|
+
- application/json; charset=UTF-8
|
2831
|
+
Date:
|
2832
|
+
- Tue, 14 Oct 2014 21:09:12 GMT
|
2833
|
+
Expires:
|
2834
|
+
- Tue, 14 Oct 2014 21:14:12 GMT
|
2835
|
+
Cache-Control:
|
2836
|
+
- public, max-age=300
|
2837
|
+
Vary:
|
2838
|
+
- Accept-Language
|
2839
|
+
Server:
|
2840
|
+
- mafe
|
2841
|
+
X-Xss-Protection:
|
2842
|
+
- 1; mode=block
|
2843
|
+
X-Frame-Options:
|
2844
|
+
- SAMEORIGIN
|
2845
|
+
Alternate-Protocol:
|
2846
|
+
- 443:quic,p=0.01
|
2847
|
+
Transfer-Encoding:
|
2848
|
+
- chunked
|
2849
|
+
body:
|
2850
|
+
encoding: UTF-8
|
2851
|
+
string: |
|
2852
|
+
{
|
2853
|
+
"html_attributions" : [],
|
2854
|
+
"result" : {
|
2855
|
+
"address_components" : [
|
2856
|
+
{
|
2857
|
+
"long_name" : "Pyrmont",
|
2858
|
+
"short_name" : "Pyrmont",
|
2859
|
+
"types" : [ "locality", "political" ]
|
2860
|
+
},
|
2861
|
+
{
|
2862
|
+
"long_name" : "NSW",
|
2863
|
+
"short_name" : "NSW",
|
2864
|
+
"types" : [ "administrative_area_level_1", "political" ]
|
2865
|
+
},
|
2866
|
+
{
|
2867
|
+
"long_name" : "Australia",
|
2868
|
+
"short_name" : "AU",
|
2869
|
+
"types" : [ "country", "political" ]
|
2870
|
+
},
|
2871
|
+
{
|
2872
|
+
"long_name" : "2009",
|
2873
|
+
"short_name" : "2009",
|
2874
|
+
"types" : [ "postal_code" ]
|
2875
|
+
}
|
2876
|
+
],
|
2877
|
+
"adr_address" : "Level 5, 48 Pirrama Rd, \u003cspan class=\"locality\"\u003ePyrmont\u003c/span\u003e \u003cspan class=\"region\"\u003eNSW\u003c/span\u003e \u003cspan class=\"postal-code\"\u003e2009\u003c/span\u003e, \u003cspan class=\"country-name\"\u003eAustralia\u003c/span\u003e",
|
2878
|
+
"formatted_address" : "Level 5, 48 Pirrama Rd, Pyrmont NSW 2009, Australia",
|
2879
|
+
"formatted_phone_number" : "(02) 9374 4000",
|
2880
|
+
"geometry" : {
|
2881
|
+
"location" : {
|
2882
|
+
"lat" : -33.866627,
|
2883
|
+
"lng" : 151.195876
|
2884
|
+
}
|
2885
|
+
},
|
2886
|
+
"icon" : "http://maps.gstatic.com/mapfiles/place_api/icons/generic_business-71.png",
|
2887
|
+
"id" : "4f89212bf76dde31f092cfc14d7506555d85b5c7",
|
2888
|
+
"international_phone_number" : "+61 2 9374 4000",
|
2889
|
+
"name" : "Google",
|
2890
|
+
"photos" : [
|
2891
|
+
{
|
2892
|
+
"height" : 400,
|
2893
|
+
"html_attributions" : [],
|
2894
|
+
"photo_reference" : "CnRuAAAAahY-sbOUaXJkfbU4Z2ZBAFGfCDqirMKuT7dDbEQvellLsnpXOh3ycL9pYm7TO-nbXpddVxzf6-owE3mFbsTAEFGn5_btyFBIkxDG47YVlqY5IISqNf-CRN8I3M3CYQ3XGl2-2ogEv3A1RWMOyIUMORIQxZooquM4tXg3LNomRQDxDBoUU6AaGmksBgrU0epBidTkUAF9rEE",
|
2895
|
+
"width" : 401
|
2896
|
+
},
|
2897
|
+
{
|
2898
|
+
"height" : 2322,
|
2899
|
+
"html_attributions" : [
|
2900
|
+
"\u003ca href=\"https://plus.google.com/107252953636064841537\"\u003eWilliam Stewart\u003c/a\u003e"
|
2901
|
+
],
|
2902
|
+
"photo_reference" : "CoQBcQAAAM2MsMAXOrIZsPOtVcK8fm-8x_XGClx6W0RdZFf5tvlvZ_jV94ojX2EGKL78g8eHj8qHV9T5JZFoTMgGc2IniXQukT7XNprpED3OCq4e0iq2O31x7i0ujdncm3Ka3jaj3b2XhW1ahU9o0MpgnNzxjNcPEqFDUJR64VqX9Cf59kfnEhBFGoty4q-utyEvMMVgjbz2GhTIqddZwnIrVl35iJ9aaaOg2TR2kw",
|
2903
|
+
"width" : 4128
|
2904
|
+
},
|
2905
|
+
{
|
2906
|
+
"height" : 960,
|
2907
|
+
"html_attributions" : [
|
2908
|
+
"\u003ca href=\"https://plus.google.com/114701241123617315548\"\u003eMargaret L\u003c/a\u003e"
|
2909
|
+
],
|
2910
|
+
"photo_reference" : "CnRoAAAACmokIh7_nkwCN7862eSObIFSdKjiUlDREmMU6mlxom4BVX7z2GmxIAyZkqzE9x37RDKpDq5hNz_HyKLnS4T6CfaQYQrVrVwCehK47ALuejG8S_mAO3oTLZ5WEV4Xi_xlLctdHvvulthNEL1fGFEPKBIQwZ3G5bsQXxXmXTt1BAX48xoUSVAynU5kD_WpO83yvJ7rXGvIBQ8",
|
2911
|
+
"width" : 720
|
2912
|
+
},
|
2913
|
+
{
|
2914
|
+
"height" : 640,
|
2915
|
+
"html_attributions" : [
|
2916
|
+
"\u003ca href=\"https://plus.google.com/112736479746123047492\"\u003eRicksan Bomato\u003c/a\u003e"
|
2917
|
+
],
|
2918
|
+
"photo_reference" : "CnRoAAAAuCLt6qsZr1X0IP9K-LPKjmvl5d1o8HR0xzae1dpUePDles580j1eSLsBf3sbDrcCqDs9vcLiX-IkzennoxC7A3i5Hrspxb-0pW_qzI-n4OUboLtfOfji7lR7KOdzDqxfT-Qxt8jLS9YTpE8qXr4hjBIQfCD774jvRFVCWMI87REnTxoU8W70F6T1WvR7CFXY7vxfbzUDL1c",
|
2919
|
+
"width" : 480
|
2920
|
+
},
|
2921
|
+
{
|
2922
|
+
"height" : 608,
|
2923
|
+
"html_attributions" : [
|
2924
|
+
"\u003ca href=\"https://plus.google.com/116750797999944764767\"\u003eJessica Pfund\u003c/a\u003e"
|
2925
|
+
],
|
2926
|
+
"photo_reference" : "CnRoAAAANKPcbNr9iGdPZsS4kSEb7Nri4aIMvAagG82y--PcBZFvzIZEOJgYYEmgKIn0XlYbexCgzZqbChzbhgD9KCH8NRYKgZ47lnZ1YsbJBntLXiDmOtYV9yBkZ-N--5zbu-WCQptfam10cGKGUUVI9Cc1gxIQ9C7pH4U0hzoGDzLBFzzXVRoUThji7pmcauYW81ncx41kqNK_u6U",
|
2927
|
+
"width" : 1080
|
2928
|
+
},
|
2929
|
+
{
|
2930
|
+
"height" : 3264,
|
2931
|
+
"html_attributions" : [
|
2932
|
+
"\u003ca href=\"https://plus.google.com/116524955877225574477\"\u003eMalcolm Omond\u003c/a\u003e"
|
2933
|
+
],
|
2934
|
+
"photo_reference" : "CpQBggAAAJOjSghipm6kYgyJxR-pwd2RycgOCmv6VnmqnFnojhGdEjkhtHqK80I1ZatyWGsh5K1DPZHxGqZlJqD3v5w-MojJFM80uZLjPqhR2buWv09AARclvlHqojlZufBI3xW6q-AWK84h6BItkdP-efXfRRq_EM87YrVUyZyGRIWreHFvqMd-bfQRLxkzl8mpIWP8wRIQ_M7NBiJqzXdA_fnzGpeSSBoUIndY5TKaNblGhrViJVXIbEZ3oDc",
|
2935
|
+
"width" : 2448
|
2936
|
+
},
|
2937
|
+
{
|
2938
|
+
"height" : 1536,
|
2939
|
+
"html_attributions" : [
|
2940
|
+
"\u003ca href=\"https://plus.google.com/111063240426775488377\"\u003eMichael Nienaber\u003c/a\u003e"
|
2941
|
+
],
|
2942
|
+
"photo_reference" : "CoQBdQAAAKCkD5l4u24eYnhSfnpKBW231eF6ixQLa6lrsS6GbzXu5Y_kFjwgT0Tjcv-iCLqmaGmW6Sq-qECK1We4M11elmxj4Ks1s8WE1mr1GySQl7JKdmS3Ds9e2CwI-qgLOJMi1PYCxMudrsVAW5PIMZ80r9AyFFDucsYPWkC3nLruLc-eEhDRS31sE7ECPvX6_YioaoFwGhTSs1nnd8rzbNAmKLTPa9xIBEcIzg",
|
2943
|
+
"width" : 2048
|
2944
|
+
},
|
2945
|
+
{
|
2946
|
+
"height" : 486,
|
2947
|
+
"html_attributions" : [
|
2948
|
+
"\u003ca href=\"https://plus.google.com/105850346606847400426\"\u003eBrandon Grimshaw\u003c/a\u003e"
|
2949
|
+
],
|
2950
|
+
"photo_reference" : "CnRtAAAAvJdDqB8n2qra-4wyMUtQAEHRDH2xFDPl1_Sjj4YiNF1syRKVZVGe1wIb-s0YdyTPZaPDHu149umyhIuZ7jsUTE0Qw8FvPt_6APM1OJY-h0EMMM_4TrPCJb1vhFZkxUgqzr-COpT_rhNxib-2aS98ehIQQUVCmRo-3wLLKG3GHaXG7xoUfyu79bOWhwnJUa1Dy3EmSk6-VdU",
|
2951
|
+
"width" : 648
|
2952
|
+
},
|
2953
|
+
{
|
2954
|
+
"height" : 480,
|
2955
|
+
"html_attributions" : [
|
2956
|
+
"\u003ca href=\"https://plus.google.com/111157746837259488919\"\u003eTim Lacey\u003c/a\u003e"
|
2957
|
+
],
|
2958
|
+
"photo_reference" : "CnRtAAAA28K2A4v78eL6mS_SsYHCz2GeCxBEhE69S5psG8_5roC8kgeI_nJbafLB_nQ1HetY0HkPp8ZxFy5SF4t7sNo4PzRnHdutWhKf7tFIlTkL5P6Fm6Xin410-KX5dQWXpWdxTpVG03jHUEsxU-MWFlh9GRIQsR_QQM0m8h4Znh_ot8R2HBoUyOljDhXOBQgyzSSe6UOsXGJ8UkI",
|
2959
|
+
"width" : 640
|
2960
|
+
},
|
2961
|
+
{
|
2962
|
+
"height" : 2322,
|
2963
|
+
"html_attributions" : [
|
2964
|
+
"\u003ca href=\"https://plus.google.com/107252953636064841537\"\u003eWilliam Stewart\u003c/a\u003e"
|
2965
|
+
],
|
2966
|
+
"photo_reference" : "CoQBcQAAAGqXL-lt5Qqy19VUlD7i82gpgoTNWvyG_m90bR0aoHCHhZ3mmyrhwwByS52FVMTpesZ4gQE00Oa441KYy7MfoaUe91dKNiXndkx2ckKUPPVy6x9tJnV5samCtmjjru-x80rfyzqe5yJ3nQjYaeQrAH7jDpf4Gt3MKeRX-Uo2n3lUEhB6tr9deQ6hGO5hYkzaj6HzGhQCbbvRKhGCqvZxhes0mZ53vtMszQ",
|
2967
|
+
"width" : 4128
|
2968
|
+
}
|
2969
|
+
],
|
2970
|
+
"place_id" : "ChIJN1t_tDeuEmsRUsoyG83frY4",
|
2971
|
+
"rating" : 4.4,
|
2972
|
+
"reference" : "CmRgAAAAvizbZKpPuqu6oyhXP72RaTM10OX67b1GUNeZifTFdi8KpebAx6eMzddbm2D6tplQ46sa3o6AvjauSLgj9Tz4plt7jltoS_z3-HVYtOwPEuuPSUdbjon-WOButhSuq0WOEhAnLXliAyD6O64kh3yRLA-ZGhS50NLSxuVS-R1JIbjNYA0MINF63Q",
|
2973
|
+
"reviews" : [
|
2974
|
+
{
|
2975
|
+
"aspects" : [
|
2976
|
+
{
|
2977
|
+
"rating" : 3,
|
2978
|
+
"type" : "overall"
|
2979
|
+
}
|
2980
|
+
],
|
2981
|
+
"author_name" : "Rob Mulally",
|
2982
|
+
"author_url" : "https://plus.google.com/100839435712919930388",
|
2983
|
+
"language" : "en",
|
2984
|
+
"rating" : 5,
|
2985
|
+
"text" : "What can I say, what a great building, cool offices and friendly staff!\nonly had a quick tour but there isn't much missing from this world class modern office.\n\nIf your staff who work here I hope you take advantage of all that it offers , because as a visitor it was a very impressive setup. \n\nThe thing that stood out besides the collaborative area's and beds for resting, was the food availability.\n\nImpressed. 5 Stars.\n",
|
2986
|
+
"time" : 1408284830
|
2987
|
+
},
|
2988
|
+
{
|
2989
|
+
"aspects" : [
|
2990
|
+
{
|
2991
|
+
"rating" : 3,
|
2992
|
+
"type" : "overall"
|
2993
|
+
}
|
2994
|
+
],
|
2995
|
+
"author_name" : "Weekendfoodescapes By Lisa",
|
2996
|
+
"author_url" : "https://plus.google.com/117361942259652825017",
|
2997
|
+
"language" : "en",
|
2998
|
+
"rating" : 5,
|
2999
|
+
"text" : "I was invited to a City Experts event hosted by Google called \"Sampling Sydney\". The event encouraged Sydney Syders to review restaurants, venues and other places in Sydney on google. The event was attended by about 200 people and was a great opportunity to meet new people.\n\nI snacked on canapes which included salmon, little burgers, blood pudding and prosciutto. I downed Sydney Cider and a few sneak cocktails while participating in some of the events that evening. It was a very well organised event.\n\nThe activities included human bingo whereby you had to find someone who for example had eaten at Gelato Messina or who had the same shoe size as you. Cornersmith was also hosting a session whereby you could make preserved lemons. I tasted some of their tasty dips as well. The mustard was really nice.\n\nThere was also an opportunity to review some of your favourite places in Sydney at the chrome book table and also there was a massive map where you could post up your favourite places in Sydney. I went for a local in West Ryde in Tatsuya! Represent.\n\nI'm looking forward to more City Experts events! Start reviewing Sydney!\n\nI've got a few photos on my blog at Weekendfoodescapes By Lisa",
|
3000
|
+
"time" : 1406437838
|
3001
|
+
},
|
3002
|
+
{
|
3003
|
+
"aspects" : [
|
3004
|
+
{
|
3005
|
+
"rating" : 2,
|
3006
|
+
"type" : "overall"
|
3007
|
+
}
|
3008
|
+
],
|
3009
|
+
"author_name" : "Seffy Clarke",
|
3010
|
+
"author_url" : "https://plus.google.com/100621261653378019391",
|
3011
|
+
"language" : "en",
|
3012
|
+
"rating" : 4,
|
3013
|
+
"text" : "Thanks google for sorting out the TV app issue. I worked with the online forums but Sydney weighed in. Took a while but all sorted now. Love the Google. ",
|
3014
|
+
"time" : 1408141562
|
3015
|
+
},
|
3016
|
+
{
|
3017
|
+
"aspects" : [
|
3018
|
+
{
|
3019
|
+
"rating" : 3,
|
3020
|
+
"type" : "overall"
|
3021
|
+
}
|
3022
|
+
],
|
3023
|
+
"author_name" : "Joanne Phua",
|
3024
|
+
"author_url" : "https://plus.google.com/107216452227312894463",
|
3025
|
+
"language" : "en",
|
3026
|
+
"rating" : 5,
|
3027
|
+
"text" : "One of the best environments - I know someone who works there and he brought me around for a tour. Amazing, colourful cushions in the presentation rooms and a kitchen for staffs! To call it a dreamland is an understatement. ",
|
3028
|
+
"time" : 1399972577
|
3029
|
+
},
|
3030
|
+
{
|
3031
|
+
"aspects" : [
|
3032
|
+
{
|
3033
|
+
"rating" : 2,
|
3034
|
+
"type" : "overall"
|
3035
|
+
}
|
3036
|
+
],
|
3037
|
+
"author_name" : "Robert Limb",
|
3038
|
+
"author_url" : "https://plus.google.com/100789161914871728582",
|
3039
|
+
"language" : "en",
|
3040
|
+
"rating" : 4,
|
3041
|
+
"text" : "There is a new Railway Station located at Seaford Meadows in South Australia. It is located on a triangular piece of landed bounded by Seaford Road and Dungey Road Seaford Meadows. \nThere are over 500 car parks. It was officially opened for business on 23 February 2014. It is not shown at all as available on Google Maps under the heading \"Get Directions\" I have tried in vain to have this situation rectified without any luck. There is also a new Railway Station located at Seaford as an interchange, (On the same line) ..... that is shown ok on the maps.\n\nThanks ",
|
3042
|
+
"time" : 1394693578
|
3043
|
+
}
|
3044
|
+
],
|
3045
|
+
"scope" : "GOOGLE",
|
3046
|
+
"types" : [ "establishment" ],
|
3047
|
+
"url" : "https://plus.google.com/111840715355681175070/about?hl=en-US",
|
3048
|
+
"user_ratings_total" : 75,
|
3049
|
+
"utc_offset" : 660,
|
3050
|
+
"vicinity" : "Level 5, 48 Pirrama Rd, Pyrmont",
|
3051
|
+
"website" : "http://www.google.com.au/about/careers/locations/sydney/"
|
3052
|
+
},
|
3053
|
+
"status" : "OK"
|
3054
|
+
}
|
3055
|
+
http_version:
|
3056
|
+
recorded_at: Tue, 14 Oct 2014 21:09:12 GMT
|
1687
3057
|
recorded_with: VCR 2.9.2
|