A hunter and an invisible rabbit play a game in the Euclidean plane. The rabbit's starting point, A0A_0, and the hunter's starting point, B0B_0, are the same. After n1n - 1 rounds of the game, the rabbit is at point An1A_{n-1} and the hunter is at point Bn1B_{n-1}. In the nthn^{\text{th}} round of the game, three things occur in order.

(i) The rabbit moves invisibly to a point AnA_{n} such that the distance between An1A_{n-1} and AnA_{n} is exactly 1.

(ii) A tracking device reports a point PnP_{n} to the hunter. The only guarantee provided by the tracking device to the hunter is that the distance between PnP_{n} and AnA_{n} is at most 1.

(iii) The hunter moves visibly to a point BnB_{n} such that the distance between Bn1B_{n-1} and BnB_{n} is exactly 1.

Is it always possible, no matter how the rabbit moves, and no matter what points are reported by the tracking device, for the hunter to choose her moves so that after 10910^9 rounds she can ensure that the distance between her and the rabbit is at most 100?