Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 796 Bytes

HEREConfig.md

File metadata and controls

29 lines (19 loc) · 796 Bytes

HEREConfig

Overview

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.

Methods

HEREConfig.initializeHereSDK()

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;

Parameters

  • accessKeyID (string): Your application's Key ID
  • accessKeySecret (string): Your application's Key Secret

Returns

  • string: An optional string to either confirm the initialisation or error