We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7b0e7 commit c4eef64Copy full SHA for c4eef64
library/src/main/java/com/google/maps/android/PolyUtil.kt
@@ -46,7 +46,7 @@ import kotlin.math.tan
46
* using either geodesic (great circle) or rhumb (loxodromic) paths.
47
*/
48
object PolyUtil {
49
- private const val DEFAULT_TOLERANCE = 0.1 // meters
+ const val DEFAULT_TOLERANCE = 0.1 // meters
50
51
/**
52
* Computes whether the given point lies inside the specified polygon.
0 commit comments