amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 346 forks source link

Pins position by zoom level #629

Open HQK03654 opened 5 years ago

HQK03654 commented 5 years ago

VERSIONS

PLATFORMS

ACTUAL BEHAVIOR

Thank you for a greate and convinient library.

Now, I using Xamarin.Forms.GoogleMaps for my application. In this application, any Pins place on Google map. The Pins placement has been success, however a related position of Pins are different between them by map zoom level. I attached two screen shot(Android Screen). I would like you to expane me, why it is happen. CorrectPosition WrongPosition

ACTUAL SCREENSHOTS/STACKTRACE

something_image CorrentPosition.jpeg -- The related position between Pins(one is Blue rectange in circle, the other is blue square with center dot) are correct. WrongPosition.jpeg -- The related position between Pins are incorrect, the related position for Pins are reversed.

// paste stacktrace

EXPECTED BEHAVIOR

HOW TO REPRODUCE

  1. Check your library.
  2. If it is based on any problem, fix it.

// code for reproduce
amay077 commented 5 years ago

Could you show me code for reproduce?

And check your Pin.Anchor property. This property means base point in pin(ex new PointF(0.5f, 0.5f) is center of Pin).