Intent-Code Divergence
Medium
- Confidence
- 86% confidence
- Finding
- The documentation claims this class is safe for concurrent coordinate conversion because it does not depend on the main thread's global coordinate type, but this method explicitly states it still uses Initializer.coordType internally. In a multithreaded mapping or navigation context, that mismatch can cause race-prone or incorrect coordinate interpretation, leading to wrong locations, route calculations, or geospatial decisions based on inconsistent state.
