mapStyle property

Future<MPMapStyle?> get mapStyle

Gets the current map style of MapsIndoors tiles

Implementation

Future<MPMapStyle?> get mapStyle {
  return MapcontrolPlatform.instance.getMapStyle();
}