We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.

Only Essential Cookies
Accept All

ChildrenNode

Expand

Class Info

public class ChildrenNode

Represents information about child nodes of a POI.

Public Constructor Summary

Expand

Constructor Name

ChildrenNode()

Default constructor.

Public Method Summary

Expand

Qualifier and Type

Method Name and Description

String

getDepAndArr()

Checks whether an airport terminal is a departure terminal, arrival terminal, or both.

String

getDomeAndInt()

Checks whether an airport terminal is a national terminal, international terminal, or both.

String

getFormatAddress()

Obtains the formatted detailed address of a place.

String[]

getHwPoiTypes()

Obtains the Huawei POI type of a place.

Coordinate

getLocation()

Obtains the longitude and latitude of a place.

String

getName()

Obtains the name of a place.

String

getSiteId()

Obtains the ID of a place.

void

setDepAndArr(String depAndArr)

Sets whether an airport terminal is a departure terminal, arrival terminal, or both.

void

setDomeAndInt(String domeAndInt)

Sets whether an airport terminal is a national terminal, international terminal, or both.

void

setFormatAddress(String formatAddress)

Sets the formatted detailed address of a place.

void

setHwPoiTypes(String[] hwPoiTypes)

Sets the Huawei POI type of a place.

void

setLocation(Coordinate location)

Sets the longitude and latitude of a place.

void

setName(String name)

Sets the name of a place.

void

setSiteId(String siteId)

Sets the ID of a place.

Public Methods

getDepAndArr

Expand

Method

public String getDepAndArr()

Checks whether an airport terminal is a departure terminal, arrival terminal, or both

Returns

Expand

Type

Description

String

Whether an airport terminal is a departure terminal, arrival terminal, or both. The options are as follows:

  • 1: departure
  • 2: arrival
  • 3: departure and arrival

getDomeAndInt

Expand

Method

public String getDomeAndInt()

Checks whether an airport terminal is a national terminal, international terminal, or both.

Returns

Expand

Type

Description

String

Whether an airport terminal is a national terminal, international terminal, or both. The options are as follows:

  • 1: national
  • 2: international
  • 3: national and international

getFormatAddress

Expand

Method

public String getFormatAddress()

Obtains the formatted detailed address of a place.

Returns

Expand

Type

Description

String

Formatted detailed address of a place.

getHwPoiTypes

Expand

Method

public String[] getHwPoiTypes()

Obtains the Huawei POI type of a place.

Returns

Expand

Type

Description

String[]

Huawei POI type.

getLocation

Expand

Method

public Coordinate getLocation()

Obtains the longitude and latitude of a place.

Returns

Expand

Type

Description

Coordinate

Longitude and latitude of a place.

getName

Expand

Method

public String getName()

Obtains the name of a place.

Returns

Expand

Type

Description

String

Name of a place.

getSiteId

Expand

Method

public String getSiteId()

Obtains the ID of a place.

Returns

Expand

Type

Description

String

ID of a place.

setDepAndArr

Expand

Method

public void setDepAndArr(String depAndArr)

Sets whether an airport terminal is a departure terminal, arrival terminal, or both.

Parameters

Expand

Name

Description

depAndArr

Whether an airport terminal is a departure terminal, arrival terminal, or both. The options are as follows:

  • 1: departure
  • 2: arrival
  • 3: departure and arrival

setDomeAndInt

Expand

Method

public void setDomeAndInt(String domeAndInt)

Sets whether an airport terminal is a national terminal, international terminal, or both.

Parameters

Expand

Name

Description

domeAndInt

Whether an airport terminal is a national terminal, international terminal, or both. The options are as follows:

  • 1: national
  • 2: international
  • 3: national and international

setFormatAddress

Expand

Method

public void setFormatAddress(String formatAddress)

Sets the formatted detailed address of a place.

Parameters

Expand

Name

Description

formatAddress

Formatted detailed address of a place.

setHwPoiTypes

Expand

Method

public void setHwPoiTypes(String[] hwPoiTypes)

Sets the Huawei POI type of a place.

Parameters

Expand

Name

Description

hwPoiTypes

Huawei POI type.

setLocation

Expand

Method

public void setLocation(Coordinate location)

Sets the longitude and latitude of a place.

Parameters

Expand

Name

Description

location

Longitude and latitude of a place.

setName

Expand

Method

public void setName(String name)

Sets the name of a place.

Parameters

Expand

Name

Description

name

Name of a place.

setSiteId

Expand

Method

public void setSiteId(String siteId)

Sets the ID of a place.

Parameters

Expand

Name

Description

siteId

ID of a place.

Search
Enter a keyword.