|
SubjectDistanceRuleRequestCenter Property |
[This is preliminary documentation and is subject to change.]
The center, the geo location to be referenced.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic GeoCoordinate Center { get; set; }
Public Property Center As GeoCoordinate
Get
Set
public:
property GeoCoordinate^ Center {
GeoCoordinate^ get ();
void set (GeoCoordinate^ value);
}
member Center : GeoCoordinate with get, set
Property Value
Type:
GeoCoordinate
The center.
See Also