HERE Data SDK for C++ is a C++ client for the HERE platform.
To learn how to install and use the Data SDK, see the Getting Started Guide and Developer Guide.
Linux GCC | Linux CLang | MacOS |
---|---|---|
iOS | Windows | Android |
---|---|---|
iOS | Android |
---|---|
Platform | Status |
---|---|
Linux |
We try to develop and maintain our API in a way that preserves its compatibility with the existing applications. Changes in Data SDK for C++ are greatly influenced by the Data API development. Data API introduces breaking changes 6 months in advance. Therefore, you may need to migrate to a new version of Data SDK for C++ every half a year.
For more information on Data API, see its Developer Guide and API Reference.
When new API is introduced in Data SDK for C++, the old one is not deleted straight away. The standard API deprecation time is 6 months. It gives you time to switch to new code. However, we do not provide ABI backward compatibility.
Learn more about deprecated methods, functions, and parameters in the Data SDK for C++ API Reference and changelog.
For more information on Data SDK for C++, see our Developer Guide.
The table below lists the platforms on which the Data SDK has been tested.
Platform | Minimum requirement |
---|---|
Ubuntu Linux | GCC 7.5 and Clang 7.0 |
Embedded Linux (32 bit) | GCC 7.4 armhf |
Windows | MSVC++ 2017 |
macOS | Apple Clang 11.0.0 |
iOS | Xcode 11.7, Swift 5.0 |
Android | API level 21 |
The table below lists the dependencies of the Data SDK.
Library | Recommended version |
---|---|
Libcurl | 7.52.1 |
OpenSSL | 1.1.1w |
Boost (headers only) | 1.72.0 |
LevelDB | 1.21 |
Snappy | 1.1.7 |
RapidJSON | latest |
Zlib | 1.3.1 |
To install the dependencies on Linux, run the following command:
sudo apt-get update && sudo apt-get --yes install git g++ make cmake libssl-dev libcurl4-openssl-dev libboost-all-dev
Please note that on some Linux distribution, the default libcurl version can be lower than the required v7.52.0. In that case, you need to install the required libcurl version from a different PPA.
For details, see HERE Data SDK C++ Contributors Guide.
Copyright (C) 2019–2024 HERE Europe B.V.
For license details, see the LICENSE file in the root of this project.
This project has Open Source Software dependencies that are downloaded and installed upon execution of the abovementioned installation commands. For further details, see the CMake configuration files included in the external directory.