From 5f2d6461bdc50cf1078ce94aee97e500e256e487 Mon Sep 17 00:00:00 2001 From: Luka S Date: Thu, 19 Sep 2024 00:04:41 +0100 Subject: [PATCH] fix: remove `hitValue` from `Polyline.renderHashCode` (#1967) Removed `hitValue` from `Polyline.renderHashCode` calculation to improve performance --- lib/src/layer/polyline_layer/polyline.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/layer/polyline_layer/polyline.dart b/lib/src/layer/polyline_layer/polyline.dart index 72dc2f4f6..73521a937 100644 --- a/lib/src/layer/polyline_layer/polyline.dart +++ b/lib/src/layer/polyline_layer/polyline.dart @@ -91,7 +91,6 @@ class Polyline { strokeCap, strokeJoin, useStrokeWidthInMeter, - hitValue, ); int? _hashCode;