Show / Hide Table of Contents

Struct LocationInfo

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct LocationInfo

Properties

| Improve this Doc View Source

altitude

Declaration
public float altitude { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

horizontalAccuracy

Declaration
public float horizontalAccuracy { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

latitude

Declaration
public float latitude { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

longitude

Declaration
public float longitude { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

timestamp

Declaration
public double timestamp { get; }
Property Value
Type Description
Double
| Improve this Doc View Source

verticalAccuracy

Declaration
public float verticalAccuracy { get; }
Property Value
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX