You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
A Python client for [HERE Location Services](https://developer.here.com/documentation#services).
4
6
5
7
## Usage
6
8
**[Geocoding using HERE Geocoding & Search API](https://developer.here.com/documentation/geocoding-search-api/dev_guide/topics/endpoint-geocode-brief.html).**
"<b>Warning:</b> Before running below cells please make sure you have API key. \n",
9
+
" Please see <a href=\"https://github.com/heremaps/here-location-services-python/blob/master/docs/notebooks/README.md\">README.md</a> for more info on API key.\n",
10
+
"</div>"
11
+
]
12
+
},
13
+
{
14
+
"cell_type": "code",
15
+
"execution_count": null,
16
+
"metadata": {},
17
+
"outputs": [],
18
+
"source": [
19
+
"import os\n",
20
+
"os.environ[\"LS_API_KEY\"] = \"MY-API-KEY\" # replace your API key here."
"<b>Warning:</b> Before running below cells please make sure you have API key. \n",
9
+
" Please see <a href=\"https://github.com/heremaps/here-location-services-python/blob/master/docs/notebooks/README.md\">README.md</a> for more info on API key.\n",
10
+
"</div>"
11
+
]
12
+
},
13
+
{
14
+
"cell_type": "code",
15
+
"execution_count": null,
16
+
"metadata": {},
17
+
"outputs": [],
18
+
"source": [
19
+
"import os\n",
20
+
"os.environ[\"LS_API_KEY\"] = \"MY-API-KEY\" # replace your API key here."
0 commit comments