Performance GPS cycling computer with mapping
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
Performance GPS cycling computer with mapping
Dynamic performance monitoring provides insights on your VO2 max, recovery, training load focus, heat and altitude acclimation, nutrition, hydration and more when paired with compatible sensors
Cycling safety features include new bike alarm, group messaging and tracking, incident detection and compatibility with Varia™ rearview radar and lights so you can see and be seen
Includes routable Garmin Cycle Map with popularity routing —which helps you ride like a local --- plus off-course recalculation and back to start; mountain biking model has integrated Trailforks data, including trail difficulty ratings
Customize with free apps, widgets and data fields from the Connect IQ™ Store
MTB dynamics track jump count, jump distance and hang time as well as Grit, a measure of the ride’s difficulty, and Flow, which tracks the smoothness of your descent so you have a score to beat next time
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}