This question is locked. New answers and comments are not allowed.
I use Bing provider. If I turn on Bird's Eye view and try to call GetBestView() for my layer I get exception:
System.ArgumentException was caught
Message=Value does not fall within the expected range.
StackTrace:
at System.Windows.Size.set_Height(Double value)
at Telerik.Windows.Controls.RadMap.GetGeoSize(Location basePoint, Size pixelSize)
at Telerik.Windows.Controls.Map.InformationLayer.GetBestView(IEnumerable`1 itemsList, Boolean useElementSize)
at Telerik.Windows.Controls.Map.InformationLayer.GetBestView(IEnumerable`1 itemsList)
at Accellos.SkyTracker.WUI.Mobile.Controls.DriversMap.SetBestView(InformationLayer layer)
InnerException:
My layer contains 4 MapPinPoint objects. Three of them are on the East coast, on is on West. Nothing special.
Version of controls 2011.2.1031.1040
System.ArgumentException was caught
Message=Value does not fall within the expected range.
StackTrace:
at System.Windows.Size.set_Height(Double value)
at Telerik.Windows.Controls.RadMap.GetGeoSize(Location basePoint, Size pixelSize)
at Telerik.Windows.Controls.Map.InformationLayer.GetBestView(IEnumerable`1 itemsList, Boolean useElementSize)
at Telerik.Windows.Controls.Map.InformationLayer.GetBestView(IEnumerable`1 itemsList)
at Accellos.SkyTracker.WUI.Mobile.Controls.DriversMap.SetBestView(InformationLayer layer)
InnerException:
My layer contains 4 MapPinPoint objects. Three of them are on the East coast, on is on West. Nothing special.
Version of controls 2011.2.1031.1040