我怎样才能让谷歌地图的当前位置样式标记,它甚至可以显示当前位置的方向?
这是我的代码,我的代码的标记样式只是一个引脚,我想要谷歌地图的标记样式甚至显示当前位置的方向。
_markerSet.add(
Marker(
markerId: MarkerId('current_Postion'),
infoWindow: InfoWindow(title: 'Current Position'),
position: _userCurrentPositionLatLng,
icon: BitmapDescriptor.defaultMarkerWithHue(
BitmapDescriptor.hueGreen,
),
),
Run Code Online (Sandbox Code Playgroud)
这就是我的标记的样子, 在此处输入图像描述
这是我想 在此处输入图像描述的谷歌标记
有什么建议的提示吗?
| 归档时间: |
|
| 查看次数: |
10113 次 |
| 最近记录: |