MapPushpin Class
The class used to draw a pushpin on a map.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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
See Also