@idm-plugin/vessel 1.4.7 → 1.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -190,6 +190,7 @@ export declare class SpeedHelper {
|
|
|
190
190
|
voyage: any;
|
|
191
191
|
}, source?: string, stepHrs?: number, useMeteo?: boolean, useRouteParam?: boolean, options?: {
|
|
192
192
|
requestId?: string;
|
|
193
|
+
meteo2?: boolean;
|
|
193
194
|
}): Promise<any>;
|
|
194
195
|
/**
|
|
195
196
|
* 分段失速分析(最多走hours 小时)
|
|
@@ -211,6 +212,7 @@ export declare class SpeedHelper {
|
|
|
211
212
|
dgo?: number;
|
|
212
213
|
}, route: number[][][], waypoints: any[], source?: string, stepHrs?: number, useMeteo?: boolean, useRouteParam?: boolean, options?: {
|
|
213
214
|
requestId?: string;
|
|
215
|
+
meteo2?: boolean;
|
|
214
216
|
}): Promise<{
|
|
215
217
|
sample: any;
|
|
216
218
|
distance: number;
|