Releases: gonuit/google_static_maps_flutter
Releases · gonuit/google_static_maps_flutter
v1.1.0
v1.0.0
Changes:
- BREAKING CHANGE To draw a circle path use
Path.circleinstead ofPathconstructor.- Added optional
detailparameter.
- Added optional
- Added encoded polylines support. Resolves #15
- 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 LAT/LNG values but also by addresses. - Allow using addresses in paths and markers.
- Updated example app.