public class TrimbleMapsConfigurationException
extends java.lang.RuntimeException
This occurs either when TrimbleMaps is not correctly initialised or the provided access token
through TrimbleMaps.getInstance(Context) isnt't valid.
TrimbleMaps.getInstance(Context),
Serialized Form| Constructor | Description |
|---|---|
TrimbleMapsConfigurationException() |
Creates a TrimbleMaps configuration exception thrown by TrimbleMapsMap when the SDK hasn't been properly initialised.
|
TrimbleMapsConfigurationException(java.lang.String message) |
Creates a TrimbleMaps configuration exception thrown by TrimbleMapsMap when the SDK hasn't been properly initialised.
|
public TrimbleMapsConfigurationException()
public TrimbleMapsConfigurationException(@NonNull
java.lang.String message)