onDownload method
void
onDownload(
- dynamic callback(
- LatLng
Invoked when the "download" button is pressed.
Implementation
void onDownload(Function(LatLng) callback) {}
Invoked when the "download" button is pressed.
void onDownload(Function(LatLng) callback) {}