Good afternoon, I am developing a Flutter application with SfMaps. After some practical testings and developing, I found myself facing the problem which goes against the business rules which I've got to implement. I need to allow the user to interact with multiple States of the map of Brazil. The user needs to select several States as a path with a starting State towards an end.
I'd like to know how the map would receive more than one index in evidence.
selectedIndex: _selectedIndexList,