Skip to main content

MapPushpin.Location Property

Gets or sets coordinates for the pushpin element on a map.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public GeoPoint Location { get; set; }

Property Value

Type Description
GeoPoint

A GeoPoint structure that defines a geographical point on the map for a pushpin element.

See Also