설명
Geolocation 조회 정보입니다.
구문
public class GeolocationNode {
private List<GeolocationNode> childNodeList;
private String geoName;
private GeoType geoType;
}
필드
GeolocationNode
파라미터명 | 타입 | 설명 |
---|---|---|
childNodeList | List<GeolocationNode> | 하위 지역 정보 |
geoName | String | 지역 이름 |
geoType | Enum | 지역 유형 (CONTINENT/NATION/CITY)) |