public class GeoGrid extends Object implements Jsonizable
| 限定符和类型 | 方法和说明 |
|---|---|
GeoPoint |
getBottomRight() |
GeoPoint |
getTopLeft() |
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
void |
setBottomRight(GeoPoint bottomRight) |
void |
setTopLeft(GeoPoint topLeft) |
public GeoPoint getTopLeft()
public void setTopLeft(GeoPoint topLeft)
public GeoPoint getBottomRight()
public void setBottomRight(GeoPoint bottomRight)
public String jsonize()
jsonize 在接口中 Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize 在接口中 JsonizableCopyright © 2025. All Rights Reserved.