You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```OnCurveClickListener``` interfaces and override the ```onMapReady()``` method
57
+
Implement ```OnMapReadyCallback```, ```OnCurveDrawnCallback```, ```OnCurveClickListener``` interfaces and override the ```onMapReady()``` method
60
58
61
59
```java
62
60
@Override
@@ -177,7 +175,7 @@ protected void onDestroy() {
177
175
}
178
176
179
177
```
180
-
Check example projects for more info.
178
+
Check [example projects](https://github.com/sarweshkumar47/Curve-Fit/tree/curve-fit-2.0.0-beta/example/src/main/java/com/makesense/labs/curvefitexample) for more info.
0 commit comments