new fengmap.FMCoordsTransformer(options)
构造方法
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
参数对象
|
Methods
-
transform(coords){object}
-
定位坐标转换方法
Name Type Description coords
object {x:, y:}原始坐标点。
Returns:
Type Description object 返回对应的目标坐标系坐标{x:, y:}。