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
340
Map Projection in WindowRectChanged event
posted

Hi,

I am trying to project few Symbol elements in the XamMap window rectangle changed event, but found that they were projected in wrong positions.

 I have a set of Lat,Longs and I am trying to plot them depending on the window Rectangle.I want to render points which falls in the current rectangle and will skip plotting remaining points.In the event of Panning or Zooming the Window Rectangle changes, so I need to plot the points which falls in the new Rectangle.

So I am projecting and plotting the points in Window Rectangle changed event of XamMap, but found that those points were projected based on previous Rectangle instead of new Rectangle.

Any help would be greatly appreciated.

Thanks,
Sudheer.