< Back

New-GeoCoordinatesObject

Sat Jan 18, 2020 12:30 pm

NAME New-GeoCoordinatesObject



SYNOPSIS

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





SYNTAX

New-GeoCoordinatesObject [-altitude <double>] [-latitude <double>] [-longitude <double>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-altitude <double>

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



This property is on the "microsoft.graph.geoCoordinates" 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.geoCoordinates" 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.geoCoordinates" 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