Table of Contents

LocationCoordinate 类

命名空间
ClassIsland.Core.Models
程序集
ClassIsland.Core.dll

代表一个位置坐标

public record LocationCoordinate : IEquatable<LocationCoordinate>
继承
LocationCoordinate
实现
继承成员

属性

Latitude

纬度

public double Latitude { get; set; }

属性值

double

Longitude

经度

public double Longitude { get; set; }

属性值

double