locationIndex property
getter/setter pair
Index of location, used for route stop. Index should be >= 1, which prevents user from using origin location as route stop.
Implementation
int locationIndex;
Index of location, used for route stop. Index should be >= 1, which prevents user from using origin location as route stop.
int locationIndex;