Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1158
XamGeographicMap why binding Lat e Long the items are plotted at different location?
posted

Hi to all,

Wow I'm writing the first post in section...I hope that will be someone that will read this ;)

In short the problem is:
I bind data with some coordinates but the Marker is drwaed on different coords: 40.6597 -> 40.4109 17.7406 -> 18,0731. Like shown in this image:

This is partial XAML that define the UI:

 <ig:XamGeographicMap ...>
  <ig:XamGeographicMap.Series>
      <ig:GeographicSymbolSeries 
         LatitudeMemberPath="PlantAnag.geoLat"  
        LongitudeMemberPath="PlantAnag.geoLong" >

 I'm think that I'm write right code.

 Reading some post/help about XamMap I saw that the XamMap have a  method to convert coordinates, but XamGeoMap dont.

Anyone ahve any idea about this matter?

Thanks in advance.
Regards.

Davide.