public class Coordinate extends AbstractModel
Constructor and Description |
---|
Coordinate() |
Coordinate(Coordinate source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Float |
getLat()
Get 纬度
|
Float |
getLng()
Get 经度
|
void |
setLat(Float Lat)
Set 纬度
|
void |
setLng(Float Lng)
Set 经度
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Coordinate()
public Coordinate(Coordinate source)
Copyright © 2022. All rights reserved.