public class AlongRouteSearchQuery
extends com.tomtom.online.sdk.common.jni.BaseRequestQuery
AlongRouteSearchQuery.| Constructor and Description |
|---|
AlongRouteSearchQuery(java.lang.String term,
java.util.List<LatLng> route,
java.lang.Integer maxDetourTime,
java.lang.Integer limit,
java.lang.String geopoliticalView)
Constructor for along route search query which allows to perform a fuzzy search for POIs along
specified route using list of geo points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
long |
getNativeHandle() |
long |
prepare() |
public AlongRouteSearchQuery(java.lang.String term,
java.util.List<LatLng> route,
java.lang.Integer maxDetourTime,
java.lang.Integer limit,
java.lang.String geopoliticalView)
term - searched term.route - list of geo points on the route. List needs to contain at least two route points.maxDetourTime - defines maximum detour time. Max value is 3600 seconds.limit - maximum number of responses that will be returned.geopoliticalView - defines what kind of geopolitical view should be used.