public class SyncCoordinateConverter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SyncCoordinateConverter.CoordType |
Constructor and Description |
---|
SyncCoordinateConverter() |
Modifier and Type | Method and Description |
---|---|
LatLng |
convert()
执行坐标转换操作
|
SyncCoordinateConverter |
coord(LatLng srcCoord)
设置源坐标数据
|
SyncCoordinateConverter |
from(SyncCoordinateConverter.CoordType coordType)
设置源坐标类型
|
public SyncCoordinateConverter coord(LatLng srcCoord)
srcCoord
- 源坐标数据, 不能为空public SyncCoordinateConverter from(SyncCoordinateConverter.CoordType coordType)
coordType
- SyncCoordinateConverter.CoordType
public LatLng convert()