forEachLatLng method
Implementation
void forEachLatLng(void Function(LatLng?)? callback) {
callMethod(this, 'forEachLatLng',
[callback == null ? null : allowInterop(callback)]);
}
void forEachLatLng(void Function(LatLng?)? callback) {
callMethod(this, 'forEachLatLng',
[callback == null ? null : allowInterop(callback)]);
}