Skip to content

Commit

Permalink
Merge pull request #164 from Hamfor/master
Browse files Browse the repository at this point in the history
Add missing bearing to CompassDirection interface
  • Loading branch information
manuelbieh authored May 12, 2019
2 parents f8af536 + a3d6390 commit 9cc99b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/geolib.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ declare namespace geolib {
export interface CompassDirection {
rough: string,
exact: string
bearing: number
}

export interface Distance {
Expand Down

0 comments on commit 9cc99b5

Please sign in to comment.