File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1+ # Mac OS X
2+ * .DS_Store
3+
4+
5+ # Xcode
6+ * .pbxuser
7+ * .mode2v3
8+ * .mode1v3
9+ * .perspective
10+ * .perspectivev3
11+ * .xcuserstate
12+ xcuserdata /
13+
14+ # Generic Files To Ignore
15+ * ~
16+ * .swp
17+ * .out
18+
19+ # Visual Studio Code
20+ .vscode /
Original file line number Diff line number Diff line change 143143 * @param startLocation The start location.
144144 * @param endLocation The end location.
145145 *
146- * @return The the midpoint location between this location and another location.
146+ * @return The cross track distance of this location relative to the specified start location and end location.
147147 */
148148- (CLLocationDistance)crossTrackDistanceToStartLocation : (nonnull CLLocation *)startLocation
149149 endLocation : (nonnull CLLocation *)endLocation ;
Original file line number Diff line number Diff line change @@ -314,14 +314,14 @@ - (nonnull CLLocation *)locationWithBearing:(CLLocationDirection)bearing
314314 }
315315}
316316
317- /* *
317+ /* !
318318 * @brief
319319 * Returns the cross track distance of this location relative to the specified start location and end location.
320320 *
321321 * @param startLocation The start location.
322322 * @param endLocation The end location.
323323 *
324- * @return The the midpoint location between this location and another location.
324+ * @return The cross track distance of this location relative to the specified start location and end location.
325325 */
326326- (CLLocationDistance)crossTrackDistanceToStartLocation : (nonnull CLLocation *)startLocation
327327 endLocation : (nonnull CLLocation *)endLocation
You can’t perform that action at this time.
0 commit comments