Get started
This section outlines how to get started quickly using HERE Geocoding and Search on the HERE platform:
Note
This section provides information on the minimum setup required to quickly begin using HERE Geocoding and Search. For more detailed information on HERE account setup, project creation, service linking, app registration, and authentication, see the Identity & Access Management Guide.
Get a HERE account
You can get started with a free HERE platform account from the flexible HERE Base Plan. For more information, see the HERE Base Plan Pricing. Alternatively, if your company has already established a HERE platform organization, contact your organization admin who can invite you to join your company's organization.
Create a project
To create a project, follow these steps:
- Sign in to the HERE platform using your HERE account.
- Open the Projects manager from the launcher.
- Click Create new project.
- Enter a name for the project. Project names don't have to be unique.
- Enter a project ID. Project IDs must be unique within an organization and cannot be changed for the lifetime of the organization. Project IDs must be between 4 and 16 characters in length.
- Enter an optional description.
- Click Save.
Configure your project
To configure your project, which involves linking the HERE Geocoding and Search services you want to use, adding an app to the project, and generating credentials for the app, follow these steps:
- On the Resources tab, select Services and then click Link a Service.
- Search for HERE Geocoding and Search service(s) and click Link.
- Click Done.
Get an API key
To get an API key, follow these steps:
- Sign in to the HERE platform using your HERE account.
- Select the Access Manager from the launcher.
- Select the Apps tab and click Register new app.
- Enter a name for the app.
- Optional: Enter a description for the app.
- Optional: Select the project you created in the previous procedure from the Default access to a project field.
- Click Register. The HERE platform creates a new app with a unique app ID.
- On the Credentials tab, select API Keys and then click Create API key to generate a maximum of two API Keys for your application authentication credentials. The API key is created and displayed.
Send a request
The following are two examples of requests:
discover request | geocode request |
---|---|
To retrieve 5 petrol stations near (52.5228,13.4124) , send the request: | To geocode the free-form text "Invalidenstr 117, Berlin", send the request: |
|
|
The responses to the above requests may include multiple items, and each item will provide the following high-level elements:
Other elements are specific to the different HERE Geocoding and Search services/endpoints. | |
|
|
Note
Oauth tokens are recommended for production. This example uses an apiKey
to allow you to quickly try the API.
HERE Geocoding and Search services are:
- Discover and its search-as-you-type Autosuggest engine.
- Geocode and address Autocomplete.
- Reverse Geocode
- Lookup for direct access and Browse for a slice-and-dice access to the data.
Next steps
We encourage you to explore the following topics to learn how to succesfully use HERE Geocoding and Search.
- For information on how to construct a request, see Constructing a request.
- To understand what endpoints are available, see Endpoints.
- To view Discover tutorials, see Tutorials: discover.