\Microsoft\Graph\ModelGeoCoordinates

GeoCoordinates class

Summary

Methods
Properties
Constants
__construct()
getAltitude()
setAltitude()
getLatitude()
setLatitude()
getLongitude()
setLongitude()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_propDict
N/A

Properties

$_propDict

$_propDict : \Microsoft\Graph\Model\array(string

The array of properties available to the model

Type

\Microsoft\Graph\Model\array(string — => string)

Methods

__construct()

__construct(array  $propDict = array()) : null

GeoCoordinates constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getAltitude()

getAltitude() : float

Gets the altitude

Returns

float —

The altitude

setAltitude()

setAltitude(float  $val) : null

Sets the altitude

Parameters

float $val

The value of the altitude

Returns

null

getLatitude()

getLatitude() : float

Gets the latitude

Returns

float —

The latitude

setLatitude()

setLatitude(float  $val) : null

Sets the latitude

Parameters

float $val

The value of the latitude

Returns

null

getLongitude()

getLongitude() : float

Gets the longitude

Returns

float —

The longitude

setLongitude()

setLongitude(float  $val) : null

Sets the longitude

Parameters

float $val

The value of the longitude

Returns

null