模拟自定义位置

第 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 文档

你可以重复此过程以创建多个位置。