This is a migrated thread and some comments may be shown as answers.

KML Data Import Sample - Tooltips

1 Answer 65 Views
Map
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 15 Mar 2012, 12:54 AM
Hi..
When I run the KML Data Import Sample the tooltips do not appear. Am I missing something?
How can I add a click event to each shape.
thanks again

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 19 Mar 2012, 08:45 AM
Hello Jon,

I've checked the "KML Data  Import" example in our demo application (http://demos.telerik.com/silverlight/#Map/USA) and all things work just fine. To see tooltip you should put mouse pointer over the name of the state (it corresponds to the <Point> element in the KML file).

You can add mouse events to the map shape objects using standard Silverlight approach by assigning MouseLeftButtonDown and MouseLeftButtonUp event handlers for every element in the list.

Kind regards,
Andrey Murzov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Map
Asked by
Jon
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or