Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

GeolocationList

Prev Next

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
  • CONTINENT | NATION | CITY