forked from Thorium/EventCalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGoogleLocationSampleReply.json
54 lines (54 loc) · 1.52 KB
/
GoogleLocationSampleReply.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"results" : [
{
"address_components" : [
{
"long_name" : "3",
"short_name" : "3",
"types" : [ "street_number" ]
},
{
"long_name" : "Rikhardinkatu",
"short_name" : "Rikhardinkatu",
"types" : [ "route" ]
},
{
"long_name" : "Helsinki",
"short_name" : "Helsinki",
"types" : [ "administrative_area_level_3", "political" ]
},
{
"long_name" : "Suomi",
"short_name" : "FI",
"types" : [ "country", "political" ]
},
{
"long_name" : "00130",
"short_name" : "00130",
"types" : [ "postal_code" ]
}
],
"formatted_address" : "Rikhardinkatu 3, 00130 Helsinki, Suomi",
"geometry" : {
"location" : {
"lat" : 60.16615520000001,
"lng" : 24.94632250
},
"location_type" : "ROOFTOP",
"viewport" : {
"northeast" : {
"lat" : 60.16750418029151,
"lng" : 24.94767148029150
},
"southwest" : {
"lat" : 60.16480621970850,
"lng" : 24.94497351970849
}
}
},
"postcode_localities" : [],
"types" : [ "street_address" ]
}
],
"status" : "OK"
}