Package-level declarations
Types
Link copied to clipboard
data class IpResult(val addressType: String, val areaCode: String, val as: String, val asn: String, val category: String, val city: String, val countryShort: String, val countryLong: String, val delay: Boolean, val district: String, val domain: String, val elevation: Float, val iddCode: String, val isp: String, val latitude: Float, val longitude: Float, val mobileBrand: String, val mcc: String, val mnc: String, val netSpeed: String, val region: String, val status: String, val timezone: String, val usageType: String, val version: String, val weatherStationCode: String, val weatherStationName: String, val zipcode: String)
IP 查询结果
Link copied to clipboard
class IpToLocationSearcher(ipToLocationProperties: IpToLocationProperties, resourceLoader: ResourceLoader) : InitializingBean, DisposableBean
IP 定位查询器