onGetRoutePlanShareURLResult method
路线规划短串分享url回调结果闭包
Implementation
void onGetRoutePlanShareURLResult(
    {@required
        void Function(BMFShareURLResult result, BMFSearchErrorCode errorCode)
            callback}) {
  _shareurlSearchDispatcher?.onGetRoutePlanShareURLResultCallback(callback);
}