Garmin GPSMAP 8612xsv
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800&family=Barlow:wght@300;400;500&display=swap'); .spur-gpsmap8612{font-family:'Barlow',san s-serif;background:#ffffff;color:#0a0a0a;max-width:1100px;margin:0 auto;padding:48px 24px;} .spur-gpsmap8612 .spur-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px;border-bottom:1px solid #e0e0e0;padding-bottom:24px;flex-wrap:wrap;gap:12px;} .spur-gpsmap8612 .spur-title{font-family:'Barlow Condensed',sans-serif;font-size:clamp(28px,5vw,48px);font-weight:800;letter-spacing:-0.02em;line-height:1;text-transform:uppercase;} .spur-gpsmap8612 .tab-input{position:absolute;opacity:0;pointer-events:none;} .spur-gpsmap8612 .spur-tabs-row{display:flex;gap:4px;margin-bottom:32px;flex-wrap:wrap;} .spur-gpsmap8612 .spur-tab{font-family:'Barlow Condensed',sans-serif;font-size:14px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:10px 24px;background:#f5f5f5;color:#777;border:1px solid #e0e0e0;cursor:pointer;transition:all 0.15s;border-radius:2px;display:inline-block;} .spur-gpsmap8612 .spur-tab:hover{color:#0a0a0a;border-color:#aaa;} .spur-gpsmap8612 .spur-panel{display:none;} .spur-gpsmap8612 .spur-panels{display:block;} .spur-gpsmap8612 #tabgpsmap8612Overview:checked ~ .spur-tabs-row label[for="tabgpsmap8612Overview"]{background:#0a0a0a;color:#fff;border-color:#0a0a0a;} .spur-gpsmap8612 #tabgpsmap8612Features:checked ~ .spur-tabs-row label[for="tabgpsmap8612Features"]{background:#0a0a0a;color:#fff;border-color:#0a0a0a;} .spur-gpsmap8612 #tabgpsmap8612Specs:checked ~ .spur-tabs-row label[for="tabgpsmap8612Specs"]{background:#0a0a0a;color:#fff;border-color:#0a0a0a;} .spur-gpsmap8612 #tabgpsmap8612Box:checked ~ .spur-tabs-row label[for="tabgpsmap8612Box"]{background:#0a0a0a;color:#fff;border-color:#0a0a0a;} .spur-gpsmap8612 #tabgpsmap8612Overview:checked ~ .spur-panels #panel-overview{display:block;} .spur-gpsmap8612 #tabgpsmap8612Features:checked ~ .spur-panels #panel-features{display:block;} .spur-gpsmap8612 #tabgpsmap8612Specs:checked ~ .spur-panels #panel-specs{display:block;} .spur-gpsmap8612 #tabgpsmap8612Box:checked ~ .spur-panels #panel-box{display:block;} .spur-gpsmap8612 .section-title{font-family:'Barlow Condensed',sans-serif;font-size:18px;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;color:#0a0a0a;margin:24px 0 12px;border-bottom:2px solid #0a0a0a;padding-bottom:8px;} .spur-gpsmap8612 .desc-text{font-size:14px;font-weight:300;color:#222;line-height:1.7;padding:12px 0;max-width:780px;} .spur-gpsmap8612 .feature-list{list-style:none;padding:0;margin:0;} .spur-gpsmap8612 .feature-list li{padding:10px 0;font-size:14px;font-weight:300;color:#222;line-height:1.5;border-bottom:1px solid #e0e0e0;} .spur-gpsmap8612 .feature-list li:last-child{border-bottom:none;} .spur-gpsmap8612 .spec-row{display:grid;grid-template-columns:200px 1fr;border-bottom:1px solid #e0e0e0;} .spur-gpsmap8612 .spec-row:hover{background:#f5f5f5;} .spur-gpsmap8612 .spec-key{font-size:12px;font-weight:500;letter-spacing:0.05em;text-transform:uppercase;color:#777;padding:12px 16px 12px 0;} .spur-gpsmap8612 .spec-val{font-size:14px;font-weight:300;color:#222;padding:12px 0;line-height:1.5;} .spur-gpsmap8612 .highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:24px;margin:24px 0;} .spur-gpsmap8612 .highlight-item{text-align:center;padding:20px 12px;border:1px solid #e0e0e0;border-radius:4px;} .spur-gpsmap8612 .highlight-icon{width:48px;height:48px;margin:0 auto 12px;} .spur-gpsmap8612 .highlight-icon svg{width:100%;height:100%;fill:#0a0a0a;} .spur-gpsmap8612 .highlight-caption{font-size:11px;font-weight:600;letter-spacing:0.05em;text-transform:uppercase;color:#0a0a0a;line-height:1.3;} @media(max-width:600px){.spur-gpsmap8612 .spec-row{grid-template-columns:1fr;}.spur-gpsmap8612 .spec-key{padding-bottom:2px;}.spur-gpsmap8612 .spec-val{padding-top:0;padding-bottom:12px;}.spur-gpsmap8612 .highlight-grid{grid-template-columns:repeat(2,1fr);}} html[data-theme="dark"] .spur-gpsmap8612{background:#0a0a0a;color:#e8e8e8;} html[data-theme="dark"] .spur-gpsmap8612 .spur-header{border-bottom-color:#2a2a2a;} html[data-theme="dark"] .spur-gpsmap8612 .spur-title{color:#fff;} html[data-theme="dark"] .spur-gpsmap8612 .spur-tab{background:#1a1a1a;color:#888;border-color:#333;} html[data-theme="dark"] .spur-gpsmap8612 .spur-tab:hover{color:#fff;border-color:#555;} html[data-theme="dark"] .spur-gpsmap8612 .section-title{color:#ffffff;border-bottom-color:#333;} html[data-theme="dark"] .spur-gpsmap8612 .desc-text{color:#b0b0b0;} html[data-theme="dark"] .spur-gpsmap8612 .feature-list li{color:#b0b0b0;border-bottom-color:#222;} html[data-theme="dark"] .spur-gpsmap8612 .spec-row{border-bottom-color:#222;} html[data-theme="dark"] .spur-gpsmap8612 .spec-row:hover{background:#141414;} html[data-theme="dark"] .spur-gpsmap8612 .spec-key{color:#666;} html[data-theme="dark"] .spur-gpsmap8612 .spec-val{color:#b0b0b0;} html[data-theme="dark"] .spur-gpsmap8612 .highlight-item{border-color:#2a2a2a;} html[data-theme="dark"] .spur-gpsmap8612 .highlight-icon svg{fill:#ffffff;} html[data-theme="dark"] .spur-gpsmap8612 .highlight-caption{color:#b0b0b0;} GPSMAP 8612xsv Overview Features Specs In the Box SERIOUS ANGLERS, CRUISERS, SAILORS AND SAIL RACERS DEMAND SERIOUS EQUIPMENT The easy-to-use, easy-to-install chartplotter/sonar combo delivers MFD performance in a combo-size package. What You'll Love Get wider viewing angles and superior clarity on the touchscreen with a full HD in-plane switching (IPS) display. Navigate confidently with built-in Garmin Navionics+ inland and coastal mapping1. See below and around your boat with built-in sonar capabilities (transducers sold separately). From ANT technology to Wi-Fi networking, there are countless ways to connect to your system. With SmartMode station controls, everything is designed to give you quick, one-touch access to the information you need. Available in sizes from 10” to 24”, this display offers wider viewing angles, superior clarity and sunlight readability, even with polarized sunglasses. You can install multiple displays, either flat mounted edge-to-edge for a sleek glass helm look or mounted flush — creating a stunning helm. The optional, easy-to-use GRID 20 remote input device provides intuitive remote access and control of your entire Garmin marine system. Get built-in support for 1-kW Dual-Channel CHIRP traditional sonar for superior target separation and ClearVü and SideVü scanning sonars to see up to 1,000’ below and around your boat at 260 kHz (requires transducer, sold separately). Pair your chartplotter with Garmin live sonar options (transducer sold separately) to see all around your boat in real time. View laylines, race start line guidance, enhanced wind rose, heading and course-over-ground lines, true wind data fields and tide/current/time slider, wind angle, set and drift, wind speed, polars and more. Experience unparalleled coverage and detail with built-in Garmin Navionics+ integrated coastal and inland mapping that includes Auto Guidance+ technology2 and a 1-year subscription for downloadable daily updates and more on select chartplotters. Bring a fresh new look and feel to your chartplotter with optional upgrade to Garmin Navionics Vision+ premium chart subscription, featuring downloadable high-resolution relief shading, satellite imagery, sonar imagery and more. Use the polar table to see key data, including how fast you should go at a certain wind angle and speed — so you know whether you need to adjust sail trim. If you have multiple compatible Garmin devices on your boat, you can share information — such as maps, user data, radar and IP cameras — among them. Connect to autopilots, digital switching, weather, FUSION-Link audio system, media, VHF, AIS and more from one screen. Built-in Wi-Fi connectivity pairs with the free all-in-one mobile app for access to the all-in-one mobile app for access to the OneChart feature, smart notifications3 , software updates, Helm, Garmin Quickdraw Community data and more. Connect with some of your favorite devices, such as quatix marine watches, gWind Wireless 2 transducers, GNX Wind marine instruments and wireless remote controls. This feature brings together all the operations and capabilities of third-party devices, such as EmpirBus digital switching, on one screen. Get quick, one-touch access to the information you need to ease high-stress situations such as docking. You can incorporate networked sonar, radar, cameras, media and more. By networking select Garmin chartplotters with a Force trolling motor and your compatible Power-Pole shallow water anchoring system, you can access advanced boat control features5 from your plotter, including smart anchor auto-deployment, smart anchor jog, auto stow, anchor drag detection and auto guidance6 end-of-route anchoring. Spend more time fishing, less time positioning. Your CHARGE Marine Power Manager from Power-Pole integrates with compatible Garmin chartplotters to help keep your battery power going longer and stronger on the water. You’re able to charge batteries on the run, monitor power use, select where power is allocated, control emergency starts and even transfer power between battery banks — all from your chartplotter display. Pair your inReach satellite communicator4 to your chartplotter, and type custom messages using your MFD’s on-screen keyboard. Access your contact list or enter an email, inReach address or phone number. You can also group messages by conversation for a texting-like experience. What You'll Love Get wider viewing angles and superior clarity on the touchscreen with a full HD in-plane switching (IPS) display. Navigate confidently with built-in Garmin Navionics+ inland and coastal mapping1. See below and around your boat with built-in sonar capabilities (transducers sold separately). From ANT technology to Wi-Fi networking, there are countless ways to connect to your system. With SmartMode station controls, everything is designed to give you quick, one-touch access to the information you need. Available in sizes from 10” to 24”, this display offers wider viewing angles, superior clarity and sunlight readability, even with polarized sunglasses. You can install multiple displays, either flat mounted edge-to-edge for a sleek glass helm look or mounted flush — creating a stunning helm. The optional, easy-to-use GRID 20 remote input device provides intuitive remote access and control of your entire Garmin marine system. Get built-in support for 1-kW Dual-Channel CHIRP traditional sonar for superior target separation and ClearVü and SideVü scanning sonars to see up to 1,000’ below and around your boat at 260 kHz (requires transducer, sold separately). Pair your chartplotter with Garmin live sonar options (transducer sold separately) to see all around your boat in real time. View laylines, race start line guidance, enhanced wind rose, heading and course-over-ground lines, true wind data fields and tide/current/time slider, wind angle, set and drift, wind speed, polars and more. Experience unparalleled coverage and detail with built-in Garmin Navionics+ integrated coastal and inland mapping that includes Auto Guidance+ technology2 and a 1-year subscription for downloadable daily updates and more on select chartplotters. Bring a fresh new look and feel to your chartplotter with optional upgrade to Garmin Navionics Vision+ premium chart subscription, featuring downloadable high-resolution relief shading, satellite imagery, sonar imagery and more. Use the polar table to see key data, including how fast you should go at a certain wind angle and speed — so you know whether you need to adjust sail trim. If you have multiple compatible Garmin devices on your boat, you can share information — such as maps, user data, radar and IP cameras — among them. Connect to autopilots, digital switching, weather, FUSION-Link audio system, media, VHF, AIS and more from one screen. Built-in Wi-Fi connectivity pairs with the free all-in-one mobile app for access to the all-in-one mobile app for access to the OneChart feature, smart notifications3 , software updates, Helm, Garmin Quickdraw Community data and more. Connect with some of your favorite devices, such as quatix marine watches, gWind Wireless 2 transducers, GNX Wind marine instruments and wireless remote controls. This feature brings together all the operations and capabilities of third-party devices, such as EmpirBus digital switching, on one screen. Get quick, one-touch access to the information you need to ease high-stress situations such as docking. You can incorporate networked sonar, radar, cameras, media and more. By networking select Garmin chartplotters with a Force trolling motor and your compatible Power-Pole shallow water anchoring system, you can access advanced boat control features5 from your plotter, including smart anchor auto-deployment, smart anchor jog, auto stow, anchor drag detection and auto guidance6 end-of-route anchoring. Spend more time fishing, less time positioning. Your CHARGE Marine Power Manager from Power-Pole integrates with compatible Garmin chartplotters to help keep your battery power going longer and stronger on the water. You’re able to charge batteries on the run, monitor power use, select where power is allocated, control emergency starts and even transfer power between battery banks — all from your chartplotter display. Pair your inReach satellite communicator4 to your chartplotter, and type custom messages using your MFD’s on-screen keyboard. Access your contact list or enter an email, inReach address or phone number. You can also group messages by conversation for a texting-like experience. General Dimension 11.9" x 8.5" x 3" (30.3 cm x 21.6 cm x 7.6 cm) Weight 6.0 lbs (2.7 kg) Water rating IPX7 Display Type FHD, IPS Display Size 10.1" x 5.7"; 11.6" diagonal, 25.7 cm x 14.5 cm; 29.5 cm diagonal Display resolution 1920 x 1080 pixels Mounting Options Bail, flat or flush (Garmin does not offer any hardware or accessories for a flat-mount installation. Professional tools and knowledge is required.) Input Touchscreen Maps & Memory Accepts Data Cards 2 microSD cards Waypoints 5000 Track points 50,000 Tracks 50 saved tracks Navigation Routes 100 Sensors Receiver 10 Hz Electrical Features Power Input 10 to 32 Vdc Typical current draw at 12 Vdc 1.3 A Maximum current draw at 12 Vdc 6.0 A Maximum power usage at 10 Vdc 45W Sonar Features Power output 1 kW Traditional sonar (dual frequency/beam) built-in (dual channel CHIRP, 70/83/200 kHz, L, M, H CHIRP) ClearVü Built-in 260/455/800/1000/1200 kHz SideVü Built-in 260/455/800/1000/1200 kHz Networking & Connections NMEA 2000 ports 1 NMEA 0183 Input (Rx) Ports 1 NMEA 0183 output (Tx) ports 1 Video input ports 1 (BNC composite); 1 HDMI (HDCP compliant) Video output ports 1 HDMI J1939 ports 1 Garmin Marine Network Ports 2 In the Box GPSMAP 8612xsv Power cable NMEA 2000 drop cable NMEA 2000 T-connector Bail mount with knobs Flush mount kit Sun cover Trim piece snap covers Documentation
More you might like
Related
Garmin GPSMAP 8612xsv
Related
GARMIN GPSMAP 8612XSV
Related
Garmin GPSMAP 8612xsv
Related