The Birdseye ResourceSet container.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[DataContract]
[KnownType(typeof(BirdseyeMetadata))]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BirdseyeMetadataResourceSet
Inheritance: objectBirdseyeMetadataResourceSet
Constructors
C#
public BirdseyeMetadataResourceSet()
Properties
Gets or sets an estimate of the total number of resources in the ResourceSet.
C#
[DataMember(Name = "estimatedTotal")]
public long EstimatedTotal { get; set; }
Gets or sets a collection of one or more imagery metadata resources.
C#
[DataMember(Name = "resources")]
public BirdseyeMetadata[] Resources { get; set; }