deCarta Android API Documentation - Copyright

com.decarta.android.poi
Class POIQuery

java.lang.Object
  extended by com.decarta.android.poi.POIQuery

public class POIQuery
extends java.lang.Object

The underlying mapping data often contains Point of Interest, or POI, information that can be mined, formatted, and displayed. The available POI data is varied and different among the data providers, and even among the different releases of data. However, what is available is often useful if a developer wishes to display common types of POIs on a map. To search for POIs within the data underlying the DDS Web Services, create and use a POIQuery.


Constructor Summary
POIQuery()
           
 
Method Summary
static java.util.ArrayList<POI> query(POISearchCriteria criteria)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POIQuery

public POIQuery()
Method Detail

query

public static java.util.ArrayList<POI> query(POISearchCriteria criteria)
                                      throws APIException
Throws:
APIException

deCarta Android API Documentation - Copyright

deCarta Android API Documentation - Copyright