%  Bei Banküberweisung erhalten Sie 1% Rabatt auf Ihren Warenkorb  -  Umsatzsteuerfreie Lieferung nach § 12 Abs. 3 UstG möglich  %

Garmin KFZ-Navigations-Kit Oregon, GPSMAP 62,64, etrex 10,20,30

Vorschau: Garmin KFZ-Navigations-Kit Oregon, GPSMAP 62,64, etrex 10,20,30 Vorschau: Garmin KFZ-Navigations-Kit Oregon, GPSMAP 62,64, etrex 10,20,30
Garmin KFZ-Navigations-Kit Oregon, GPSMAP 62,64, etrex 10,20,30
   
35,00 € *

* Inkl. 19% MwSt. zzgl. Versandkosten

 

Lieferzeit 2-5 Werktage

  • 19925697
  • Garmin
  • 010-10851-10
  • 0753759082277
  • 0.2 Kg
Setzen Sie das kompatible Gerät zur besseren Lesbarkeit und zur Stromversorgung während der... mehr

Setzen Sie das kompatible Gerät zur besseren Lesbarkeit und zur Stromversorgung während der Fahrt in diese KFZ-Halterung ein.
Inklusive Saugnapfhalterung, KFZ-Anschlusskabel (Spannungsreduzierung auf 5 V) und Armaturenbrett-Klebeplatte.

 

Im Lieferumfang enthalten:

  • Garmin KFZ-Navigations-Kit (010-10851-10)
  • Dokumentation
Weitere Informationen:
  • Noch Fragen zum Artikel?
/** * @returns { boolean } */ function hasCookiesAllowed () { if (window.cookieRemoval === 0) { return true; } if (window.cookieRemoval === 1) { if (document.cookie.indexOf('cookiePreferences') !== -1) { return true; } return document.cookie.indexOf('cookieDeclined') === -1; } /** * Must be cookieRemoval = 2, so only depends on existence of `allowCookie` */ return document.cookie.indexOf('allowCookie') !== -1; } /** * @returns { boolean } */ function isDeviceCookieAllowed () { var cookiesAllowed = hasCookiesAllowed(); if (window.cookieRemoval !== 1) { return cookiesAllowed; } return cookiesAllowed && document.cookie.indexOf('"name":"x-ua-device","active":true') !== -1; } function isSecure() { return window.secureShop !== undefined && window.secureShop === true; } (function(window, document) { var par = document.location.search.match(/sPartner=([^&])+/g), pid = (par && par[0]) ? par[0].substring(9) : null, cur = document.location.protocol + '//' + document.location.host, ref = document.referrer.indexOf(cur) === -1 ? document.referrer : null, url = "/widgets/index/refreshStatistic", pth = document.location.pathname.replace("https://www.comkor.de/", "/"); url += url.indexOf('?') === -1 ? '?' : '&'; url += 'requestPage=' + encodeURIComponent(pth); url += '&requestController=' + encodeURI("detail"); if(pid) { url += '&partner=' + pid; } if(ref) { url += '&referer=' + encodeURIComponent(ref); } url += '&articleId=' + encodeURI("991"); if (isDeviceCookieAllowed()) { var i = 0, device = 'desktop', width = window.innerWidth, breakpoints = window.statisticDevices; if (typeof width !== 'number') { width = (document.documentElement.clientWidth !== 0) ? document.documentElement.clientWidth : document.body.clientWidth; } for (; i < breakpoints.length; i++) { if (width >= ~~(breakpoints[i].enter) && width <= ~~(breakpoints[i].exit)) { device = breakpoints[i].device; } } document.cookie = 'x-ua-device=' + device + '; path=/' + (isSecure() ? '; secure;' : ''); } document .getElementById('refresh-statistics') .src = url; })(window, document);