polylineTexture property
getter/setter pair
Optional texture used when rendering polylines for the collection.
The texture is blended with polylineInnerColor. To preserve the original texture colors, set polylineInnerColor to fully opaque white.
Implementation
GemImage? polylineTexture = GemImage(
imageId: MarkerRenderSettings.defaultMembersValue,
);