Skip to content

Commit

Permalink
[google_maps_flutter] Fixed typo in LatLngBounds constructor's docume…
Browse files Browse the repository at this point in the history
…ntation (flutter#2042)
  • Loading branch information
OTDE authored and amirh committed Jan 23, 2020
1 parent 65a73f4 commit 222c348
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.21+16

* Fixed typo in LatLng's documentation.

## 0.5.21+15

* Remove the deprecated `author:` field from pubspec.yaml
Expand Down
2 changes: 1 addition & 1 deletion packages/google_maps_flutter/lib/src/location.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class LatLng {
/// * lat ∈ [`southwest.latitude`, `northeast.latitude`]
/// * lng ∈ [`southwest.longitude`, `northeast.longitude`],
/// if `southwest.longitude``northeast.longitude`,
/// * lng ∈ [-180, `northeast.longitude`] ∪ [`southwest.longitude`, 180[,
/// * lng ∈ [-180, `northeast.longitude`][`southwest.longitude`, 180],
/// if `northeast.longitude` < `southwest.longitude`
class LatLngBounds {
/// Creates geographical bounding box with the specified corners.
Expand Down
2 changes: 1 addition & 1 deletion packages/google_maps_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: google_maps_flutter
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter
version: 0.5.21+15
version: 0.5.21+16

dependencies:
flutter:
Expand Down

0 comments on commit 222c348

Please sign in to comment.