setMapPadding method
Implementation
@override
Future<void> setMapPadding(int start, int top, int end, int bottom) {
return mapControlMethodChannel.invokeMethod("MPC_setMapPadding",
{"start": start, "top": top, "end": end, "bottom": bottom});
}