Class EventCoordinateOptions
Options that can be set when creating a coordinate location for a meeting request
Inheritance
System.Object
EventCoordinateOptions
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public class EventCoordinateOptions : object
Properties
Accuracy
Accuracy
Declaration
public double Accuracy { get; set; }
Property Value
System.Double
|
Altitude
Altitude
Declaration
public double Altitude { get; set; }
Property Value
System.Double
|
AltitudeAccuracy
Altitude Accuracy
Declaration
public double AltitudeAccuracy { get; set; }
Property Value
System.Double
|
Latitude
Latitude
Declaration
public double Latitude { get; set; }
Property Value
System.Double
|
Longitude
Longitude
Declaration
public double Longitude { get; set; }
Property Value
System.Double
|