Show / Hide Table of Contents

Struct LocationServicesData

Struct to hold relevant location data retrieved from the mobile implementation's Location Service

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.LocationServicesBPLibrary
Assembly: UE4DotNet.dll
Syntax
public struct LocationServicesData

Fields

| Improve this Doc View Source

Altitude

Declaration
public float Altitude
Field Value
Type Description
System.Single
| Improve this Doc View Source

HorizontalAccuracy

Declaration
public float HorizontalAccuracy
Field Value
Type Description
System.Single
| Improve this Doc View Source

Latitude

Declaration
public float Latitude
Field Value
Type Description
System.Single
| Improve this Doc View Source

Longitude

Declaration
public float Longitude
Field Value
Type Description
System.Single
| Improve this Doc View Source

Timestamp

Declaration
public float Timestamp
Field Value
Type Description
System.Single
| Improve this Doc View Source

VerticalAccuracy

Declaration
public float VerticalAccuracy
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX