Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaschen committed Feb 4, 2020
1 parent 3bc2788 commit b734e45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/100_Geometries/120_Line.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ printf(
);
```

The code above produces the output below:

``` plaintext
The midpoint of the line is located at 44.719 degrees latitude and 90.000 degrees longitude.
Its distance from the first point is 3935890.0 meters, its distance from the second point is 3935890.0 meters.
```

## Bearing

The bearing of an instance can be calculated using the `getBearing()` method.
Expand Down

0 comments on commit b734e45

Please sign in to comment.