getDebug method

  1. @Deprecated("Use 'getDebugOptions()' instead")
Future<List<MapDebugOptions?>> getDebug()

Returns the map debug options.

Implementation

@Deprecated("Use 'getDebugOptions()' instead")
Future<List<MapDebugOptions?>> getDebug() => _mapInterface.getDebug();