| Package | Description |
|---|---|
| com.baidu.mapapi.utils |
测距、测面积、空间关系判断、坐标转换等工具
|
| Modifier and Type | Method and Description |
|---|---|
static CoordinateConverter.CoordType |
CoordinateConverter.CoordType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateConverter.CoordType[] |
CoordinateConverter.CoordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateConverter |
CoordinateConverter.from(CoordinateConverter.CoordType coordType)
设置源坐标类型
|