TranslucentMapLayerGroupErrorDetails constructor

TranslucentMapLayerGroupErrorDetails(
  1. TranslucentMapLayerGroupErrorCode errorCode,
  2. String? errorDescription
)

Creates a new instance.

  • errorCode The error code.
  • errorDescription A description of the error, if available.

Implementation

TranslucentMapLayerGroupErrorDetails(this.errorCode, this.errorDescription);