RouteResult
RouteResult =
object
Defined in: src/ExpoArcgis.types.ts:1392
Result of router.solveRoute. Mirrors the native RouteResult.
Properties
Section titled “Properties”messages
Section titled “messages”messages:
string[]
Defined in: src/ExpoArcgis.types.ts:1396
Informational and warning messages from the solve operation.
routes
Section titled “routes”routes:
Route[]
Defined in: src/ExpoArcgis.types.ts:1394
The solved routes (one unless multiple route names / findBestSequence are used).