selectMarker method
- BMFMarker marker
选中marker
bool 成功返回true 失败false
Implementation
Future<bool> selectMarker(BMFMarker marker) async {
return await BMFMapDispatcherFactory.instance.markerDispatcher
.selectMarker(_mapChannel, marker);
}
选中marker
bool 成功返回true 失败false
Future<bool> selectMarker(BMFMarker marker) async {
return await BMFMapDispatcherFactory.instance.markerDispatcher
.selectMarker(_mapChannel, marker);
}