amay077 / Xamarin.Forms.GoogleMaps

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

pins not showing correct location #727

Open Ahlam-dev opened 4 years ago

Ahlam-dev commented 4 years ago

VERSIONS

PLATFORMS

ACTUAL BEHAVIOR

I have taken my pin's coordinates from (https://www.google.com/maps) and then used them as Xamarin.Forms.GoogleMaps.Position object as pin position on xamrin.forms controller but the problem is the pin location differs from where it was on google map website.

ACTUAL SCREENSHOTS/STACKTRACE

as appear in the image the current pin location is the one with information window being tapped and the red circle is the actual pin location from google map website. Picture1q (2)

EXPECTED BEHAVIOR

this happened to all the pins of my map, is there any solution for this issue?

remark: I have set the map region in this way "kau_map.MoveToRegion(MapSpan.FromCenterAndRadius(startPosition, Distance.FromMeters(1000)));" startPosition is a Position in the middle of my focusing area