devridge0 / devridge0/aic-mobile-ios

Improve Indoor Positioning Accuracy on PDF Map Overlay

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
bug enhancement location map UI
Dominant language
Swift
Stars
6
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The current map overlay relies on matching anchor pixel coordinates from PDF maps to geolocations via `appData.json`. However, misalignment between the user’s "blue dot" and the PDF overlay sometimes occurs, degrading navigation accuracy. Consider refining the coordinate mapping or adding dynamic calibration fallback.
Sample:
```swift
// Example: refine mapping logic in MapOverlayManager.swift
let offset = calculateOffset(anchorPixel: anchor_pixel, geo: anchor_location)
pdfOverlay.adjustPosition(by: offset)

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.