setMaxSquareKm property
Sets the maximum area size in square kilometers that can be downloaded. If the area size is greater than this value, startDownload will fail.
Parameters
- IN maxSquareKm The maximum area size in square kilometers.
Implementation
set setMaxSquareKm(int value) {
objectMethod(
_pointerId,
'MapDownloaderService',
'setMaxSquareKm',
args: value,
);
}