模擬自定義位置

第 1 步:在 Xcode 中:檔案 - >新建 - >檔案 - >資源 - > GPX 檔案 - >下一步 - >為 GPX 檔案命名(在本例中為 Taipei) - >建立

第 2 步:編輯 GPX 檔案

<?xml version="1.0"?>
<gpx version="1.1" creator="Xcode">
    <wpt lat="25.041865" lon="121.551361"> // Edit the latitude and longitude 
        <name>Taipei</name> // Edit the name of the location
        <time>2014-09-24T14:55:37Z</time>
    </wpt>
</gpx>

第 3 步:當模擬器執行時:

StackOverflow 文件

你可以重複此過程以建立多個位置。