Hi,
I tried to use the InformationLayer.GetBestView(items), but it requires to be called several times to have correct result.
(If it is called with MapPinPoint)
Here is the template of the MapPinPoint :
In order to eliminate any side effects with the databinding or the map provider latency, the call to 'GetBestView' is made by an event handler attached to a user interaction (MouseRightButtonDown).
I have a lightweight VS2012 solution were I reproduced the issue, if needed
Can you please help me ?
Thanks in advance
I tried to use the InformationLayer.GetBestView(items), but it requires to be called several times to have correct result.
(If it is called with MapPinPoint)
Here is the template of the MapPinPoint :
<
DataTemplate
x:Key
=
"ObstructionPointItemTemplate"
><
br
>
<
telerik:MapPinPoint
<br>
BorderBrush="{StaticResource ObstructionPointColor}"<
br
>
Template="{StaticResource PointControlTemplate}" <
br
>
telerik:MapLayer.Location="{Binding }"><
br
>
<
telerik:MapLayer.HotSpot
><
br
>
<
telerik:HotSpot
X
=
"0.5"
Y
=
"0.5"
/><
br
>
</
telerik:MapLayer.HotSpot
><
br
>
</
telerik:MapPinPoint
><
br
>
</
DataTemplate
>
In order to eliminate any side effects with the databinding or the map provider latency, the call to 'GetBestView' is made by an event handler attached to a user interaction (MouseRightButtonDown).
I have a lightweight VS2012 solution were I reproduced the issue, if needed
Can you please help me ?
Thanks in advance