Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove deprecation comments
  • Loading branch information
Rexios80 committed Aug 5, 2024
commit 51232daaa672d659c055466394badf5db75a201a
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ abstract class GoogleMapsFlutterPlatform extends PlatformInterface {
throw UnimplementedError('init() has not been implemented.');
}

/// Updates configuration options of the map user interface - deprecated, use
/// updateMapConfiguration instead.
/// Updates configuration options of the map user interface.
///
/// Change listeners are notified once the update has been made on the
/// platform side.
Expand Down Expand Up @@ -401,8 +400,7 @@ abstract class GoogleMapsFlutterPlatform extends PlatformInterface {
return null;
}

/// Returns a widget displaying the map view - deprecated, use
/// [buildViewWithConfiguration] instead.
/// Returns a widget displaying the map view.
@Deprecated('Use buildViewWithConfiguration instead.')
Widget buildView(
int creationId,
Expand All @@ -422,8 +420,7 @@ abstract class GoogleMapsFlutterPlatform extends PlatformInterface {
throw UnimplementedError('buildView() has not been implemented.');
}

/// Returns a widget displaying the map view - deprecated, use
/// [buildViewWithConfiguration] instead.
/// Returns a widget displaying the map view.
///
/// This method is similar to [buildView], but contains a parameter for
/// platforms that require a text direction.
Expand Down