当前位置:网站首页>Flutter replaces the default icon of Gaud positioning

Flutter replaces the default icon of Gaud positioning

2022-06-25 09:43:00 Moon Spring

modify AMapWidget Methods myLocationStyleOptions You can change the positioning default icon

myLocationStyleOptions: MyLocationStyleOptions(
        true,
        circleFillColor: Colors.transparent,
        circleStrokeColor: Colors.blue,
        circleStrokeWidth: 1,
        // According to the input icon route [iconPath] establish [BitmapDescriptor] Locate the small blue dot 
        icon: BitmapDescriptor.fromIconPath("assets/images/****.png"),
      ),

icon Medium BitmapDescriptor Is the key

原网站

版权声明
本文为[Moon Spring]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202200549006151.html