Curve Fit Versions Save

Curve-Fit is an Android library for drawing curves on Google Maps

version_1_1_1

4 years ago

Changes

  • Please note that this release only works with Google Maps Android SDK v2. If you are experimenting with Google Maps Android SDK 3.0.0 BETA, try using CurveFit-2.0.0-beta
  • [bug] Fixed (#4) (#6)

Thanks for the report @ryust

version_2_0_0_beta

4 years ago

What's new?

  • [feature] 2 new APIs are added:
    • Handle clickListeners on polylines.
    curveManager.setPolyLineClickListener(this);
    
    • Redraw the curve after orientation change.
    curveManager.drawRetainedCurve(curveOptions);
    
  • Parcelable interface is added to CurveOptions object. It can be saved/retrieved in/from Bundle.

version_1_1_0

5 years ago
  • Set android minimum SDK version to 16
  • Update dependencies and sample codes
  • Minor bug fix for Android 9.0
  • Update launcher icon.

version_1_0_0

6 years ago