Search Results for

    Show / Hide Table of Contents

    Interface IGraphOutlookGeoCoordinates

    The geographic coordinates, elevation, and their degree of accuracy for a physical location.

    Inherited Members
    IDataModel<IGraphOutlookGeoCoordinates>.Requested
    IDataModel<IGraphOutlookGeoCoordinates>.HasValue(String)
    IDataModel<IGraphOutlookGeoCoordinates>.HasChanged(String)
    IDataModel<IGraphOutlookGeoCoordinates>.IsPropertyAvailable(Expression<Func<IGraphOutlookGeoCoordinates, Object>>)
    IDataModel<IGraphOutlookGeoCoordinates>.ArePropertiesAvailable(Expression<Func<IGraphOutlookGeoCoordinates, Object>>[])
    IDataModel<IGraphOutlookGeoCoordinates>.EnsureProperties(Expression<Func<IGraphOutlookGeoCoordinates, Object>>[])
    IDataModel<IGraphOutlookGeoCoordinates>.EnsurePropertiesAsync(Expression<Func<IGraphOutlookGeoCoordinates, Object>>[])
    IDataModel<IGraphOutlookGeoCoordinates>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IGraphOutlookGeoCoordinates>.ExecuteRequest(ApiRequest)
    IDataModel<IGraphOutlookGeoCoordinates>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IGraphOutlookGeoCoordinates>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IGraphOutlookGeoCoordinates>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IGraphOutlookGeoCoordinates>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public interface IGraphOutlookGeoCoordinates : IDataModel<IGraphOutlookGeoCoordinates>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphOutlookGeoCoordinates>

    Properties

    Accuracy

    The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.

    Declaration
    double Accuracy { get; }
    Property Value
    System.Double

    Altitude

    The altitude of the location.

    Declaration
    double Altitude { get; }
    Property Value
    System.Double

    AltitudeAccuracy

    The accuracy of the altitude.

    Declaration
    double AltitudeAccuracy { get; set; }
    Property Value
    System.Double

    Latitude

    The latitude of the location.

    Declaration
    double Latitude { get; set; }
    Property Value
    System.Double

    Longitude

    The longitude of the location.

    Declaration
    double Longitude { get; set; }
    Property Value
    System.Double

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer