setMapPadding method

  1. @override
Future<void> setMapPadding(
  1. int start,
  2. int top,
  3. int end,
  4. int bottom,
)
override

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});
}