Skip to content

v1.0.0

Choose a tag to compare

@gonuit gonuit released this 07 Apr 17:25
· 2 commits to master since this release
eab1653

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.