onDownload method

void onDownload(
  1. dynamic callback(
    1. LatLng
    )
)

Invoked when the "download" button is pressed.

Implementation

void onDownload(Function(LatLng) callback) {}