Skip to content

Commit

Permalink
Fixed Javadoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rijnb committed Oct 2, 2018
1 parent 6538c1d commit 32121ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ public GeoPoint getCenter() {
* A negative offset interpolates the point from the end rather than the start
* of the polyline.
*
* @param offsetInMeters Offset in meters, if >- 0.0 from the start of the polyline,
* if < 0.0 from the end of the polyline.
* @param offsetInMeters Offset in meters, if positive (or 0.0) from the start of the polyline,
* if negative, from the end of the polyline.
* @return Interpolated point on polyline, capped to the end points of the polyline.
*/
@Nonnull
Expand Down

0 comments on commit 32121ee

Please sign in to comment.