MapPushpin Class
The class used to draw a pushpin on a map.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Related API Members
The following members return MapPushpin objects:
Remarks
The Map Pushpin is a pointer that marks a geographical point on the map. Use the MapPointer.Location property to specify the pushpin position on a map.
The following image shows the map pushpin example.
If a custom image is not specified, the pushpin uses the default one.
Example
ItemStorage.Items.Add(new MapPushpin() { Location = new GeoPoint(70, -100), Text = "1" });
Inheritance
Object
MapItem
MapPointer
MapPushpin
See Also