The HEREConfig
class is used to initialize the Here SDK in a React Native application. It's crucial for setting up mapping functionalities provided by Here Technologies.
Initializes the Here SDK using the provided credentials. This is typically the first method you need to call before using any mapping functionalities from the SDK.
function initializeHereSDK(
accessKeyID: string,
accessKeySecret: string
): string;
- accessKeyID (
string
): Your application's Key ID - accessKeySecret (
string
): Your application's Key Secret
string
: An optional string to either confirm the initialisation or error