Skip to content

Commit

Permalink
fix(geobase): small fix on PositionData #188
Browse files Browse the repository at this point in the history
  • Loading branch information
navispatial committed Sep 3, 2023
1 parent 697de4f commit d1970f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart/geobase/lib/src/coordinates/data/position_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ mixin PositionData<E extends Position> implements Positionable {
///
/// Tolerance values must be positive (>= 0.0).
bool equals3D(
PositionData other, {
PositionData<E> other, {
double toleranceHoriz = defaultEpsilon,
double toleranceVert = defaultEpsilon,
}) {
Expand Down

0 comments on commit d1970f0

Please sign in to comment.