MapLayerBuilderInstantiationErrorDetails constructor

MapLayerBuilderInstantiationErrorDetails(
  1. MapLayerBuilderInstantiationErrorCode errorCode,
  2. String? errorDescription
)

Creates a new instance.

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

Implementation

MapLayerBuilderInstantiationErrorDetails(this.errorCode, this.errorDescription);