GPS Tracking in DRT area (basic implementation)
For now, GPS tracking is lost when we enter DRT area.
The point is that the MovingMethod
(tracking algo) must switch when we entre an area and change again when we get out of it
Ideal solution will be to have a real inside tracking but for now a simple "stub" would be enough. Required features are:
- Detect when we enter DRT
- Detect when we leave DRT
- Detect current DRT
A new MovingMethod
must be implemented like InsideDRTAreaMovingMethod