Skip to content
GeoLocation.md 1.43 KiB
Newer Older
# GeoLocation
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**altitude** | [**Integer**](integer.md) | The altitude value of location as defined in IETF RFC 6225 [6] | [optional] [default to null]
**altitudeType** | [**Integer**](integer.md) | The type description for altitude information e.g. floors or meters as defined in IETF RFC 6225 [6] | [optional] [default to null]
**altitudeUncertainty** | [**Integer**](integer.md) | The uncertainty for altitude information as defined in IETF RFC 6225 [6] | [optional] [default to null]
**datum** | [**Integer**](integer.md) | The datum value to express how coordinates are organized and related to real world as defined in IETF RFC 6225 [6] | [default to null]
Kevin Di Lallo's avatar
Kevin Di Lallo committed
**lat** | [**Integer**](integer.md) | The latitude value of location as defined in IETF RFC 6225 [6] | [default to null]
**latUncertainty** | [**Integer**](integer.md) | The uncertainty for Latitude information as defined in IETF RFC 6225 [6] | [default to null]
Kevin Di Lallo's avatar
Kevin Di Lallo committed
**long** | [**Integer**](integer.md) | The longitude value of location as defined in IETF RFC 6225 [6] | [default to null]
**longUncertainty** | [**Integer**](integer.md) | The uncertainty for Longitude information as defined in IETF RFC 6225 [6] | [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)