You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using this plugin for our Map page replacing the SVG pin color which has 2 parts. White is the pin background, and on the center of the pin there's a circle which shows a different color on depends on the filter we set.
We are aiming to have the pin change its 2 colors when selected. The white backround becomes the app theme color, and the circle on the center, should become white
Question is:
Is there anyway to do this since ReplaceStringMap can be only accessed when instantiating the SvgCacheImage and TintTransformation is a no-go since it replaces the color of the entire pin.
The text was updated successfully, but these errors were encountered:
We are using this plugin for our Map page replacing the SVG pin color which has 2 parts. White is the pin background, and on the center of the pin there's a circle which shows a different color on depends on the filter we set.
We are aiming to have the pin change its 2 colors when selected. The white backround becomes the app theme color, and the circle on the center, should become white
Question is:
Is there anyway to do this since ReplaceStringMap can be only accessed when instantiating the SvgCacheImage and TintTransformation is a no-go since it replaces the color of the entire pin.
The text was updated successfully, but these errors were encountered: