isWithinBlueDotProximityArea

open fun isWithinBlueDotProximityArea(mercator: Mercator): Boolean

Checks if the given Mercator coordinate lies within the blue dot's error area. Delegates the check to the blueDot helper.

Return

true if the location is inside the blue dot error area, false otherwise.

Parameters

mercator

The Mercator (x, y) coordinate to test.