Class SetGeolocationOverrideCommandSettings
SetGeolocationOverride
public sealed class SetGeolocationOverrideCommandSettings : ICommand
- Inheritance
-
SetGeolocationOverrideCommandSettings
- Implements
- Inherited Members
Properties
Accuracy
Gets or sets the accuracy
[JsonPropertyName("accuracy")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Accuracy { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Latitude
Gets or sets the latitude
[JsonPropertyName("latitude")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Latitude { get; set; }
Property Value
Longitude
Gets or sets the longitude
[JsonPropertyName("longitude")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Longitude { get; set; }