public class HttpDnsSimpleLocation
httpDns需要的定位信息,需要使用高德定位的经纬度坐标和cityCode
public HttpDnsSimpleLocation(@NotNull
java.lang.String cityCode,
double lat,
double lon)
httpDns需要的定位信息,需要使用高德定位的经纬度坐标和cityCode
@NotNull public java.lang.String getCityCode()
public double getLat()
public double getLon()
@NotNull public java.lang.String component1()
public double component2()
public double component3()
@NotNull public HttpDnsSimpleLocation copy(@NotNull java.lang.String cityCode, double lat, double lon)
httpDns需要的定位信息,需要使用高德定位的经纬度坐标和cityCode
@NotNull public java.lang.String toString()
httpDns需要的定位信息,需要使用高德定位的经纬度坐标和cityCode
public int hashCode()
httpDns需要的定位信息,需要使用高德定位的经纬度坐标和cityCode
public boolean equals(@Nullable
java.lang.Object p)
httpDns需要的定位信息,需要使用高德定位的经纬度坐标和cityCode