Skip to content

feat: Add location button and zoom to pins business logic (MIN-184)

Adrian Orłów requested to merge MIN-183-add-fit-bounds into development

Closes MIN-184

Objective:

Implement location button business logic. Make it possible to zoom to group of pins with an click of button or zoom to any provided extent with use of universal hook

What has been done:

  • location button business logic
  • getting all visible pins
  • converting all visible pins positions to an extent
  • hook for zooming to any extent
  • unit tests

IMPORTANT:

Example:

https://appunite.slack.com/archives/C05KV59V141/p1704894751966509?thread_ts=1704878403.241079&cid=C05KV59V141

Edited by Adrian Orłów

Merge request reports