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

Observing click location on a custom widget #577

Open
maxkeller321 opened this issue Dec 28, 2024 · 4 comments
Open

Observing click location on a custom widget #577

maxkeller321 opened this issue Dec 28, 2024 · 4 comments

Comments

@maxkeller321
Copy link

First: Thanks for the great plugin :)! I'm loving it.

I would like to know/ have a callback to identify onto which part of a custom iconWidget on the map a user click happened:

image
I'm using currently the iconWidget field of the of the MarkerIcon for this.

Is there a functionality that enables this (more detailed than the onGeoPointClicked) ?

image
e.g. I would like to notice here clicks onto the view-details button, to route the users to a new screen.

In case such a functionality does not exist, I would be open to help/ do the implementation.

@liodali
Copy link
Owner

liodali commented Dec 29, 2024

for now that could not be happen its true we use widget for marker
but we convert it to image
after finishing vector tile support i will work on popup window for markers
which will be possible to do it
sorry for late reply

@liodali
Copy link
Owner

liodali commented Dec 29, 2024

for better you can use bottomsheet or you can center the map on that marker and show overlay
technically that what i will implement

@maxkeller321
Copy link
Author

Thanks @liodali this helps us a lot :)
Feel free to close the issue, or leave it open in case you want!

@liodali
Copy link
Owner

liodali commented Dec 30, 2024

i will keep it as reference for me to started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants