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
Altitude
获得/设置 海拔高度单位米
public decimal Altitude { get; set; }
Property Value
AltitudeAccuracy
获得/设置 海拔精度
public decimal AltitudeAccuracy { get; set; }
Property Value
CurrentDistance
获得/设置 移动距离
public decimal CurrentDistance { get; set; }
Property Value
Heading
获得/设置 方向 从正北开始以度计
public decimal Heading { get; set; }
Property Value
LastLat
获得/设置 最后一次获取到的纬度
public decimal LastLat { get; set; }
Property Value
LastLong
获得/设置 最后一次获取到的经度
public decimal LastLong { get; set; }
Property Value
LastUpdateTime
获得/设置 时间
public DateTime LastUpdateTime { get; }
Property Value
Latitude
获得/设置 纬度
public decimal Latitude { get; set; }
Property Value
Longitude
获得/设置 经度
public decimal Longitude { get; set; }
Property Value
Speed
获得/设置 速度 以米/每秒计
public decimal Speed { get; set; }
Property Value
Timestamp
获得/设置 时间戳
public long Timestamp { get; set; }
Property Value
TotalDistance
获得/设置 总移动距离
public decimal TotalDistance { get; set; }