ResourcesParameters

@Since(version = 1)
@JsonClass(generateAdapter = true)
data class ResourcesParameters(val paths: Map<ResourceType, String>)

Data class holding a list of platform resources that the navigation application can access.

Constructors

Link copied to clipboard
constructor(paths: Map<ResourceType, String>)

Properties

Link copied to clipboard

Map of paths that the navigation application can use to access various resources. This parameter is critical for the navigation application startup. This parameter cannot change during the lifetime of the application. Any change in this parameter after the application startup will be ignored.