Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Rotate around arbitrary point #1460

Closed
3 tasks done
derolf opened this issue Mar 7, 2023 · 4 comments · Fixed by #1532
Closed
3 tasks done

[FEATURE] Rotate around arbitrary point #1460

derolf opened this issue Mar 7, 2023 · 4 comments · Fixed by #1532
Labels
feature This issue requests a new feature

Comments

@derolf
Copy link

derolf commented Mar 7, 2023

What do you want implemented?

Currently, when you rotate the map, it always rotates around the center.

If you have a nav app, your car icon is usually about 2/3 down and not at the map center. It would be great to rotate the map around a specific point, e.g. the car icon.

What other alternatives are available?

No response

Can you provide any other information?

No response

Platforms Affected

Android, iOS

Severity

Obtrusive: No workarounds are available, and this is essential to me

Requirements

@derolf derolf added the feature This issue requests a new feature label Mar 7, 2023
@ibrierley
Copy link
Collaborator

As a temp hack, it may be possible to reposition the main widget somehow, so the bottom third is off the physical screen, so when rotating it "looks" like its rotating around that object ? (obviously doesn't work for more unaligned situations).

@Soliardi-Chyngyz
Copy link

This topic remains relevant, there is an example in the MarkerAnchorPage class when markers lie inside MarkerLayer, but what if they lie inside MarkerClusterLayerOptions and it is inside MarkerClusterLayerWidget
in my case clusters are required

@JaffaKetchup JaffaKetchup changed the title Rotate around arbitrary point [FEATURE] Rotate around arbitrary point May 20, 2023
JaffaKetchup added a commit that referenced this issue May 29, 2023
…esolves #1460, #777, #952)

Major refactoring and re-organization to improve understandibility
@JaffaKetchup JaffaKetchup linked a pull request May 29, 2023 that will close this issue
@JaffaKetchup
Copy link
Member

I misread this issue title and interpreted it the same as #952 and #777. This is not resolved by #1532 or 2764747 yet.

JaffaKetchup added a commit that referenced this issue May 30, 2023
Co-Authored-By: 6y <tlserver@yahoo.com>
@JaffaKetchup JaffaKetchup linked a pull request May 30, 2023 that will close this issue
@JaffaKetchup
Copy link
Member

JaffaKetchup commented May 30, 2023

This is resolved by #1352/ 48853f2 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue requests a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants