/ChangeLocation

ChangeLocation

Primary LanguageObjective-C

ChangeLocation

ChangeLocation

<?xml version="1.0"?>
<gpx version="1.1" creator="Xcode">
    
    <!--
     Provide one or more waypoints containing a latitude/longitude pair. If you provide one
     waypoint, Xcode will simulate that specific location. If you provide multiple waypoints,
     Xcode will simulate a route visiting each waypoint.
     提供一个或多个含有纬度/经度对航点。如果你提供一个
     航点,Xcode将模拟的具体位置。如果你提供了多个航点,
     Xcode将模拟路径访问每个航路点
     -->
    
    <!--  新城控股B座  31.227944,121.388493-->
    <!--  故宫:116.397026,39.918058-->
    <!--  八角东街:纬度:39.907738,经度:116.193559-->
    <wpt lat="22.5124" lon="113.9371">
        <name>Cupertino</name>
        
        <!--
         Optionally provide a time element for each waypoint. Xcode will interpolate movement
         at a rate of speed based on the time elapsed between each waypoint. If you do not provide
         a time element, then Xcode will use a fixed rate of speed.
         可提供每点一次元件。Xcode将插补运动
         在率基于每个航路点之间经过的时间速度。如果你不提供
         一个时间单元,然后Xcode会使用固定的速度。
         
         Waypoints must be sorted by time in ascending order.
         航点必须以升序排序时间。
         -->
        <time>2020-09-24T14:55:37Z</time>
    </wpt>
    
</gpx>

location

 <wpt lat="22.5124" lon="113.9371">