Default constructor.
Warning: This is for convenience only and will construct an empty object.
RouteResult::RouteResult(const Esri::ArcGISRuntime::RouteResult &other)Copy constructor from other RouteResult.
[noexcept]
RouteResult::RouteResult(Esri::ArcGISRuntime::RouteResult &&other)
Move constructor from other RouteResult.
[noexcept]
RouteResult::~RouteResult()
Destructor.
[since Esri::ArcGISRuntime 100.2]
QString RouteResult::directionsLanguage() const
Returns the directions language.
This function was introduced in Esri::ArcGISRuntime 100.2.
bool RouteResult::isEmpty() constReturns true
if this RouteResult is empty.
Returns the messages.
Messages received when solve is completed. If a route cannot be solved, the message returned by the server identifies the route that could not be solved.
QList<Esri::ArcGISRuntime::PointBarrier> RouteResult::pointBarriers() constReturns a list of the point barriers used in the RouteTask.
Only applicable if RouteParameters::isReturnPointBarriers used in this RouteTask is true
.
Returns a list of the polygon barriers used in the RouteTask.
Only applicable if RouteParameters::isReturnPolygonBarriers used in this RouteTask is true
.
Returns a list of the polyline barriers used in the RouteTask.
Only applicable if RouteParameters::isReturnPolylineBarriers used in this RouteTask is true
.
Returns a list of the resulting Routes.
Only applicable if RouteParameters::isReturnRoutes used in this RouteTask is true
.
[noexcept]
Esri::ArcGISRuntime::RouteResult &RouteResult::operator=(Esri::ArcGISRuntime::RouteResult &&other)
Move operator from other RouteResult.
Esri::ArcGISRuntime::RouteResult &RouteResult::operator=(const Esri::ArcGISRuntime::RouteResult &other)Assignment operator from other RouteResult.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4