NoNetworkError static method

MapViewError NoNetworkError()

Implementation

static MapViewError NoNetworkError() {
  return const MapViewError(
    code: "NO_NETWORK_ERROR",
    message:
        "There is no internet connection, unable to download all the resources",
  );
}