geocoding_platform_interface 3.0.0 geocoding_platform_interface: ^3.0.0 copied to clipboard
A common platform interface for the geocoding plugin.
3.0.0 #
- Breaking Change Changes to the platform interface calls, the locale is now set in a separate call.
- Removes the default method channel implementation.
2.0.1 #
- Updated the installation instructions in the README.md file.
2.0.0 #
- Migrate to null safety.
1.0.1+1 #
- Make sure the README.md mentions the correct version number.
1.0.1 #
- Added NoResultFoundException to indicate when no results are found, instead of PlatformException
1.0.0+3 #
- Renamed the method
placemarkFromAddress
tolocationFromAddress
.
1.0.0+2 #
- Return
location
class from theplacemarkFromAddress
method.
1.0.0+1 #
- Add missing street and toString implementation to Placemark.
1.0.0 #
- Initial open-source release.