switchMapStyle method

void switchMapStyle(
  1. int mapId,
  2. MapStyle mapStyle
)

Implementation

void switchMapStyle(int mapId, MapStyle mapStyle) {
  throw UnimplementedError('switchMapStyle() has not been implemented.');
}