tilesGeographicArea property
Geographic area of the route represented as a tiles collection.
Returns
- TilesCollectionGeographicArea describing the tile coverage for the route.
Implementation
TilesCollectionGeographicArea get tilesGeographicArea {
final OperationResult resultString = objectMethod(
pointerId,
'RouteBase',
'getTilesGeographicArea',
);
return TilesCollectionGeographicArea.init(resultString['result']);
}