billingTag property
Internal to HERE SDK. DO NOT USE THIS YET.
Warning: This is a placeholder and under developement. We will announce its availability in our changelog once it is ready for use.
A parameter to set a billing tag to track your HERE platform usage across the various HERE services your application may contact.
For more information on the billing tag, see our
cost management guide.
The tag needs to follow the format as described in the guide or it will be ignored.
The parameter defaults to null, which also means that the tag is ignored for all requests.
Note: The billing tag is optional, but when set, it can help you to understand how often your app uses certain services, for example, the number of hits to our HERE backend routing services. For more details on tracking such details, please consult the cost management guide or get in touch with the HERE billing team.
Implementation
String? billingTag;