Skip to main content
A newer version of this page is available. .

MapPushpin Class

The class used to draw a pushpin on a map.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v18.2.dll

Declaration

public class MapPushpin :
    MapVisualItem

Remarks

A pushpin is a pointer that marks a geographical point on a map. An instance of a map pushpin is represented by the MapPushpin object that is a descendant of a VectorLayer object.

Use the MapPushpin.Location property to specify the pushpin position on a map.

To learn more on pushpins, see the Vector Elements topic.

Inheritance

Object
Windows.UI.Xaml.DependencyObject
See Also