@mapxus/mapxus-map-jp 8.1.0 → 8.2.0

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.
package/es/index.d.ts CHANGED
@@ -1237,7 +1237,10 @@ export interface IRouteStyle<T> {
1237
1237
  lineWidth?: number | ExpressionSpecification;
1238
1238
  dashedLineWidth?: number | ExpressionSpecification;
1239
1239
  disableDashedLine?: boolean;
1240
- inactiveRouteOpacity?: number | ExpressionSpecification;
1240
+ /** Optional number in range [0, 1]. Defaults to 0.5. "inactiveRouteOpacity" will be 1 if the parameter is greater than 1, and it will be 0 if the parameter is less than 0. */
1241
+ inactiveRouteOpacity?: number;
1242
+ /** Optional number in range [0, 1]. Defaults to 1. "outdoorLineOpacity" will be 1 if the parameter is greater than 1, and it will be 0 if the parameter is less than 0. */
1243
+ outdoorLineOpacity?: number;
1241
1244
  markers?: T;
1242
1245
  markerIconSize?: number | ExpressionSpecification;
1243
1246
  lineSymbol?: {
@@ -1352,7 +1355,7 @@ export declare class RoutePainter {
1352
1355
  private _renderMarkers;
1353
1356
  private _addCollectionSource;
1354
1357
  private _addLineLayer;
1355
- private _addTriangleLayer;
1358
+ private _renderLineSymbols;
1356
1359
  private _addIconLayer;
1357
1360
  private _updateStyleProperties;
1358
1361
  private _loadMarkerIcons;