Table of Content 1. Introduction ...................................................................................................... 1 1.1. The Challenge. 1 1.2. The Solution. 3 1.3. The Scope. 5 1.3.1. Location detection .......................................................................... 5 1.3.2. Optimal route finding. 5 1.3.3. Map display ....................................................................................... 5 1.3.4. Zoom in & out .................................................................................... 6 1.3.5. Photo display ..................................................................................... 6 1.3.6. Audio instruction ............................................................................... 6 2. Background Literature .................................................................................... 7 2.1. Maps ........................................................................................................... 7 2.1.1. Geographic information system (GIS) .......................................... 7 2.1.2. Mapping in HK................................................................................... 8 2.2. Location Tracking. 10 2.2.1. Global Positioning System (GPS. 10 2.2.2. SIM Tracking ..................................................................................... 12 2.2.3.
MLES .................................................................................................. 14 2.3. Path Finding. 16 2.3.1.
Breadth-First Search. 16 2.3.2.
Depth-First Search. 17 2.3.3.
Hill-Climbing Search ....................................................................... 18 2.3.4. A Search ......................................................................................... 19 2.4. Current Status. 20 2.4.1.
HK Explorer ....................................................................................... 20 2.4.2.
MapKing ........................................................................................... 21 3. Methodology and Resources. 24