Skip to content

Releases: gonuit/google_static_maps_flutter

v1.1.0

23 Mar 20:46
Compare
Choose a tag to compare

What's Changed

  • Allow for the visible property to be the only property to be used to display the map. by @MichielDroid in #18

New Contributors

  • @MichielDroid made their first contribution in #18

Full Changelog: v1.0.0...v1.1.0

v1.0.0

07 Apr 17:25
eab1653
Compare
Choose a tag to compare

Changes:

  • BREAKING CHANGE To draw a circle path use Path.circle instead of Path constructor.
    • Added optional detail parameter.
  • Added encoded polylines support. Resolves #15
    • Added Path.encodedPolyline constructor.
    • Added encoded property to the Path and Path.circle constructors.
    • Added PolylineEncoder encoder.
  • Removed redundant white spaces from the genrated urls.
  • Added support for arithmetic operators to the Location class.
  • Added GeocodedLocation with the constructors address and latLng, which allows the user to define parameters such as center and visible not only by the LAT/LNG values but also by addresses.
  • Allow using addresses in paths and markers.
  • Updated example app.

v0.6.0

24 May 22:52
5ec2082
Compare
Choose a tag to compare

Changes:

  • Added support for path circles.
  • Added additional check for max URL size.
  • Documentation changes.