Skip to content

Commit

Permalink
chore: format documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu committed Jan 14, 2025
1 parent b2d9649 commit 6c72f3f
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,13 @@ class GoogleMap extends StatefulWidget {
/// | [GroundOverlay.clickable] | Yes | Yes | Yes |
/// | [GroundOverlay.onTap] | Yes | Yes | Yes |
///
/// - On Android, [GroundOverlay.width] is required if [GroundOverlay.position] is set.
/// - On iOS, [GroundOverlay.zoomLevel] is required if [GroundOverlay.position] is set.
/// - [GroundOverlay.image] must be a [MapBitmap]. You can use [AssetMapBitmap] or [BytesMapBitmap].
/// Additionally, [MapBitmap.bitmapScaling] must be set to [MapBitmapScaling.none].
/// - On Android, [GroundOverlay.width] is required if
/// [GroundOverlay.position] is set.
/// - On iOS, [GroundOverlay.zoomLevel] is required if
/// [GroundOverlay.position] is set.
/// - [GroundOverlay.image] must be a [MapBitmap]. See [AssetMapBitmap] and
/// [BytesMapBitmap]. [MapBitmap.bitmapScaling] must be set to
/// [MapBitmapScaling.none].
final Set<GroundOverlay> groundOverlays;

/// Called when the camera starts moving.
Expand Down

0 comments on commit 6c72f3f

Please sign in to comment.