geocoder 1.2.7 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of geocoder might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -1
- data/README.md +31 -28
- data/examples/reverse_geocode_job.rb +40 -0
- data/lib/geocoder.rb +1 -0
- data/lib/geocoder/configuration.rb +5 -1
- data/lib/geocoder/exceptions.rb +3 -0
- data/lib/geocoder/ip_address.rb +2 -10
- data/lib/geocoder/logger.rb +55 -0
- data/lib/geocoder/lookup.rb +2 -1
- data/lib/geocoder/lookups/baidu.rb +5 -5
- data/lib/geocoder/lookups/baidu_ip.rb +5 -5
- data/lib/geocoder/lookups/base.rb +21 -16
- data/lib/geocoder/lookups/bing.rb +15 -2
- data/lib/geocoder/lookups/esri.rb +1 -1
- data/lib/geocoder/lookups/geocoder_ca.rb +1 -2
- data/lib/geocoder/lookups/geocodio.rb +3 -3
- data/lib/geocoder/lookups/google.rb +3 -3
- data/lib/geocoder/lookups/google_places_details.rb +3 -3
- data/lib/geocoder/lookups/mapquest.rb +3 -3
- data/lib/geocoder/lookups/maxmind.rb +1 -1
- data/lib/geocoder/lookups/maxmind_geoip2.rb +69 -0
- data/lib/geocoder/lookups/nominatim.rb +1 -1
- data/lib/geocoder/lookups/opencagedata.rb +4 -4
- data/lib/geocoder/lookups/pointpin.rb +4 -4
- data/lib/geocoder/lookups/postcode_anywhere_uk.rb +3 -3
- data/lib/geocoder/lookups/yahoo.rb +3 -3
- data/lib/geocoder/lookups/yandex.rb +3 -3
- data/lib/geocoder/query.rb +1 -1
- data/lib/geocoder/request.rb +70 -12
- data/lib/geocoder/results/geoip2.rb +8 -14
- data/lib/geocoder/results/maxmind_geoip2.rb +9 -0
- data/lib/geocoder/results/yandex.rb +5 -5
- data/lib/geocoder/version.rb +1 -1
- metadata +6 -147
- data/.gitignore +0 -6
- data/.travis.yml +0 -32
- data/Rakefile +0 -25
- data/examples/sidekiq_worker.rb +0 -16
- data/gemfiles/Gemfile.mongoid-2.4.x +0 -16
- data/test/fixtures/baidu_invalid_key +0 -1
- data/test/fixtures/baidu_ip_202_198_16_3 +0 -19
- data/test/fixtures/baidu_ip_invalid_key +0 -1
- data/test/fixtures/baidu_ip_no_results +0 -1
- data/test/fixtures/baidu_no_results +0 -1
- data/test/fixtures/baidu_reverse +0 -1
- data/test/fixtures/baidu_shanghai_pearl_tower +0 -12
- data/test/fixtures/bing_invalid_key +0 -1
- data/test/fixtures/bing_madison_square_garden +0 -40
- data/test/fixtures/bing_no_results +0 -16
- data/test/fixtures/bing_reverse +0 -42
- data/test/fixtures/cloudmade_invalid_key +0 -1
- data/test/fixtures/cloudmade_madison_square_garden +0 -1
- data/test/fixtures/cloudmade_no_results +0 -1
- data/test/fixtures/esri_madison_square_garden +0 -59
- data/test/fixtures/esri_no_results +0 -8
- data/test/fixtures/esri_reverse +0 -21
- data/test/fixtures/freegeoip_74_200_247_59 +0 -12
- data/test/fixtures/freegeoip_no_results +0 -1
- data/test/fixtures/geocoder_ca_madison_square_garden +0 -1
- data/test/fixtures/geocoder_ca_no_results +0 -1
- data/test/fixtures/geocoder_ca_reverse +0 -34
- data/test/fixtures/geocoder_us_madison_square_garden +0 -1
- data/test/fixtures/geocoder_us_no_results +0 -1
- data/test/fixtures/geocodio_1101_pennsylvania_ave +0 -1
- data/test/fixtures/geocodio_bad_api_key +0 -3
- data/test/fixtures/geocodio_invalid +0 -4
- data/test/fixtures/geocodio_no_results +0 -1
- data/test/fixtures/geocodio_over_query_limit +0 -4
- data/test/fixtures/google_garbage +0 -456
- data/test/fixtures/google_madison_square_garden +0 -57
- data/test/fixtures/google_no_city_data +0 -44
- data/test/fixtures/google_no_locality +0 -51
- data/test/fixtures/google_no_results +0 -4
- data/test/fixtures/google_over_limit +0 -4
- data/test/fixtures/google_places_details_invalid_request +0 -4
- data/test/fixtures/google_places_details_madison_square_garden +0 -120
- data/test/fixtures/google_places_details_no_results +0 -4
- data/test/fixtures/google_places_details_no_reviews +0 -60
- data/test/fixtures/google_places_details_no_types +0 -66
- data/test/fixtures/here_madison_square_garden +0 -72
- data/test/fixtures/here_no_results +0 -8
- data/test/fixtures/mapquest_error +0 -16
- data/test/fixtures/mapquest_invalid_api_key +0 -16
- data/test/fixtures/mapquest_invalid_request +0 -16
- data/test/fixtures/mapquest_madison_square_garden +0 -52
- data/test/fixtures/mapquest_no_results +0 -16
- data/test/fixtures/maxmind_24_24_24_21 +0 -1
- data/test/fixtures/maxmind_24_24_24_22 +0 -1
- data/test/fixtures/maxmind_24_24_24_23 +0 -1
- data/test/fixtures/maxmind_24_24_24_24 +0 -1
- data/test/fixtures/maxmind_74_200_247_59 +0 -1
- data/test/fixtures/maxmind_invalid_key +0 -1
- data/test/fixtures/maxmind_no_results +0 -1
- data/test/fixtures/nominatim_madison_square_garden +0 -150
- data/test/fixtures/nominatim_no_results +0 -1
- data/test/fixtures/nominatim_over_limit +0 -1
- data/test/fixtures/okf_kirstinmaki +0 -67
- data/test/fixtures/okf_no_results +0 -4
- data/test/fixtures/opencagedata_invalid_api_key +0 -25
- data/test/fixtures/opencagedata_invalid_request +0 -26
- data/test/fixtures/opencagedata_madison_square_garden +0 -73
- data/test/fixtures/opencagedata_no_results +0 -29
- data/test/fixtures/opencagedata_over_limit +0 -31
- data/test/fixtures/ovi_madison_square_garden +0 -72
- data/test/fixtures/ovi_no_results +0 -8
- data/test/fixtures/pointpin_10_10_10_10 +0 -1
- data/test/fixtures/pointpin_555_555_555_555 +0 -1
- data/test/fixtures/pointpin_80_111_555_555 +0 -1
- data/test/fixtures/pointpin_no_results +0 -1
- data/test/fixtures/postcode_anywhere_uk_geocode_v2_00_WR26NJ +0 -1
- data/test/fixtures/postcode_anywhere_uk_geocode_v2_00_generic_error +0 -1
- data/test/fixtures/postcode_anywhere_uk_geocode_v2_00_hampshire +0 -1
- data/test/fixtures/postcode_anywhere_uk_geocode_v2_00_key_limit_exceeded +0 -1
- data/test/fixtures/postcode_anywhere_uk_geocode_v2_00_no_results +0 -1
- data/test/fixtures/postcode_anywhere_uk_geocode_v2_00_romsey +0 -1
- data/test/fixtures/postcode_anywhere_uk_geocode_v2_00_unknown_key +0 -1
- data/test/fixtures/smarty_streets_11211 +0 -1
- data/test/fixtures/smarty_streets_madison_square_garden +0 -47
- data/test/fixtures/smarty_streets_no_results +0 -1
- data/test/fixtures/telize_10_10_10_10 +0 -1
- data/test/fixtures/telize_555_555_555_555 +0 -4
- data/test/fixtures/telize_74_200_247_59 +0 -1
- data/test/fixtures/telize_no_results +0 -1
- data/test/fixtures/yahoo_error +0 -1
- data/test/fixtures/yahoo_invalid_key +0 -2
- data/test/fixtures/yahoo_madison_square_garden +0 -52
- data/test/fixtures/yahoo_no_results +0 -10
- data/test/fixtures/yahoo_over_limit +0 -2
- data/test/fixtures/yandex_canada_rue_dupuis_14 +0 -446
- data/test/fixtures/yandex_invalid_key +0 -1
- data/test/fixtures/yandex_kremlin +0 -48
- data/test/fixtures/yandex_new_york +0 -1
- data/test/fixtures/yandex_no_administrative_area +0 -53
- data/test/fixtures/yandex_no_city_and_town +0 -112
- data/test/fixtures/yandex_no_results +0 -16
- data/test/integration/http_client_test.rb +0 -31
- data/test/mongoid_test_helper.rb +0 -43
- data/test/test_helper.rb +0 -423
- data/test/unit/active_record_test.rb +0 -16
- data/test/unit/cache_test.rb +0 -37
- data/test/unit/calculations_test.rb +0 -220
- data/test/unit/configuration_test.rb +0 -55
- data/test/unit/error_handling_test.rb +0 -79
- data/test/unit/geocoder_test.rb +0 -78
- data/test/unit/https_test.rb +0 -17
- data/test/unit/ip_address_test.rb +0 -27
- data/test/unit/lookup_test.rb +0 -153
- data/test/unit/lookups/bing_test.rb +0 -68
- data/test/unit/lookups/dstk_test.rb +0 -26
- data/test/unit/lookups/esri_test.rb +0 -48
- data/test/unit/lookups/freegeoip_test.rb +0 -27
- data/test/unit/lookups/geocoder_ca_test.rb +0 -17
- data/test/unit/lookups/geocodio_test.rb +0 -56
- data/test/unit/lookups/geoip2_test.rb +0 -27
- data/test/unit/lookups/google_places_details_test.rb +0 -122
- data/test/unit/lookups/google_premier_test.rb +0 -22
- data/test/unit/lookups/google_test.rb +0 -84
- data/test/unit/lookups/mapquest_test.rb +0 -60
- data/test/unit/lookups/maxmind_local_test.rb +0 -28
- data/test/unit/lookups/maxmind_test.rb +0 -63
- data/test/unit/lookups/nominatim_test.rb +0 -31
- data/test/unit/lookups/okf_test.rb +0 -38
- data/test/unit/lookups/opencagedata_test.rb +0 -64
- data/test/unit/lookups/pointpin_test.rb +0 -30
- data/test/unit/lookups/postcode_anywhere_uk_test.rb +0 -70
- data/test/unit/lookups/smarty_streets_test.rb +0 -71
- data/test/unit/lookups/telize_test.rb +0 -36
- data/test/unit/lookups/yahoo_test.rb +0 -35
- data/test/unit/method_aliases_test.rb +0 -26
- data/test/unit/model_test.rb +0 -38
- data/test/unit/mongoid_test.rb +0 -47
- data/test/unit/near_test.rb +0 -87
- data/test/unit/oauth_util_test.rb +0 -31
- data/test/unit/proxy_test.rb +0 -37
- data/test/unit/query_test.rb +0 -52
- data/test/unit/rake_task_test.rb +0 -21
- data/test/unit/request_test.rb +0 -35
- data/test/unit/result_test.rb +0 -81
- data/test/unit/test_mode_test.rb +0 -70
@@ -1,57 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"status": "OK",
|
3
|
-
"results": [ {
|
4
|
-
"types": [ "street_address" ],
|
5
|
-
"formatted_address": "4 Penn Plaza, New York, NY 10001, USA",
|
6
|
-
"address_components": [ {
|
7
|
-
"long_name": "4",
|
8
|
-
"short_name": "4",
|
9
|
-
"types": [ "street_number" ]
|
10
|
-
}, {
|
11
|
-
"long_name": "Penn Plaza",
|
12
|
-
"short_name": "Penn Plaza",
|
13
|
-
"types": [ "route" ]
|
14
|
-
}, {
|
15
|
-
"long_name": "Manhattan",
|
16
|
-
"short_name": "Manhattan",
|
17
|
-
"types": [ "sublocality", "political" ]
|
18
|
-
}, {
|
19
|
-
"long_name": "New York",
|
20
|
-
"short_name": "New York",
|
21
|
-
"types": [ "locality", "political" ]
|
22
|
-
}, {
|
23
|
-
"long_name": "New York",
|
24
|
-
"short_name": "New York",
|
25
|
-
"types": [ "administrative_area_level_2", "political" ]
|
26
|
-
}, {
|
27
|
-
"long_name": "New York",
|
28
|
-
"short_name": "NY",
|
29
|
-
"types": [ "administrative_area_level_1", "political" ]
|
30
|
-
}, {
|
31
|
-
"long_name": "United States",
|
32
|
-
"short_name": "US",
|
33
|
-
"types": [ "country", "political" ]
|
34
|
-
}, {
|
35
|
-
"long_name": "10001",
|
36
|
-
"short_name": "10001",
|
37
|
-
"types": [ "postal_code" ]
|
38
|
-
} ],
|
39
|
-
"geometry": {
|
40
|
-
"location": {
|
41
|
-
"lat": 40.7503540,
|
42
|
-
"lng": -73.9933710
|
43
|
-
},
|
44
|
-
"location_type": "ROOFTOP",
|
45
|
-
"viewport": {
|
46
|
-
"southwest": {
|
47
|
-
"lat": 40.7473324,
|
48
|
-
"lng": -73.9965316
|
49
|
-
},
|
50
|
-
"northeast": {
|
51
|
-
"lat": 40.7536276,
|
52
|
-
"lng": -73.9902364
|
53
|
-
}
|
54
|
-
}
|
55
|
-
}
|
56
|
-
} ]
|
57
|
-
}
|
@@ -1,44 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"status": "OK",
|
3
|
-
"results": [ {
|
4
|
-
"types": [ "postal_code" ],
|
5
|
-
"formatted_address": "55100, Turkey",
|
6
|
-
"address_components": [{
|
7
|
-
"long_name": "55100",
|
8
|
-
"short_name": "55100",
|
9
|
-
"types": ["postal_code"]
|
10
|
-
},
|
11
|
-
{
|
12
|
-
"long_name": "Turkey",
|
13
|
-
"short_name": "TR",
|
14
|
-
"types": ["country", "political"]
|
15
|
-
}],
|
16
|
-
"geometry": {
|
17
|
-
"location": {
|
18
|
-
"lat": 41.3112221,
|
19
|
-
"lng": 36.3322118
|
20
|
-
},
|
21
|
-
"location_type": "APPROXIMATE",
|
22
|
-
"viewport": {
|
23
|
-
"southwest": {
|
24
|
-
"lat": 41.2933411,
|
25
|
-
"lng": 36.3066331
|
26
|
-
},
|
27
|
-
"northeast": {
|
28
|
-
"lat": 41.3291031,
|
29
|
-
"lng": 36.3577906
|
30
|
-
}
|
31
|
-
},
|
32
|
-
"bounds": {
|
33
|
-
"southwest": {
|
34
|
-
"lat": 41.2933411,
|
35
|
-
"lng": 36.3066331
|
36
|
-
},
|
37
|
-
"northeast": {
|
38
|
-
"lat": 41.3291031,
|
39
|
-
"lng": 36.3577906
|
40
|
-
}
|
41
|
-
}
|
42
|
-
}
|
43
|
-
} ]
|
44
|
-
}
|
@@ -1,51 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"status": "OK",
|
3
|
-
"results": [ {
|
4
|
-
"types": [ "route" ],
|
5
|
-
"formatted_address": "Al Ahram, Haram, Giza, Egypt",
|
6
|
-
"address_components": [ {
|
7
|
-
"long_name": "Al Ahram",
|
8
|
-
"short_name": "Al Ahram",
|
9
|
-
"types": [ "route" ]
|
10
|
-
}, {
|
11
|
-
"long_name": "Haram",
|
12
|
-
"short_name": "Haram",
|
13
|
-
"types": [ "administrative_area_level_2", "political" ]
|
14
|
-
}, {
|
15
|
-
"long_name": "Al Jizah",
|
16
|
-
"short_name": "Al Jizah",
|
17
|
-
"types": [ "administrative_area_level_1", "political" ]
|
18
|
-
}, {
|
19
|
-
"long_name": "Egypt",
|
20
|
-
"short_name": "EG",
|
21
|
-
"types": [ "country", "political" ]
|
22
|
-
} ],
|
23
|
-
"geometry": {
|
24
|
-
"location": {
|
25
|
-
"lat": 29.9803527,
|
26
|
-
"lng": 31.1330307
|
27
|
-
},
|
28
|
-
"location_type": "APPROXIMATE",
|
29
|
-
"viewport": {
|
30
|
-
"southwest": {
|
31
|
-
"lat": 29.9768276,
|
32
|
-
"lng": 31.1302189
|
33
|
-
},
|
34
|
-
"northeast": {
|
35
|
-
"lat": 29.9831228,
|
36
|
-
"lng": 31.1365141
|
37
|
-
}
|
38
|
-
},
|
39
|
-
"bounds": {
|
40
|
-
"southwest": {
|
41
|
-
"lat": 29.9775337,
|
42
|
-
"lng": 31.1327483
|
43
|
-
},
|
44
|
-
"northeast": {
|
45
|
-
"lat": 29.9824167,
|
46
|
-
"lng": 31.1339847
|
47
|
-
}
|
48
|
-
}
|
49
|
-
}
|
50
|
-
} ]
|
51
|
-
}
|
@@ -1,120 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"html_attributions" : [],
|
3
|
-
"result" : {
|
4
|
-
"address_components" : [
|
5
|
-
{
|
6
|
-
"long_name" : "4",
|
7
|
-
"short_name" : "4",
|
8
|
-
"types" : [ "street_number" ]
|
9
|
-
},
|
10
|
-
{
|
11
|
-
"long_name" : "Pennsylvania Plaza",
|
12
|
-
"short_name" : "Pennsylvania Plaza",
|
13
|
-
"types" : [ "route" ]
|
14
|
-
},
|
15
|
-
{
|
16
|
-
"long_name" : "Chelsea",
|
17
|
-
"short_name" : "Chelsea",
|
18
|
-
"types" : [ "neighborhood", "political" ]
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"long_name" : "Manhattan",
|
22
|
-
"short_name" : "Manhattan",
|
23
|
-
"types" : [ "sublocality_level_1", "sublocality", "political" ]
|
24
|
-
},
|
25
|
-
{
|
26
|
-
"long_name" : "New York",
|
27
|
-
"short_name" : "New York",
|
28
|
-
"types" : [ "locality", "political" ]
|
29
|
-
},
|
30
|
-
{
|
31
|
-
"long_name" : "New York County",
|
32
|
-
"short_name" : "New York County",
|
33
|
-
"types" : [ "administrative_area_level_2", "political" ]
|
34
|
-
},
|
35
|
-
{
|
36
|
-
"long_name" : "NY",
|
37
|
-
"short_name" : "NY",
|
38
|
-
"types" : [ "administrative_area_level_1", "political" ]
|
39
|
-
},
|
40
|
-
{
|
41
|
-
"long_name" : "United States",
|
42
|
-
"short_name" : "US",
|
43
|
-
"types" : [ "country", "political" ]
|
44
|
-
},
|
45
|
-
{
|
46
|
-
"long_name" : "10001",
|
47
|
-
"short_name" : "10001",
|
48
|
-
"types" : [ "postal_code" ]
|
49
|
-
}
|
50
|
-
],
|
51
|
-
"adr_address" : "\u003cspan class=\"street-address\"\u003e4 Pennsylvania Plaza\u003c/span\u003e, \u003cspan class=\"locality\"\u003eNew York\u003c/span\u003e, \u003cspan class=\"region\"\u003eNY\u003c/span\u003e \u003cspan class=\"postal-code\"\u003e10001\u003c/span\u003e, \u003cspan class=\"country-name\"\u003eUnited States\u003c/span\u003e",
|
52
|
-
"formatted_address" : "4 Pennsylvania Plaza, New York, NY, United States",
|
53
|
-
"formatted_phone_number" : "(212) 465-6741",
|
54
|
-
"geometry" : {
|
55
|
-
"location" : {
|
56
|
-
"lat" : 40.750504,
|
57
|
-
"lng" : -73.993439
|
58
|
-
}
|
59
|
-
},
|
60
|
-
"icon" : "http://maps.gstatic.com/mapfiles/place_api/icons/stadium-71.png",
|
61
|
-
"id" : "55e3174d410b31da010030a7dfc0c9819027445a",
|
62
|
-
"international_phone_number" : "+1 212-465-6741",
|
63
|
-
"name" : "Madison Square Garden",
|
64
|
-
"photos" : [
|
65
|
-
{
|
66
|
-
"height" : 267,
|
67
|
-
"html_attributions" : [ "Someone" ],
|
68
|
-
"photo_reference" : "CnRoAAAAB1lz_vOkA1Ffaf7vJ1xcjzVsII-873Z_f8_v3EyW4XbEvlR3VkW_HvNfwF6AwDA0U-ont7fIUqEMyDcovCTWN8RSYN3ibEhqgJPvXxBjeYVi0cc-t-3KfkB_LpV7chPAqhOsdMG56kyzTKIo4lISHxIQqru7QXV6xU11jLaLpi4FNRoUhutg9aq027NghW1d-o9GGE8N3yM",
|
69
|
-
"width" : 400
|
70
|
-
},
|
71
|
-
{
|
72
|
-
"height" : 732,
|
73
|
-
"html_attributions" : [ "Someone else" ],
|
74
|
-
"photo_reference" : "CoQBfwAAADbYj554hM1BgVbBOs6rDjO9UtQ63ecU1P8tI3PfaHame3MB4ipgcNRlv9N2iUa-tXoMq9iXAaDStWgCJ3f48WIuIRbz-Xv-HzSJ0hMCrFiZMRs7kLgaBO7eDJwioTySWcoyAwojretq4mZKF_AcRSUhkqOokBhOstmshWWpSAyyEhAdpL2yp42xDNq2YRiFrx4DGhRZIdt7mochSwZcgSdjESea27Qy9Q",
|
75
|
-
"width" : 929
|
76
|
-
}
|
77
|
-
],
|
78
|
-
"place_id" : "ChIJhRwB-yFawokR5Phil-QQ3zM",
|
79
|
-
"rating" : 4.4,
|
80
|
-
"reference" : "CnRuAAAArSB-mFxXRjm0ERZIC4c_1gbXwxqmyxUrxws_PQUrz9Y3xZstEwm7_8dLw7zM8hV3vWkPF4RkkZQQ_X01ikDALx2VgV60YwiSX7k3TXxkWnzyFcX0fnHCQLerlYttk_usL7UALQQgMeuf25_eFx3SnhIQxN95Ek3bQVuLVM16yb99ehoU7djcL3cjllohLZ6oJ6X3Tzb9MJQ",
|
81
|
-
"reviews" : [
|
82
|
-
{
|
83
|
-
"aspects" : [
|
84
|
-
{
|
85
|
-
"rating" : 5,
|
86
|
-
"type" : "overall"
|
87
|
-
}
|
88
|
-
],
|
89
|
-
"author_name" : "John Smith",
|
90
|
-
"author_url" : "https://plus.google.com/john.smith",
|
91
|
-
"language" : "en",
|
92
|
-
"rating" : 5,
|
93
|
-
"text" : "It's nice.",
|
94
|
-
"time" : 1407266916
|
95
|
-
},
|
96
|
-
{
|
97
|
-
"aspects" : [
|
98
|
-
{
|
99
|
-
"rating" : 2,
|
100
|
-
"type" : "overall"
|
101
|
-
}
|
102
|
-
],
|
103
|
-
"author_name" : "Jane Smith",
|
104
|
-
"author_url" : "https://plus.google.com/jane.smith",
|
105
|
-
"language" : "en",
|
106
|
-
"rating" : 2,
|
107
|
-
"text" : "Not so nice.",
|
108
|
-
"time" : 1398779079
|
109
|
-
}
|
110
|
-
],
|
111
|
-
"scope" : "GOOGLE",
|
112
|
-
"types" : [ "stadium", "establishment" ],
|
113
|
-
"url" : "https://plus.google.com/112180896421099179463/about?hl=en-US",
|
114
|
-
"user_ratings_total" : 382,
|
115
|
-
"utc_offset" : -240,
|
116
|
-
"vicinity" : "4 Pennsylvania Plaza, New York",
|
117
|
-
"website" : "http://www.thegarden.com/"
|
118
|
-
},
|
119
|
-
"status" : "OK"
|
120
|
-
}
|
@@ -1,60 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"html_attributions" : [],
|
3
|
-
"result" : {
|
4
|
-
"address_components" : [
|
5
|
-
{
|
6
|
-
"long_name" : "25",
|
7
|
-
"short_name" : "25",
|
8
|
-
"types" : [ "street_number" ]
|
9
|
-
},
|
10
|
-
{
|
11
|
-
"long_name" : "Oranienstraße",
|
12
|
-
"short_name" : "Oranienstraße",
|
13
|
-
"types" : [ "route" ]
|
14
|
-
},
|
15
|
-
{
|
16
|
-
"long_name" : "Friedrichshain-Kreuzberg",
|
17
|
-
"short_name" : "Friedrichshain-Kreuzberg",
|
18
|
-
"types" : [ "sublocality_level_1", "sublocality", "political" ]
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"long_name" : "Berlin",
|
22
|
-
"short_name" : "Berlin",
|
23
|
-
"types" : [ "locality", "political" ]
|
24
|
-
},
|
25
|
-
{
|
26
|
-
"long_name" : "Berlin",
|
27
|
-
"short_name" : "Berlin",
|
28
|
-
"types" : [ "administrative_area_level_1", "political" ]
|
29
|
-
},
|
30
|
-
{
|
31
|
-
"long_name" : "Germany",
|
32
|
-
"short_name" : "DE",
|
33
|
-
"types" : [ "country", "political" ]
|
34
|
-
},
|
35
|
-
{
|
36
|
-
"long_name" : "10999",
|
37
|
-
"short_name" : "10999",
|
38
|
-
"types" : [ "postal_code" ]
|
39
|
-
}
|
40
|
-
],
|
41
|
-
"adr_address" : "\u003cspan class=\"street-address\"\u003eOranienstraße 25\u003c/span\u003e, \u003cspan class=\"postal-code\"\u003e10999\u003c/span\u003e \u003cspan class=\"locality\"\u003eBerlin\u003c/span\u003e, \u003cspan class=\"country-name\"\u003eGermany\u003c/span\u003e",
|
42
|
-
"formatted_address" : "Oranienstraße 25, 10999 Berlin, Germany",
|
43
|
-
"geometry" : {
|
44
|
-
"location" : {
|
45
|
-
"lat" : 52.5010652,
|
46
|
-
"lng" : 13.4206563
|
47
|
-
}
|
48
|
-
},
|
49
|
-
"icon" : "http://maps.gstatic.com/mapfiles/place_api/icons/geocode-71.png",
|
50
|
-
"id" : "b49e917abd41c247425645a6ac3e5a6756ad80f8",
|
51
|
-
"name" : "Oranienstraße 25",
|
52
|
-
"place_id" : "ChIJQ8-HeTROqEcRGdCTErYy5D0",
|
53
|
-
"reference" : "CpQBjAAAAKrbnaAglhQLI6KPs3EbRp1lVh5UkB4xLEyzOmvvGmtpmwD2EAnlokKcx1VU5PvvB7moRGw6lHTlMTScpGL3GTCC_WM2pzDxgeaAtoB-SR4YQ7PRhHkT2eqxACbaP_70Z9Wyb2J31tG66xBrYASAuBzXgEXYaFpo8dhRBY4xMTfexvMziw6rHs01SxLhCFh-uBIQBQcGVz70_HtaG_g6ZZ5omhoUdIDDSVApRiVoIh61NiCzStYa-x0",
|
54
|
-
"scope" : "GOOGLE",
|
55
|
-
"types" : [ "street_address" ],
|
56
|
-
"url" : "https://maps.google.com/maps/place?q=Oranienstra%C3%9Fe+25,+10999+Berlin,+Germany&ftid=0x47a84e347987cf43:0x3de432b61293d019",
|
57
|
-
"vicinity" : "Friedrichshain-Kreuzberg"
|
58
|
-
},
|
59
|
-
"status" : "OK"
|
60
|
-
}
|
@@ -1,66 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"html_attributions" : [],
|
3
|
-
"result" : {
|
4
|
-
"address_components" : [
|
5
|
-
{
|
6
|
-
"long_name" : "6",
|
7
|
-
"short_name" : "6",
|
8
|
-
"types" : [ "street_number" ]
|
9
|
-
},
|
10
|
-
{
|
11
|
-
"long_name" : "Graniczna",
|
12
|
-
"short_name" : "Graniczna",
|
13
|
-
"types" : [ "route" ]
|
14
|
-
},
|
15
|
-
{
|
16
|
-
"long_name" : "Gdynia",
|
17
|
-
"short_name" : "Gdynia",
|
18
|
-
"types" : [ "locality", "political" ]
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"long_name" : "Gdynia",
|
22
|
-
"short_name" : "Gdynia",
|
23
|
-
"types" : [ "administrative_area_level_3", "political" ]
|
24
|
-
},
|
25
|
-
{
|
26
|
-
"long_name" : "Gdynia",
|
27
|
-
"short_name" : "Gdynia",
|
28
|
-
"types" : [ "administrative_area_level_2", "political" ]
|
29
|
-
},
|
30
|
-
{
|
31
|
-
"long_name" : "Pomeranian Voivodeship",
|
32
|
-
"short_name" : "Pomeranian Voivodeship",
|
33
|
-
"types" : [ "administrative_area_level_1", "political" ]
|
34
|
-
},
|
35
|
-
{
|
36
|
-
"long_name" : "Poland",
|
37
|
-
"short_name" : "PL",
|
38
|
-
"types" : [ "country", "political" ]
|
39
|
-
},
|
40
|
-
{
|
41
|
-
"long_name" : "81-626",
|
42
|
-
"short_name" : "81-626",
|
43
|
-
"types" : [ "postal_code" ]
|
44
|
-
}
|
45
|
-
],
|
46
|
-
"adr_address" : "\u003cspan class=\"street-address\"\u003eGraniczna 6\u003c/span\u003e, \u003cspan class=\"postal-code\"\u003e81-626\u003c/span\u003e \u003cspan class=\"locality\"\u003eGdynia\u003c/span\u003e, \u003cspan class=\"country-name\"\u003ePoland\u003c/span\u003e",
|
47
|
-
"formatted_address" : "Graniczna 6, Gdynia, Poland",
|
48
|
-
"formatted_phone_number" : "795 085 050",
|
49
|
-
"geometry" : {
|
50
|
-
"location" : {
|
51
|
-
"lat" : 54.493608,
|
52
|
-
"lng" : 18.508983
|
53
|
-
}
|
54
|
-
},
|
55
|
-
"id" : "aed47c412bce35bb385c86edef64f8f7860b1cf8",
|
56
|
-
"international_phone_number" : "+48 795 085 050",
|
57
|
-
"name" : "Taxi Gdynia",
|
58
|
-
"place_id" : "ChIJgT2H0tig_UYRD9iM2NSOo4Y",
|
59
|
-
"reference" : "CnRlAAAA6bzgakKCXzwjtLBSMLvj0fvv3OSwGp2WsA54VwQELEupFzqtFuUmxMyMSNYt745EukJR0Ui6Ih9WX3AdL--HXjQprE8xHSb_6qQh2eauKWFIoHzIvbMrkjDIcUPxPDMdJc2XkwpOr_EUimZplCy-gBIQb_UHtRVaswAMjdHHtDqzURoU3tGbILe-zhN3oISBAvc3AyoyznE",
|
60
|
-
"scope" : "GOOGLE",
|
61
|
-
"url" : "https://plus.google.com/100174651414421384172/about?hl=en-US",
|
62
|
-
"utc_offset" : 120,
|
63
|
-
"vicinity" : "Graniczna 6, Gdynia"
|
64
|
-
},
|
65
|
-
"status" : "OK"
|
66
|
-
}
|
@@ -1,72 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"Response": {
|
3
|
-
"MetaInfo": {
|
4
|
-
"Timestamp": "2013-02-08T16:26:39.382+0000"
|
5
|
-
},
|
6
|
-
"View": [
|
7
|
-
{
|
8
|
-
"_type": "SearchResultsViewType",
|
9
|
-
"ViewId": 0,
|
10
|
-
"Result": [
|
11
|
-
{
|
12
|
-
"Relevance": 1.0,
|
13
|
-
"MatchLevel": "houseNumber",
|
14
|
-
"MatchQuality": {
|
15
|
-
"State": 1.0,
|
16
|
-
"City": 1.0,
|
17
|
-
"Street": [
|
18
|
-
1.0
|
19
|
-
],
|
20
|
-
"HouseNumber": 1.0
|
21
|
-
},
|
22
|
-
"MatchType": "pointAddress",
|
23
|
-
"Location": {
|
24
|
-
"LocationId": "NT_ArsGdYbpo6dqjPQel9gTID_4",
|
25
|
-
"LocationType": "point",
|
26
|
-
"DisplayPosition": {
|
27
|
-
"Latitude": 40.7504692,
|
28
|
-
"Longitude": -73.9933777
|
29
|
-
},
|
30
|
-
"NavigationPosition": [
|
31
|
-
{
|
32
|
-
"Latitude": 40.7500305,
|
33
|
-
"Longitude": -73.9942398
|
34
|
-
}
|
35
|
-
],
|
36
|
-
"MapView": {
|
37
|
-
"TopLeft": {
|
38
|
-
"Latitude": 40.7515934,
|
39
|
-
"Longitude": -73.9948616
|
40
|
-
},
|
41
|
-
"BottomRight": {
|
42
|
-
"Latitude": 40.7493451,
|
43
|
-
"Longitude": -73.9918938
|
44
|
-
}
|
45
|
-
},
|
46
|
-
"Address": {
|
47
|
-
"Label": "4 Penn Plz, New York, NY 10001, United States",
|
48
|
-
"Country": "USA",
|
49
|
-
"State": "NY",
|
50
|
-
"County": "New York",
|
51
|
-
"City": "New York",
|
52
|
-
"Street": "Penn Plz",
|
53
|
-
"HouseNumber": "4",
|
54
|
-
"PostalCode": "10001",
|
55
|
-
"AdditionalData": [
|
56
|
-
{
|
57
|
-
"value": "United States",
|
58
|
-
"key": "CountryName"
|
59
|
-
},
|
60
|
-
{
|
61
|
-
"value": "New York",
|
62
|
-
"key": "StateName"
|
63
|
-
}
|
64
|
-
]
|
65
|
-
}
|
66
|
-
}
|
67
|
-
}
|
68
|
-
]
|
69
|
-
}
|
70
|
-
]
|
71
|
-
}
|
72
|
-
}
|