Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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
Next Next commit
fix
  • Loading branch information
Chris Yang committed Jan 21, 2021
commit c88447d4f714c2538c7fe1cae0b45b9836f48346
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import 'package:plugin_platform_interface/plugin_platform_interface.dart';

/// Callback method for when a [Tile] is requested from a [TileProvider].
typedef Future<Tile> MapGetTileCallback(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

TileOverlayId tileOverlayId, int x, int y, int zoom);
String tileOverlayIdString, int x, int y, int zoom);

/// The interface that platform-specific implementations of `google_maps_flutter` must extend.
///
Expand Down