Skip to main content

MapCustomElement.Location Property

Gets or sets a location of the custom 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 object containing geographical coordinates of the element location.

See Also