Package | Description |
---|---|
ai.yue.library.base.ipo |
IPO定义
|
ai.yue.library.base.util |
提供各种工具方法,按照归类入口为XXXUtils,如字符串工具StringUtils等
|
Modifier and Type | Method and Description |
---|---|
static LocationIPO |
LocationIPO.toLocationIPO(com.alibaba.fastjson.JSONObject location)
将经纬度参数转换为位置对象
|
Modifier and Type | Method and Description |
---|---|
static List<Double> |
LocationUtils.getDistance(LocationIPO locationIPO,
List<LocationIPO> locationIPOList)
通过经纬度获取距离(单位:米)
|
static double |
LocationUtils.getDistance(LocationIPO locationIPO1,
LocationIPO locationIPO2)
通过经纬度获取距离(单位:米)
|
static int |
LocationUtils.getNearestLngAndLat(LocationIPO locationIPO,
List<LocationIPO> locationIPOList)
获得距离当前位置最近的经纬度
|
Modifier and Type | Method and Description |
---|---|
static List<Double> |
LocationUtils.getDistance(LocationIPO locationIPO,
List<LocationIPO> locationIPOList)
通过经纬度获取距离(单位:米)
|
static int |
LocationUtils.getNearestLngAndLat(LocationIPO locationIPO,
List<LocationIPO> locationIPOList)
获得距离当前位置最近的经纬度
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.