< Back

New-OutlookGeoCoordinatesObject

Sat Jan 18, 2020 12:42 pm

NAME New-OutlookGeoCoordinatesObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.outlookGeoCoordinates" (or one of its derived types).





SYNTAX

New-OutlookGeoCoordinatesObject [-accuracy <double>] [-altitude <double>] [-altitudeAccuracy <double>] [-latitude

<double>] [-longitude <double>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.outlookGeoCoordinates" (or one of its derived types).





PARAMETERS

-altitude <double>

The "altitude" property, of type "Edm.Double".



This property is on the "microsoft.graph.outlookGeoCoordinates" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-latitude <double>

The "latitude" property, of type "Edm.Double".



This property is on the "microsoft.graph.outlookGeoCoordinates" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-longitude <double>

The "longitude" property, of type "Edm.Double".



This property is on the "microsoft.graph.outlookGeoCoordinates" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-accuracy <double>

The "accuracy" property, of type "Edm.Double".



This property is on the "microsoft.graph.outlookGeoCoordinates" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-altitudeAccuracy <double>

The "altitudeAccuracy" property, of type "Edm.Double".



This property is on the "microsoft.graph.outlookGeoCoordinates" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS