Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Yunitsky <dmitry.yunitski@mapbox.com>
  • Loading branch information
ank27 and yunikkk authored Dec 1, 2022
1 parent 42691b7 commit 2ad7244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ internal class ViewAnnotationManagerImpl(
private fun ViewAnnotationOptions.coordinate() = geometry as Point

/**
* Function to calculate coordinatebound associated with annotation option.
* Function to calculate [CoordinateBounds] associated with annotation option.
* this uses [MapboxMap.projectedMetersForCoordinate] and [MapboxMap.coordinateForProjectedMeters]
* function to get correct coordinate for northEast and southWest point of annotations.
*/
Expand Down

0 comments on commit 2ad7244

Please sign in to comment.