Update Locations.ipynb
Compare changes
- dsdesai2 authored
+ 2
− 2
```
```
```
```
```
```
b'{\n "results" : [\n {\n "address_components" : [\n {\n "long_name" : "Silver Spring",\n "short_name" : "Silver Spring",\n "types" : [ "locality", "political" ]\n },\n {\n "long_name" : "13",\n "short_name" : "13",\n "types" : [ "administrative_area_level_3", "political" ]\n },\n {\n "long_name" : "Montgomery County",\n "short_name" : "Montgomery County",\n "types" : [ "administrative_area_level_2", "political" ]\n },\n {\n "long_name" : "Maryland",\n "short_name" : "MD",\n "types" : [ "administrative_area_level_1", "political" ]\n },\n {\n "long_name" : "United States",\n "short_name" : "US",\n "types" : [ "country", "political" ]\n }\n ],\n "formatted_address" : "Silver Spring, MD, USA",\n "geometry" : {\n "bounds" : {\n "northeast" : {\n "lat" : 39.037769,\n "lng" : -76.971717\n },\n "southwest" : {\n "lat" : 38.9796481,\n "lng" : -77.0639719\n }\n },\n "location" : {\n "lat" : 38.99066570000001,\n "lng" : -77.026088\n },\n "location_type" : "APPROXIMATE",\n "viewport" : {\n "northeast" : {\n "lat" : 39.037769,\n "lng" : -76.971717\n },\n "southwest" : {\n "lat" : 38.9796481,\n "lng" : -77.0639719\n }\n }\n },\n "place_id" : "ChIJJ-lqZk7Pt4kR35qyZagzhAA",\n "types" : [ "locality", "political" ]\n }\n ],\n "status" : "OK"\n}\n'
{'results': [{'address_components': [{'long_name': 'Silver Spring', 'short_name': 'Silver Spring', 'types': ['locality', 'political']}, {'long_name': '13', 'short_name': '13', 'types': ['administrative_area_level_3', 'political']}, {'long_name': 'Montgomery County', 'short_name': 'Montgomery County', 'types': ['administrative_area_level_2', 'political']}, {'long_name': 'Maryland', 'short_name': 'MD', 'types': ['administrative_area_level_1', 'political']}, {'long_name': 'United States', 'short_name': 'US', 'types': ['country', 'political']}], 'formatted_address': 'Silver Spring, MD, USA', 'geometry': {'bounds': {'northeast': {'lat': 39.037769, 'lng': -76.971717}, 'southwest': {'lat': 38.9796481, 'lng': -77.0639719}}, 'location': {'lat': 38.99066570000001, 'lng': -77.026088}, 'location_type': 'APPROXIMATE', 'viewport': {'northeast': {'lat': 39.037769, 'lng': -76.971717}, 'southwest': {'lat': 38.9796481, 'lng': -77.0639719}}}, 'place_id': 'ChIJJ-lqZk7Pt4kR35qyZagzhAA', 'types': ['locality', 'political']}], 'status': 'OK'}
[{'address_components': [{'long_name': 'Silver Spring', 'short_name': 'Silver Spring', 'types': ['locality', 'political']}, {'long_name': '13', 'short_name': '13', 'types': ['administrative_area_level_3', 'political']}, {'long_name': 'Montgomery County', 'short_name': 'Montgomery County', 'types': ['administrative_area_level_2', 'political']}, {'long_name': 'Maryland', 'short_name': 'MD', 'types': ['administrative_area_level_1', 'political']}, {'long_name': 'United States', 'short_name': 'US', 'types': ['country', 'political']}], 'formatted_address': 'Silver Spring, MD, USA', 'geometry': {'bounds': {'northeast': {'lat': 39.037769, 'lng': -76.971717}, 'southwest': {'lat': 38.9796481, 'lng': -77.0639719}}, 'location': {'lat': 38.99066570000001, 'lng': -77.026088}, 'location_type': 'APPROXIMATE', 'viewport': {'northeast': {'lat': 39.037769, 'lng': -76.971717}, 'southwest': {'lat': 38.9796481, 'lng': -77.0639719}}}, 'place_id': 'ChIJJ-lqZk7Pt4kR35qyZagzhAA', 'types': ['locality', 'political']}]
```
```