Interface IAdvancedMobileLocationEnriched
- Namespace
- XENBIT.ResQueServe.Abstractions.Interfaces
- Assembly
- RQS.Abstractions.dll
Extends IAdvancedMobileLocation data with additional identifiers, the FullyQualifiedTelephoneNumber and related Places.
public interface IAdvancedMobileLocationEnriched : IAdvancedMobileLocation
- Inherited Members
Properties
FullyQualifiedTelephoneNumber
Gets or sets the complete telephone number including country code and area code.
string FullyQualifiedTelephoneNumber { get; set; }
Property Value
Id
Gets or sets the unique identifier for this enriched AML record.
Guid Id { get; set; }
Property Value
Places
Gets or sets a collection of IAdvancedMobileLocationPlace instances. Each element contains a Place reference and the Distance in meters from the AML coordinates.
IEnumerable<IAdvancedMobileLocationPlace>? Places { get; set; }