nextStreetName property
Get the next next street name.
Returns
- The next next street name
Throws
- An exception if it fails.
Implementation
String get nextStreetName {
final OperationResult resultString = objectMethod(
_pointerId,
'NavigationInstruction',
'getNextStreetName',
);
return resultString['result'];
}