This question is locked. New answers and comments are not allowed.
Hello,
I create a database that contains a table "Location" = {id_BBS, Long, Latt} and I added a WCF that allows us to find a "localistion" after the code id_BBS
in the XAML, my interface contains 3 elements:
1) - search button
2) Text block
3) Map
---> my problem: I want when I press the button search, the application uses WCF to know the coordinates of research and then zoom in on this location
So my question is how to get to zooming known location ????????????
I create a database that contains a table "Location" = {id_BBS, Long, Latt} and I added a WCF that allows us to find a "localistion" after the code id_BBS
in the XAML, my interface contains 3 elements:
1) - search button
2) Text block
3) Map
---> my problem: I want when I press the button search, the application uses WCF to know the coordinates of research and then zoom in on this location
So my question is how to get to zooming known location ????????????