Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Class Info |
|---|
public class ChildrenNode Represents information about child nodes of a POI. |
Constructor Name |
|---|
ChildrenNode() Default constructor. |
Qualifier and Type |
Method Name and Description |
|---|---|
String |
Checks whether an airport terminal is a departure terminal, arrival terminal, or both. |
String |
Checks whether an airport terminal is a national terminal, international terminal, or both. |
String |
Obtains the formatted detailed address of a place. |
String[] |
Obtains the Huawei POI type of a place. |
| Obtains the longitude and latitude of a place. |
|
String |
getName() Obtains the name of a place. |
String |
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. |
Method |
|---|
public String getDepAndArr() Checks whether an airport terminal is a departure terminal, arrival terminal, or both |
Returns
Type |
Description |
|---|---|
String |
Whether an airport terminal is a departure terminal, arrival terminal, or both. The options are as follows:
|
Method |
|---|
public String getDomeAndInt() Checks whether an airport terminal is a national terminal, international terminal, or both. |
Returns
Type |
Description |
|---|---|
String |
Whether an airport terminal is a national terminal, international terminal, or both. The options are as follows:
|
Method |
|---|
public String getFormatAddress() Obtains the formatted detailed address of a place. |
Returns
Type |
Description |
|---|---|
String |
Formatted detailed address of a place. |
Method |
|---|
public String[] getHwPoiTypes() Obtains the Huawei POI type of a place. |
Returns
Type |
Description |
|---|---|
String[] |
Method |
|---|
public Coordinate getLocation() Obtains the longitude and latitude of a place. |
Returns
Type |
Description |
|---|---|
Longitude and latitude of a place. |
Method |
|---|
public String getName() Obtains the name of a place. |
Returns
Type |
Description |
|---|---|
String |
Name of a place. |
Method |
|---|
public String getSiteId() Obtains the ID of a place. |
Returns
Type |
Description |
|---|---|
String |
ID of a place. |
Method |
|---|
public void setDepAndArr(String depAndArr) Sets whether an airport terminal is a departure terminal, arrival terminal, or both. |
Parameters
Name |
Description |
|---|---|
depAndArr |
Whether an airport terminal is a departure terminal, arrival terminal, or both. The options are as follows:
|
Method |
|---|
public void setDomeAndInt(String domeAndInt) Sets whether an airport terminal is a national terminal, international terminal, or both. |
Parameters
Name |
Description |
|---|---|
domeAndInt |
Whether an airport terminal is a national terminal, international terminal, or both. The options are as follows:
|
Method |
|---|
public void setFormatAddress(String formatAddress) Sets the formatted detailed address of a place. |
Parameters
Name |
Description |
|---|---|
formatAddress |
Formatted detailed address of a place. |
Method |
|---|
public void setHwPoiTypes(String[] hwPoiTypes) Sets the Huawei POI type of a place. |
Parameters
Name |
Description |
|---|---|
hwPoiTypes |
Method |
|---|
public void setLocation(Coordinate location) Sets the longitude and latitude of a place. |
Parameters
Name |
Description |
|---|---|
location |
Longitude and latitude of a place. |
Method |
|---|
public void setName(String name) Sets the name of a place. |
Parameters
Name |
Description |
|---|---|
name |
Name of a place. |
Method |
|---|
public void setSiteId(String siteId) Sets the ID of a place. |
Parameters
Name |
Description |
|---|---|
siteId |
ID of a place. |