< Back

New-DeviceGeoLocationObject

Sat Jan 18, 2020 12:21 pm

NAME New-DeviceGeoLocationObject



SYNOPSIS

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





SYNTAX

New-DeviceGeoLocationObject [-altitude <double>] [-heading <double>] [-horizontalAccuracy <double>]

[-lastCollectedDateTime <DateTimeOffset>] [-latitude <double>] [-longitude <double>] [-speed <double>]

[-verticalAccuracy <double>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-lastCollectedDateTime <DateTimeOffset>

The "lastCollectedDateTime" property, of type "Edm.DateTimeOffset".



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



Time at which location was recorded, relative to UTC



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-longitude <double>

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



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



Longitude coordinate of the device's location



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.deviceGeoLocation" type.



Latitude coordinate of the device's location



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-altitude <double>

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



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



Altitude, given in meters above sea level



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-horizontalAccuracy <double>

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



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



Accuracy of longitude and latitude in meters



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-verticalAccuracy <double>

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



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



Accuracy of altitude in meters



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-heading <double>

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



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



Heading in degrees from true north



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-speed <double>

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



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



Speed the device is traveling in meters per second



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