com.supermap.onlineservices

Class POIQueryResult

  • java.lang.Object
    • com.supermap.onlineservices.POIQueryResult


  • public class POIQueryResult
    extends java.lang.Object
    The POI query result class.
    • Constructor Summary

      Constructors 
      Constructor and Description
      POIQueryResult()
      The default constructor for constructing a new POIQueryResult object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getPOIInfoCount()
      The POI query total count.
      POIInfo[] getPOIInfos()
      The POI collection according to the POI query service.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • POIQueryResult

        public POIQueryResult()
        The default constructor for constructing a new POIQueryResult object.
    • Method Detail

      • getPOIInfoCount

        public int getPOIInfoCount()
        The POI query total count.
        Returns:
        The total count.
      • getPOIInfos

        public POIInfo[] getPOIInfos()
        The POI collection according to the POI query service.
        Returns:
        POI collection information.