Studio for Silverlight

ToolTipService.SetToolTip on different map layers?

  •  hauraki said 1 year, 4 months ago:

    Regarding:
    ToolTipService.SetToolTip(placemark, “Tooltip text”);

    Does it work for C1VectorPlacemark on different map layers?

    From my experiments it appears only placemarks on the last layer have the tooltip popup when mouseovered, as well as firing MouseLeftButtonDown events. Is that correct? Anyway to enable the tooltip and events for placemarks on other layers? Thanks.

  •  C1_UpkarS65p said 1 year, 4 months ago:

    I think there were some breaking changes in the recent versions.
    Can you try setting the Background of the vector layer to null?

    Thanks

  •  hauraki said 1 year, 4 months ago:

    Thanks that actually works for me. Though I’ve implemented a mouse move event listener to display the labels in a pop up in the mean time, the C1MapToolsLayer now starts working because it’s no longer blocked by the background of vector layers.

    Now my question is, how to set the C1MapToolsLayer to the max z-index (without manually adding it after all layers are in place)? The vector placemarks would sometime block the navigation tool. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.