none
SetView by location list breaking when list forms a line in WPF control

    Question

  • I'm trying to do a .SetView(Locs, New Thickness(60), 0) where Locs is a list of two+ location objects.  it has been working great but I ran into a pair of locations that caused a "Must provide at least one location" error.  The two locations are 38.9708667,-94.7424167,0 and 38.9708667,-94.72365,0.

    When I added 0.000001 to the first latitude, the SetView worked fine.

    Two points with different latitude but the same longitude doesn't throw an error but the view zooms all the way back.

    Is this a bug in the WPF Bing Map control or am I doing something wrong?

    Friday, July 26, 2013 8:21 PM

All replies