com.supermap.onlineservices
Class POIInfo
- java.lang.Object
-
- com.supermap.onlineservices.POIInfo
-
public class POIInfo extends java.lang.Object
POI information class.
-
-
Constructor Summary
Constructors Constructor and Description POIInfo()
The default constructor for constructing a new object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getAddress()
Get a detailed address of POI.java.lang.String
getConfidence()
Get the confidence of the query result.Point2D
getLocation()
Get POI coordinatesjava.lang.String
getName()
Get POI name.java.lang.String
getTelephone()
Get contact information of POI.
-
-
-
Method Detail
-
getAddress
public java.lang.String getAddress()
Get a detailed address of POI.- Returns:
- Address information.
-
getName
public java.lang.String getName()
Get POI name.- Returns:
- POI name
-
getLocation
public Point2D getLocation()
Get POI coordinates- Returns:
- POI coordinates
-
getConfidence
public java.lang.String getConfidence()
Get the confidence of the query result.- Returns:
- The confidence of the query result.
-
getTelephone
public java.lang.String getTelephone()
Get contact information of POI.- Returns:
- Contact information of POI.
-
-