構造体 GcGeolocationEvent
Namespace: GameCanvas
csharp
public readonly struct GcGeolocationEvent : System.IEquatable<GcGeolocationEvent>GNSSによる測位データ
継承元
System.IEquatable<GcGeolocationEvent>
フィールド
AccuracyHorizontal
csharp
public readonly float AccuracyHorizontal水平精度(メートル単位)
AccuracyVertical
csharp
public readonly float AccuracyVertical垂直精度(メートル単位)
Altitude
csharp
public readonly float Altitude高度
Latitude
csharp
public readonly float Latitude経度
Longitude
csharp
public readonly float Longitude緯度
Null
csharp
public static readonly GcGeolocationEvent Null = defaultTime
csharp
public readonly System.DateTimeOffset Time計測時刻
メソッド
Equals(GcGeolocationEvent)
csharp
public bool Equals(GcGeolocationEvent other)Equals(object)
csharp
public override bool Equals(object obj)GetHashCode()
csharp
public override int GetHashCode()ToString()
csharp
public override string ToString()演算子
operator !=(GcGeolocationEvent, GcGeolocationEvent)
csharp
public static bool operator !=(GcGeolocationEvent lh, GcGeolocationEvent rh)operator ==(GcGeolocationEvent, GcGeolocationEvent)
csharp
public static bool operator ==(GcGeolocationEvent lh, GcGeolocationEvent rh)