MapLayerBuilderInstantiationErrorDetails constructor
- MapLayerBuilderInstantiationErrorCode errorCode,
- String? errorDescription
Creates a new instance.
errorCodeThe error code.errorDescriptionA description of the error, if available.
Implementation
MapLayerBuilderInstantiationErrorDetails(this.errorCode, this.errorDescription);