Rhopoint Appearance Elements Help Help

MeasurementSource

Declaration

public record MeasurementSource: IMeasurementSource { [JsonProperty("deviceId")] public string? DeviceIdentifier { get; set; } [JsonProperty("loc")] public string? LocationName { get; set; } [JsonProperty("lat")] public string? Latitude { get; set; } [JsonProperty("lon")] public string? Longitude { get; set; } }
Last modified: 03 February 2025