addMarker abstract method
dynamic
addMarker(
- LatLng point,
- dynamic callback(
- LatLng point
Add a marker on the map point
and returned callback
when you clicked on it
Implementation
addMarker(LatLng point, Function(LatLng point)? callback);