markers property

Map<LatLng, dynamic Function(LatLng point)> markers
getter/setter pair

Markers point and callback

Implementation

Map<LatLng, Function(LatLng point)> markers = {};