Table of Contents

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

float

AccuracyVertical

垂直精度(メートル単位)

public readonly float AccuracyVertical

Field Value

float

Altitude

高度

public readonly float Altitude

Field Value

float

Latitude

経度

public readonly float Latitude

Field Value

float

Longitude

緯度

public readonly float Longitude

Field Value

float

Null

public static readonly GcGeolocationEvent Null

Field Value

GcGeolocationEvent

Time

計測時刻

public readonly DateTimeOffset Time

Field Value

DateTimeOffset

Methods

Equals(GcGeolocationEvent)

public bool Equals(GcGeolocationEvent other)

Parameters

other GcGeolocationEvent

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(GcGeolocationEvent, GcGeolocationEvent)

public static bool operator ==(GcGeolocationEvent lh, GcGeolocationEvent rh)

Parameters

lh GcGeolocationEvent
rh GcGeolocationEvent

Returns

bool

operator !=(GcGeolocationEvent, GcGeolocationEvent)

public static bool operator !=(GcGeolocationEvent lh, GcGeolocationEvent rh)

Parameters

lh GcGeolocationEvent
rh GcGeolocationEvent

Returns

bool