Skip to content

Commit

Permalink
Update geolocator_android/lib/src/types/android_position.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Maurits van Beusekom <[email protected]>
  • Loading branch information
TimHoogstrate and mvanbeusekom authored Nov 6, 2023
1 parent 103ea8b commit ed0a523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geolocator_android/lib/src/types/android_position.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class AndroidPosition extends Position {
int get hashCode => satelliteCount.hashCode ^ satellitesUsedInFix.hashCode;

/// Converts the supplied [Map] to an instance of the [AndroidPosition] class.
static AndroidPosition fromMap(dynamic message) {
final Map<dynamic, dynamic> positionMap = message;

Expand Down

0 comments on commit ed0a523

Please sign in to comment.