GeolocationList
- Print
- PDF
GeolocationList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
|
Was this article helpful?