public class RegionInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RegionInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contain(Point point) |
Point |
getCenter() |
int |
getCode() |
RegionLevel |
getLevel() |
String |
getName() |
int |
getParentCode() |
List<List<Point>> |
getPolyline() |
String |
toString() |
public int getParentCode()
public int getCode()
public String getName()
public RegionLevel getLevel()
public Point getCenter()
public boolean contain(Point point)
Copyright © 2019. All rights reserved.