Struct GcGeolocationEvent
- Namespace
- GameCanvas
- Assembly
- GameCanvas.dll
GNSSによる測位データ
public readonly struct GcGeolocationEvent : IEquatable<GcGeolocationEvent>
- Implements
- Inherited Members
Fields
AccuracyHorizontal
水平精度(メートル単位)
public readonly float AccuracyHorizontal
Field Value
AccuracyVertical
垂直精度(メートル単位)
public readonly float AccuracyVertical
Field Value
Altitude
高度
public readonly float Altitude
Field Value
Latitude
経度
public readonly float Latitude
Field Value
Longitude
緯度
public readonly float Longitude
Field Value
Null
public static readonly GcGeolocationEvent Null
Field Value
Time
計測時刻
public readonly DateTimeOffset Time
Field Value
Methods
Equals(GcGeolocationEvent)
public bool Equals(GcGeolocationEvent other)
Parameters
other
GcGeolocationEvent
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(GcGeolocationEvent, GcGeolocationEvent)
public static bool operator ==(GcGeolocationEvent lh, GcGeolocationEvent rh)
Parameters
Returns
operator !=(GcGeolocationEvent, GcGeolocationEvent)
public static bool operator !=(GcGeolocationEvent lh, GcGeolocationEvent rh)