public class AlongRouteSearchQueryBuilder extends java.lang.Object implements AlongRouteSearchQuery
AlongRouteSearchQuery.| Constructor and Description |
|---|
AlongRouteSearchQueryBuilder(java.lang.String term,
java.util.List<LatLng> route,
int maxDetourTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the Query class which was constructed at native layer
|
long |
getNativeHandle()
Handle of native pointer address
|
AlongRouteSearchQuery |
withLimit(int limit)
The upper limit of the number of results.
|
public AlongRouteSearchQueryBuilder(java.lang.String term,
java.util.List<LatLng> route,
int maxDetourTime)
public long getNativeHandle()
AlongRouteSearchQuerygetNativeHandle in interface AlongRouteSearchQuerypublic void dispose()
AlongRouteSearchQuerydispose in interface AlongRouteSearchQuerypublic AlongRouteSearchQuery withLimit(int limit)
AlongRouteSearchQuerywithLimit in interface AlongRouteSearchQuerylimit - upper limit of the number of results.