Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/src/main/java/com/google/maps/android/PolyUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import kotlin.math.tan
* using either geodesic (great circle) or rhumb (loxodromic) paths.
*/
object PolyUtil {
private const val DEFAULT_TOLERANCE = 0.1 // meters
const val DEFAULT_TOLERANCE = 0.1 // meters

/**
* Computes whether the given point lies inside the specified polygon.
Expand Down