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

Custom Pins have too much padding to make the Pins very close together in proximity with Click Event #788

Open
1 of 2 tasks
linda-dge opened this issue May 9, 2022 · 0 comments

Comments

@linda-dge
Copy link

VERSIONS

  • Xamarin.Forms.GoogleMaps - 3.3.0

PLATFORMS

  • Android
  • [] iOS
  • UWP

ACTUAL BEHAVIOR

I have a custom Blue pin that I load a 72px X 72px icon into using BitMapDescriptor.FromBundle
I need to click very close to this pin, not on top of the pin, and have an existing Yellow pin move to this location.

Using Map click - I cannot click very close to the pin. It is always about 25-50 px away before it recognizes I didn't click the pin.
Using Pin click - I am not even on the blue pin and it will move the yellow pin on top of the blue pin. Even though I clicked about 25 px away.

It seems like there is padding around the pin but I don't know how to get rid of it.

ACTUAL SCREENSHOTS/STACKTRACE

EXPECTED BEHAVIOR

I want to somehow make the blue pin blend into the map so it doesn't matter how close I am when I click it will place the yellow pin at the point I clicked.

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

1 participant