Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 83dc4ea

Browse files
author
Chris Yang
committed
doc updates
1 parent 9c99bc9 commit 83dc4ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/tile.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Tile {
2020
/// A byte array containing the image data.
2121
final Uint8List data;
2222

23-
/// Converts this object to something serializable in JSON.
23+
/// Converts this object to JSON.
2424
dynamic toJson() {
2525
final Map<String, dynamic> json = <String, dynamic>{};
2626

packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/tile_overlay.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class TileOverlay {
121121
);
122122
}
123123

124-
/// Converts this object to something serializable in JSON.
124+
/// Converts this object to JSON.
125125
dynamic toJson() {
126126
final Map<String, dynamic> json = <String, dynamic>{};
127127

packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/tile_overlay_updates.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class TileOverlayUpdates {
7878

7979
Set<TileOverlay> _tileOverlaysToChange;
8080

81-
/// Converts this object to something serializable in JSON.
81+
/// Converts this object to JSON.
8282
Map<String, dynamic> toJson() {
8383
final Map<String, dynamic> updateMap = <String, dynamic>{};
8484

0 commit comments

Comments
 (0)