[Request] `selectedMarkerBuilder` support
kirpit opened this issue · 3 comments
This is a great package, thank you for creating it! I've just implemented it on top of already working flutter_map_marker_popup
project and seems like all of my existing the features are working, except the selectedMarkerBuilder
functionality.
Initially, I thought it should be easy just to pass that parameter too but when I dug into source code, I can see you're using PopupLayer and not the PopupMarkerLayer class, where this param is implemented. PopupMarkerLayer
also doesn't come from the marker_popup's "extension api" domain so I don't know what would be the impact of switching to it. Happy to help but simply confused over there.
I also have the same requirement. When expanding the markers, I want to highlight a single marker when clicking on it. Does the author have a support plan
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.