资源说明:Curve-Fit
Android library for drawing curves on Google Maps. This library uses Bezier cubic equation in order to compute all
intermediate points of a curve.
Demo
Setup
Gradle
dependencies {
implementation 'com.github.sarweshkumar47:curve-fit:1.1.0'
}
Maven
com.github.sarweshkumar47
curve-fit
1.1.0
pom
Usage
In your activity's onCreate() method, use getMapAsync() to register for the map callback.
Implement OnMapReadyCallback, OnCurveDrawnCallback,
OnCurveClickListener interfac
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。