Class PoiRequest

java.lang.Object
com.navmii.sdk.search.Request
com.navmii.sdk.search.PoiRequest

public final class PoiRequest
extends Request
The class to perform request for places in interest (POI). Use this type of request when you want to find POIs around some coordinates using the textual query. Results will be sorted by distance from the coordinates specified in the request. You cannot instantiate this class directly. Use SearchManager.createPoiRequest(String, MapCoordinates) to create instances of this class.