Skip to content

Commit c13a4c2

Browse files
make clear that latitude is first on coordinateWithOffset
1 parent d4f0d30 commit c13a4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/address.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function kilometersToMiles(miles: number): number {
2828
}
2929

3030
/**
31-
* Calculates coordinates with offset.
31+
* Calculates coordinates with offset (latitude first).
3232
*
3333
* @param coordinate Coordinate.
3434
* @param bearing Bearing.

0 commit comments

Comments
 (0)