@if(geoData.waypoints.length !== 0) {
Point:
arrow_forward
place
Waypoints:
({{geoData?.waypoints.length}})
}
@if(geoData.routes.length !== 0) {
LineString:
arrow_forward
directions
Routes:
({{geoData?.routes.length}})
}
@if(geoData.tracks.length!=0 && app.featureFlags().resourceTracks) {
MultiLineString:
arrow_forward
show_chart
Tracks:
({{geoData?.tracks.length}})
}
@if(geoData.regions.length !== 0) {
Polygon:
arrow_forward
tab_unselected
Regions:
({{geoData?.regions.length}})
}
}