Available in VPC
This is the GeoLocation query information.
Syntax
The syntax is as follows.
public class GeolocationNode {
private List<GeolocationNode> childNodeList;
private String geoName;
private GeoType geoType;
}
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
childNodeList |
List<GeolocationNode> | - | Sub-region information |
geoName |
String | - | Region name |
geoType |
Enum | - | Region type
|