From 325858aa76d62baff21ee4ecb7ff9377e69d06f7 Mon Sep 17 00:00:00 2001 From: Sarweshkumar C R Date: Sun, 30 Dec 2018 00:31:10 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 874684b..811ae7a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Android library for drawing curves on Google Maps. This library uses Bezier cubi intermediate points of a curve. # Demo -[](https://play.google.com/store/apps/details?id=com.makesense.labs.curvefitexample) +[](https://play.google.com/store/apps/details?id=com.makesense.labs.curvefitexample)

demo @@ -107,8 +107,10 @@ Defines shape and deviation of a curve. Alpha can vary from -1 to 1. The below i

- -alpha_negative

+ +alpha_negative

+ + _Note:_ This behaviour may vary when a curve passes through 180 degree meridian. Sometimes, you may not get perfect curve. In that case, use ```setComputePointsBasedOnScreenPixels(true)``` method to get the desired curve. @@ -122,7 +124,7 @@ CurveOptions setComputePointsBasedOnScreenPixels(boolean computePointsBasedOnPix If set to ```true```, geographic location points will be converted to screen pixel points and algorithm uses screen pixel points to compute all intermediate curve points. Refer the below image to understand the variations.

- +