MarkerCallbackExtension extension

marker相关回调

on

Methods

setMapClickedMarkerCallback({required BMFMapMarkerCallback callback}) → void

Available on BMFMapController, provided by the MarkerCallbackExtension extension

设置marker点击回调
setMapDidClickedInfoWindowCallback({required BMFMapMarkerCallback callback}) → void

Available on BMFMapController, provided by the MarkerCallbackExtension extension

设置marker的infoWindow(iOS paopaoView)点击回调
setMapDidDeselectMarkerCallback({required BMFMapMarkerCallback callback}) → void

Available on BMFMapController, provided by the MarkerCallbackExtension extension

设置marker取消回调
setMapDragMarkerCallback({required BMFMapDragMarkerCallback callback}) → void

Available on BMFMapController, provided by the MarkerCallbackExtension extension

设置marker拖拽回调
setMaptDidSelectMarkerCallback({required BMFMapMarkerCallback callback}) → void

Available on BMFMapController, provided by the MarkerCallbackExtension extension

设置marker选中回调