Skip to main content

GeoPoint.IsEmpty Property

Gets a value that indicates whether this GeoPoint object’s coordinates are initialized.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public bool IsEmpty { get; }

#Property Value

Type Description
Boolean

true if the GeoPoint object is empty; otherwise false.

See Also