Table of Contents

Class GeolocationPosition

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

定位数据类

public class GeolocationPosition
Inheritance
GeolocationPosition
Inherited Members
Extension Methods

Constructors

GeolocationPosition()

public GeolocationPosition()

Properties

Accuracy

获得/设置 位置精度

public decimal Accuracy { get; set; }

Property Value

decimal

Altitude

获得/设置 海拔高度单位米

public decimal Altitude { get; set; }

Property Value

decimal

AltitudeAccuracy

获得/设置 海拔精度

public decimal AltitudeAccuracy { get; set; }

Property Value

decimal

CurrentDistance

获得/设置 移动距离

public decimal CurrentDistance { get; set; }

Property Value

decimal

Heading

获得/设置 方向 从正北开始以度计

public decimal Heading { get; set; }

Property Value

decimal

LastLat

获得/设置 最后一次获取到的纬度

public decimal LastLat { get; set; }

Property Value

decimal

LastLong

获得/设置 最后一次获取到的经度

public decimal LastLong { get; set; }

Property Value

decimal

LastUpdateTime

获得/设置 时间

public DateTime LastUpdateTime { get; }

Property Value

DateTime

Latitude

获得/设置 纬度

public decimal Latitude { get; set; }

Property Value

decimal

Longitude

获得/设置 经度

public decimal Longitude { get; set; }

Property Value

decimal

Speed

获得/设置 速度 以米/每秒计

public decimal Speed { get; set; }

Property Value

decimal

Timestamp

获得/设置 时间戳

public long Timestamp { get; set; }

Property Value

long

TotalDistance

获得/设置 总移动距离

public decimal TotalDistance { get; set; }

Property Value

decimal