You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geocoding/CHANGELOG.md
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
+
## 3.0.1
2
+
3
+
- Updated links in README.md to use `https` protocol.
4
+
1
5
## 3.0.0
2
6
3
-
***BREAKING CHANGES**:
7
+
-**BREAKING CHANGES**:
4
8
- Locale is no longer part of the `locationFromAddress` and `placemarkFromAddress`, but should be set first by `setLocaleIdentifier`. This was already implemented on Android but is now working similarly on iOS.
5
9
- Updates documentation related to setting the locale.
6
10
- Added `setLocaleIdentifier` to the example app.
7
11
- Updates `geocoding_ios` version to 3.0.0.
8
-
12
+
9
13
## 2.2.2
10
14
11
15
- Updates documentation for isPresent().
@@ -23,16 +27,15 @@
23
27
24
28
## 2.2.0
25
29
26
-
- Exposes the `isPresent()` method which on Android returns `true` if the
27
-
geocoding backend service are present on the device, otherwise returns `false`.
28
-
On iOS this method always returns `true`.
30
+
- Exposes the `isPresent()` method which on Android returns `true` if the
31
+
geocoding backend service are present on the device, otherwise returns `false`.
32
+
On iOS this method always returns `true`.
29
33
30
34
## 2.1.1
31
35
32
36
- Updates the example app, so the `example/lib/main.dart` contains clear example
33
-
code on how to use the geocoding plugin. Mean reason for doing so is that the
34
-
`example/lib/main.dart` is shown in the "Example" tab on pub.dev.
35
-
37
+
code on how to use the geocoding plugin. Mean reason for doing so is that the
38
+
`example/lib/main.dart` is shown in the "Example" tab on pub.dev.
The setLocaleIdentifier with the `localeIdentifier` parameter can be used to enforce the results to be formatted (and translated) according to the specified locale. The `localeIdentifier` should be formatted using the syntax: [languageCode]_[countryCode]. Use the [ISO 639-1 or ISO 639-2](http://www.loc.gov/standards/iso639-2/php/English_list.php) standard for the language code and the 2 letter [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1) standard for the country code. Some examples are:
60
+
The setLocaleIdentifier with the `localeIdentifier` parameter can be used to enforce the results to be formatted (and translated) according to the specified locale. The `localeIdentifier` should be formatted using the syntax: [languageCode]_[countryCode]. Use the [ISO 639-1 or ISO 639-2](https://www.loc.gov/standards/iso639-2/php/English_list.php) standard for the language code and the 2 letter [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1) standard for the country code. Some examples are:
0 commit comments