1. ISTQB® Certified Tester Foundation Level Mobile Application Testing Syllabus (Version 2019): Section 4.3.2, "Location-based Testing," explicitly discusses testing applications that rely on location services. It states, "Location-based testing is the process of testing mobile applications that use location services (e.g., GPS). Examples of such applications are navigation applications..." This directly identifies navigation apps as prime examples of applications for which location services are a central feature to be tested.
2. Stanford University, CS193p - Developing Apps for iOS: The course materials on the "Core Location" framework detail how applications access GPS, Wi-Fi, and cell tower data to determine a user's location. This framework is presented as essential for any application that provides location-aware features, with navigation being a primary use case. (Reference: Stanford CS193p course lectures on Core Location).
3. Muccini, H., Di Francesco, A., & Esposito, P. (2012). Software Testing of Mobile Applications. In 2012 First International Workshop on Software Test Architecture (InSTA). This academic paper discusses the unique challenges of testing mobile apps, highlighting context-awareness (location, time, etc.) as a critical factor. On page 2, it notes that "the context in which the application is executed (e.g., user location...)" is a key variable that must be tested, underscoring the importance of geolocation for apps that depend on it. DOI: https://doi.org/10.1109/InSTA.2012.13