Skip to content

Commit

Permalink
refactor(address.nearbyGPSCoordinate): improve mathfor bearing
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox committed Mar 31, 2022
1 parent 2f9827a commit f81341e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,9 @@ export class Address {
degreesToRadians(
this.faker.datatype.number({
min: 0,
max: 1,
max: 360,
precision: 1e-4,
}) * 360.0
})
),
radius,
isMetric
Expand Down

0 comments on commit f81341e

Please sign in to comment.