getMapStyle method
Implementation
@override
Future<MPMapStyle?> getMapStyle() async {
final mapStyleData =
await mapControlMethodChannel.invokeMethod("MPC_getMapStyle");
return MPMapStyle.fromJson(mapStyleData);
}
@override
Future<MPMapStyle?> getMapStyle() async {
final mapStyleData =
await mapControlMethodChannel.invokeMethod("MPC_getMapStyle");
return MPMapStyle.fromJson(mapStyleData);
}