Problem
Map links change format across Apple Maps, Google Maps, regional map apps, place pages, short links, and shared coordinates. A parser regression can shift a point, drop a place name, or mix coordinate systems without obvious UI errors.
Solution
WLOC helps QA turn real shared map links into a saved regression set. Before each release, the same links can validate parsing, coordinate normalization, map display, and target-app behavior.
Use WLOC in 3 steps
- 1Collect real map-link samples.Cover long links, short links, place pages, raw latitude/longitude links, and multiple map providers.
- 2Parse and save baseline coordinates.Record place name, coordinate values, coordinate system, and accuracy as a reusable regression baseline.
- 3Compare parser output before release.When a coordinate or name changes, use diagnostics to decide whether the map provider changed or the app regressed.
Related needs
Important boundary
WLOC does not jailbreak iOS, does not install system trust materials, does not include a VPN, and does not promise to defeat every app's own permissions, cache, or anti-abuse checks.