VoyagerMarkerProtocol constructor
VoyagerMarkerProtocol({
- required VoyagerMapController mapController,
- required VoidCallback updateInfoWindow,
Implementation
VoyagerMarkerProtocol({
required super.mapController,
required this.updateInfoWindow,
}) {
mapController.getInfoWindowMarkerNotifier().addListener(updateInfoWindow);
}