将图像设置为标记
Set image as marker
我正在使用 Google 地图开发 Flutter 应用程序。
我正在尝试将图像设置为标记。
一切正常,但如果我设置一组特定的图像,我会收到此错误:
E/flutter ( 7241): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException(error, Failed to decode image. The provided image must be a Bitmap., null, com.google.maps.api.android.lib6.common.apiexception.b: Failed to decode image. The provided image must be a Bitmap.
有人知道如何解决这个问题吗?
我有这套超过 500 张图片
我们有解决办法,是获取图片的方法有问题
我正在使用 Google 地图开发 Flutter 应用程序。
我正在尝试将图像设置为标记。 一切正常,但如果我设置一组特定的图像,我会收到此错误:
E/flutter ( 7241): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException(error, Failed to decode image. The provided image must be a Bitmap., null, com.google.maps.api.android.lib6.common.apiexception.b: Failed to decode image. The provided image must be a Bitmap.
有人知道如何解决这个问题吗?
我有这套超过 500 张图片