CannotReadMap

class CannotReadMap(val regionStore: RegionStore) : TomTomSdkFailure

Represents a failure detected while reading the map. To recover from this failure, use NdsStore.replaceMap with the provided NdsStore.

Parameters

regionStore

the instance of NdsStore that can be used for recovery with NdsStore.replaceMap.

Constructors

Link copied to clipboard
constructor(regionStore: RegionStore)

Properties

Link copied to clipboard
val regionStore: RegionStore

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String