Skip to content

Zoom Functionality

ErencanErdoganTGS edited this page Sep 25, 2024 · 10 revisions

Goal

Enable the user to zoom into a tapped location on the globe for more precise selection.

grafik

User Story

When the user taps on a location on the globe, they should be able to open a zoomed in map that specific area. The user should be able to zoom in and out and swipe up/down/left/right on that map. This allows for choosing a more precise location.

Unity Implementation:

Zoom

zoom

Swipe

drag

Challenges:

  • Ensuring the map resolution is of high enough quality to support zoom.

  • Mapping the Coordinates correctly on the zoomed in map allowing the selection of specific locations.

  • Ensuring smooth and intuitive zoom controls and Interactions.