Skip to content

Commit

Permalink
Add comment for data class
Browse files Browse the repository at this point in the history
  • Loading branch information
darryl-lynch committed Jan 8, 2025
1 parent 7796684 commit 81cc6aa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,7 @@ class ProjectGeometryViewModel(val app: Application) : AndroidViewModel(app) {
}
}

/**
* Data class representing a point and its projection into another spatial reference.
*/
data class PointProjection (val original: Point, val projection: Point)

0 comments on commit 81cc6aa

Please sign in to comment.