onEntrySelected property
final
Callback triggered when a marker corresponding to an entry is tapped.
Implementation
final void Function(String entryId)? onEntrySelected;
Callback triggered when a marker corresponding to an entry is tapped.
final void Function(String entryId)? onEntrySelected;