Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.11 KB

mapcontrol_findmapelementsatoffset_861880289.md

File metadata and controls

40 lines (22 loc) · 1.11 KB
-api-id -api-type
M:Windows.UI.Xaml.Controls.Maps.MapControl.FindMapElementsAtOffset(Windows.Foundation.Point,System.Double)
winrt method

Windows.UI.Xaml.Controls.Maps.MapControl.FindMapElementsAtOffset

-description

Retrieves the collection of MapElement objects within the specified radius.

-parameters

-param offset

The point on the map that marks the center of a radius from which to retrieve the collection of MapElement objects.

-param radius

A number that's added to the offset to mark the edge of the radius.

-returns

The collection of MapElement objects within the specified radius.

-remarks

Use this overload to retrieve a collection of map objects by using a hit test area that your app captures from touch interactions.

-see-also

Display maps with 2D, 3D, and Streetside views

-examples