google_static_maps_controller 1.1.0
google_static_maps_controller: ^1.1.0 copied to clipboard
The package provides simple and declarative access to the Google Static Maps service.
1.1.0 #
- Updated SDK constraints
- Fixed analysis issues
1.0.0 #
- BREAKING CHANGE To draw a circle path use
Path.circleinstead ofPathconstructor.- Added optional
detailparameter.
- Added optional
- Added encoded polylines support.
- Added
Path.encodedPolylineconstructor. - Added
encodedproperty to thePathandPath.circleconstructors. - Added
PolylineEncoderencoder.
- Added
- Removed redundant white spaces from the genrated urls.
- Added support for arithmetic operators to the
Locationclass. - Added
GeocodedLocationwith the constructorsaddressandlatLng, which allows the user to define parameters such ascenterandvisiblenot only by the lng lat values, but also by addresses. - Allow using addresses in paths and markers.
- Updated example app.
0.6.0 #
- Added support for path circles.
- Added additional check for max url size.
- Documentation changes.
0.5.0 #
- Added support for null stafety.
PathandMarkerwill now throw errors whentoUrlStringis called and minimum required elements are not provided.
0.4.3 #
- Added
mapIdargument (support for cloud-based map styling).
0.4.1 #
- Added package license.
0.4.0 #
- Added support for paths (
Pathclass).
0.3.0 #
- Added support for map styling.
0.2.0 #
- Added support for custom markers
- Added
Marker.customconstructor that allows using custom marker icons.
- Added
0.1.0 #
- Improved readme file.
- Provide screen with example.
0.0.1 #
- Added example application.
- Initial release.