-
- {statusType
- .find((st) => st.id == control.status)
- .buttons.map((button) => (
-
- ))}
-
-
- >
+
+
+ {/* saved markers */}
+ {origin &&
}
+
+ {destination &&
}
+
+ {/* route line */}
+ {origin && destination &&
}
+
+ {/* fixed center pin */}
+ {step !== "done" &&
}
+
+
+