{"product_id":"leica-disto-d2g-green-beam-distance-meter","title":"Leica Disto D2G Green Beam Distance Meter","description":"\u003c!-- Leica DISTO D2G Shopify Product Listing --\u003e\n\u003cstyle\u003e\n  .jd-d2g-wrap,\n  .jd-d2g-wrap * {\n    box-sizing: border-box;\n  }\n\n  .jd-d2g-wrap {\n    --leica-red: #e30613;\n    --leica-green: #72ff3f;\n    --ink: #111111;\n    --muted: #5f646d;\n    --soft: #f5f5f5;\n    --panel: #ffffff;\n    --line: #dedede;\n    --dark: #070707;\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--ink);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.55;\n  }\n\n  .jd-d2g-hero {\n    position: relative;\n    overflow: hidden;\n    border-radius: 26px;\n    background:\n      radial-gradient(circle at 18% 18%, rgba(114,255,63,0.18), transparent 28%),\n      radial-gradient(circle at 88% 20%, rgba(227,6,19,0.24), transparent 30%),\n      linear-gradient(135deg, #030303 0%, #171717 48%, #050505 100%);\n    color: #fff;\n    padding: clamp(24px, 4vw, 52px);\n    display: grid;\n    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);\n    gap: 34px;\n    align-items: center;\n  }\n\n  .jd-d2g-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    padding: 7px 12px;\n    border: 1px solid rgba(255,255,255,0.22);\n    border-radius: 999px;\n    color: #fff;\n    font-size: 13px;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    background: rgba(255,255,255,0.07);\n  }\n\n  .jd-d2g-dot {\n    width: 9px;\n    height: 9px;\n    border-radius: 999px;\n    background: var(--leica-green);\n    box-shadow: 0 0 18px rgba(114,255,63,.9);\n    display: inline-block;\n  }\n\n  .jd-d2g-hero h2 {\n    margin: 20px 0 14px;\n    color: #fff;\n    font-size: clamp(32px, 5vw, 58px);\n    line-height: 1.02;\n    letter-spacing: -0.04em;\n  }\n\n  .jd-d2g-hero h2 span {\n    color: var(--leica-green);\n  }\n\n  .jd-d2g-hero p {\n    margin: 0;\n    max-width: 690px;\n    color: rgba(255,255,255,0.84);\n    font-size: clamp(16px, 1.7vw, 19px);\n  }\n\n  .jd-d2g-hero-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 24px;\n  }\n\n  .jd-d2g-badge {\n    border: 1px solid rgba(255,255,255,0.18);\n    background: rgba(255,255,255,0.08);\n    color: #fff;\n    border-radius: 14px;\n    padding: 11px 13px;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .jd-d2g-hero-img {\n    position: relative;\n    min-height: 360px;\n    border-radius: 24px;\n    background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 20px;\n    border: 1px solid rgba(255,255,255,0.13);\n    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);\n  }\n\n  .jd-d2g-hero-img img {\n    width: 100%;\n    max-width: 380px;\n    height: auto;\n    display: block;\n    filter: drop-shadow(0 28px 38px rgba(0,0,0,.58));\n  }\n\n  .jd-d2g-stat-strip {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n    margin: 18px 0 0;\n  }\n\n  .jd-d2g-stat {\n    background: #fff;\n    border: 1px solid var(--line);\n    border-radius: 18px;\n    padding: 18px;\n    box-shadow: 0 10px 26px rgba(0,0,0,0.05);\n  }\n\n  .jd-d2g-stat strong {\n    display: block;\n    color: var(--leica-red);\n    font-size: clamp(24px, 3vw, 34px);\n    line-height: 1;\n    letter-spacing: -0.03em;\n  }\n\n  .jd-d2g-stat span {\n    display: block;\n    margin-top: 8px;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .jd-d2g-section {\n    margin-top: 32px;\n  }\n\n  .jd-d2g-section h3 {\n    margin: 0 0 12px;\n    font-size: clamp(24px, 3.2vw, 36px);\n    line-height: 1.12;\n    letter-spacing: -0.035em;\n  }\n\n  .jd-d2g-lead {\n    max-width: 920px;\n    color: var(--muted);\n    font-size: 17px;\n    margin: 0 0 20px;\n  }\n\n  .jd-d2g-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .jd-d2g-feature {\n    overflow: hidden;\n    background: #fff;\n    border: 1px solid var(--line);\n    border-radius: 22px;\n    box-shadow: 0 10px 28px rgba(0,0,0,0.055);\n  }\n\n  .jd-d2g-feature img {\n    width: 100%;\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n    display: block;\n    background: #f2f2f2;\n  }\n\n  .jd-d2g-feature-body {\n    padding: 18px;\n  }\n\n  .jd-d2g-feature-body h4 {\n    margin: 0 0 8px;\n    font-size: 18px;\n    line-height: 1.2;\n  }\n\n  .jd-d2g-feature-body p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  .jd-d2g-gallery {\n    display: grid;\n    grid-template-columns: 1.2fr 0.8fr 0.8fr;\n    gap: 16px;\n  }\n\n  .jd-d2g-gallery figure {\n    margin: 0;\n    border-radius: 22px;\n    overflow: hidden;\n    border: 1px solid var(--line);\n    background: #fff;\n    position: relative;\n    min-height: 240px;\n  }\n\n  .jd-d2g-gallery figure:first-child {\n    grid-row: span 2;\n  }\n\n  .jd-d2g-gallery img {\n    width: 100%;\n    height: 100%;\n    min-height: 240px;\n    display: block;\n    object-fit: contain;\n    padding: 18px;\n    background: #fff;\n  }\n\n  .jd-d2g-gallery figcaption {\n    position: absolute;\n    left: 12px;\n    bottom: 12px;\n    background: rgba(0,0,0,0.72);\n    color: #fff;\n    border-radius: 999px;\n    padding: 6px 11px;\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .jd-d2g-two-col {\n    display: grid;\n    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);\n    gap: 20px;\n    align-items: stretch;\n  }\n\n  .jd-d2g-card {\n    background: #fff;\n    border: 1px solid var(--line);\n    border-radius: 22px;\n    padding: clamp(18px, 2.3vw, 26px);\n    box-shadow: 0 10px 28px rgba(0,0,0,0.045);\n  }\n\n  .jd-d2g-card.dark {\n    background:\n      radial-gradient(circle at 20% 18%, rgba(114,255,63,.12), transparent 25%),\n      linear-gradient(135deg, #101010, #050505);\n    color: #fff;\n    border-color: #222;\n  }\n\n  .jd-d2g-card.dark p,\n  .jd-d2g-card.dark li {\n    color: rgba(255,255,255,0.78);\n  }\n\n  .jd-d2g-card h3,\n  .jd-d2g-card h4 {\n    margin-top: 0;\n  }\n\n  .jd-d2g-checks {\n    list-style: none;\n    padding: 0;\n    margin: 14px 0 0;\n    display: grid;\n    gap: 9px;\n  }\n\n  .jd-d2g-checks li {\n    position: relative;\n    padding-left: 26px;\n    color: var(--muted);\n  }\n\n  .jd-d2g-checks li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--leica-green);\n    font-weight: 900;\n  }\n\n  .jd-d2g-table-wrap {\n    width: 100%;\n    border: 1px solid var(--line);\n    border-radius: 18px;\n    overflow: hidden;\n    background: #fff;\n    margin-top: 14px;\n  }\n\n  .jd-d2g-table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .jd-d2g-table th {\n    width: 36%;\n    text-align: left;\n    vertical-align: top;\n    background: #111;\n    color: #fff;\n    padding: 12px 14px;\n    font-weight: 700;\n    border-bottom: 1px solid #2c2c2c;\n  }\n\n  .jd-d2g-table td {\n    text-align: left;\n    vertical-align: top;\n    padding: 12px 14px;\n    border-bottom: 1px solid #eeeeee;\n    color: #333;\n    word-break: normal;\n  }\n\n  .jd-d2g-table tr:last-child th,\n  .jd-d2g-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .jd-d2g-spec-title {\n    margin: 26px 0 8px;\n    padding: 10px 14px;\n    border-radius: 14px;\n    background: linear-gradient(90deg, var(--leica-red), #111);\n    color: #fff;\n    font-weight: 800;\n    letter-spacing: .02em;\n  }\n\n  .jd-d2g-note {\n    font-size: 13px;\n    color: var(--muted);\n    margin-top: 10px;\n  }\n\n  .jd-d2g-pill-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 14px;\n  }\n\n  .jd-d2g-pill {\n    padding: 8px 11px;\n    border-radius: 999px;\n    background: #f1f1f1;\n    color: #222;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .jd-d2g-cta {\n    margin-top: 32px;\n    border-radius: 24px;\n    padding: clamp(22px, 4vw, 40px);\n    background:\n      linear-gradient(135deg, rgba(227,6,19,0.94), rgba(10,10,10,0.98)),\n      #111;\n    color: #fff;\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 20px;\n    align-items: center;\n  }\n\n  .jd-d2g-cta h3 {\n    margin: 0 0 8px;\n    color: #fff;\n  }\n\n  .jd-d2g-cta p {\n    margin: 0;\n    color: rgba(255,255,255,0.82);\n  }\n\n  .jd-d2g-cta-badge {\n    border: 1px solid rgba(255,255,255,0.24);\n    border-radius: 18px;\n    padding: 16px 18px;\n    background: rgba(255,255,255,0.08);\n    text-align: center;\n    font-weight: 800;\n    white-space: nowrap;\n  }\n\n  @media (max-width: 900px) {\n    .jd-d2g-hero,\n    .jd-d2g-two-col,\n    .jd-d2g-cta {\n      grid-template-columns: 1fr;\n    }\n\n    .jd-d2g-stat-strip {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .jd-d2g-feature-grid,\n    .jd-d2g-gallery {\n      grid-template-columns: 1fr;\n    }\n\n    .jd-d2g-gallery figure:first-child {\n      grid-row: auto;\n    }\n\n    .jd-d2g-hero-img {\n      min-height: 280px;\n    }\n  }\n\n  @media (max-width: 560px) {\n    .jd-d2g-wrap {\n      font-size: 15px;\n    }\n\n    .jd-d2g-stat-strip {\n      grid-template-columns: 1fr;\n    }\n\n    .jd-d2g-table,\n    .jd-d2g-table tbody,\n    .jd-d2g-table tr,\n    .jd-d2g-table th,\n    .jd-d2g-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .jd-d2g-table th {\n      border-bottom: 0;\n      padding-bottom: 6px;\n    }\n\n    .jd-d2g-table td {\n      padding-top: 6px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"jd-d2g-wrap\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003csection class=\"jd-d2g-hero\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"jd-d2g-eyebrow\"\u003e\n\u003cspan class=\"jd-d2g-dot\"\u003e\u003c\/span\u003e Green laser distance meter\u003c\/div\u003e\n      \u003ch2\u003eLeica DISTO™ D2G \u003cspan\u003eLaser Measure\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp\u003e\n        The Leica DISTO D2G is a compact professional laser distance meter built for precise indoor measuring,\n        bright-room visibility and quick digital workflow. Its green laser dot is designed to be easier to see than\n        a red dot in challenging indoor light, while Bluetooth® and NFC help transfer measurements directly to the\n        DISTO Plan app and compatible software.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"jd-d2g-hero-badges\"\u003e\n        \u003cdiv class=\"jd-d2g-badge\"\u003eUp to 120 m range\u003c\/div\u003e\n        \u003cdiv class=\"jd-d2g-badge\"\u003e±1.5 mm typical accuracy\u003c\/div\u003e\n        \u003cdiv class=\"jd-d2g-badge\"\u003eBluetooth® 6.0 + NFC\u003c\/div\u003e\n        \u003cdiv class=\"jd-d2g-badge\"\u003eIP54 protected\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jd-d2g-hero-img\"\u003e\n      \u003cimg src=\"https:\/\/shop.leica-geosystems.com\/sites\/default\/files\/styles\/product_large\/public\/2025-09\/D2G_front_SHM_m_web.png.webp?itok=flC_0Wo9\" alt=\"Leica DISTO D2G front view laser distance meter\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Quick Stats --\u003e\n  \u003csection class=\"jd-d2g-stat-strip\"\u003e\n    \u003cdiv class=\"jd-d2g-stat\"\u003e\n      \u003cstrong\u003e120 m\u003c\/strong\u003e\n      \u003cspan\u003eMaximum favourable-condition measuring range\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"jd-d2g-stat\"\u003e\n      \u003cstrong\u003e0.1 mm\u003c\/strong\u003e\n      \u003cspan\u003eSmallest displayed unit \/ resolution\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"jd-d2g-stat\"\u003e\n      \u003cstrong\u003e30\u003c\/strong\u003e\n      \u003cspan\u003eMemory stack for last measurement results\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"jd-d2g-stat\"\u003e\n      \u003cstrong\u003e116 g\u003c\/strong\u003e\n      \u003cspan\u003eCompact weight including batteries\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003csection class=\"jd-d2g-section\"\u003e\n    \u003ch3\u003eThe high-visibility DISTO for precise indoor measurement\u003c\/h3\u003e\n    \u003cp class=\"jd-d2g-lead\"\u003e\n      Designed for trades, fit-out, renovation, interior design, estimating and site measuring, the DISTO D2G combines\n      Leica Geosystems measuring accuracy with a bright green laser, an illuminated display, smart app connectivity and\n      a fold-out multifunctional end-piece for working from edges, corners and narrow slots.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"jd-d2g-pill-row\"\u003e\n      \u003cspan class=\"jd-d2g-pill\"\u003eDistance\u003c\/span\u003e\n      \u003cspan class=\"jd-d2g-pill\"\u003eArea\u003c\/span\u003e\n      \u003cspan class=\"jd-d2g-pill\"\u003eVolume\u003c\/span\u003e\n      \u003cspan class=\"jd-d2g-pill\"\u003eMin\/Max\u003c\/span\u003e\n      \u003cspan class=\"jd-d2g-pill\"\u003eSmart Horizontal\u003c\/span\u003e\n      \u003cspan class=\"jd-d2g-pill\"\u003ePythagoras 3-point\u003c\/span\u003e\n      \u003cspan class=\"jd-d2g-pill\"\u003eStake out\u003c\/span\u003e\n      \u003cspan class=\"jd-d2g-pill\"\u003ePainter function\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Feature Cards --\u003e\n  \u003csection class=\"jd-d2g-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cdiv class=\"jd-d2g-feature-grid\"\u003e\n\n      \u003carticle class=\"jd-d2g-feature\"\u003e\n        \u003cimg src=\"https:\/\/shop.leica-geosystems.com\/sites\/default\/files\/styles\/blog_post_featured_image_small\/public\/2025-09\/D2G_DistanceMeasurement_InteriorDesign_cropped-web.jpg.webp?itok=akmBoLbA\" alt=\"Leica DISTO D2G green laser in a bright interior\"\u003e\n        \u003cdiv class=\"jd-d2g-feature-body\"\u003e\n          \u003ch4\u003eGreen laser visibility\u003c\/h4\u003e\n          \u003cp\u003eThe green laser dot is designed for improved visibility in bright indoor environments, making it easier to target surfaces quickly and confidently.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"jd-d2g-feature\"\u003e\n        \u003cimg src=\"https:\/\/shop.leica-geosystems.com\/sites\/default\/files\/styles\/blog_post_featured_image_small\/public\/2025-09\/D2G_PlanApp_NFC_BT_web.jpg.webp?itok=dZSw5LeS\" alt=\"Leica DISTO D2G with DISTO Plan app NFC and Bluetooth\"\u003e\n        \u003cdiv class=\"jd-d2g-feature-body\"\u003e\n          \u003ch4\u003eNFC + Bluetooth® data transfer\u003c\/h4\u003e\n          \u003cp\u003eSend measurements to the DISTO Plan app and compatible DISTO software. NFC helps simplify the connection process, while Bluetooth® supports ongoing wireless transfer.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"jd-d2g-feature\"\u003e\n        \u003cimg src=\"https:\/\/shop.leica-geosystems.com\/sites\/default\/files\/styles\/blog_post_featured_image_small\/public\/2025-09\/D2G_Endpiece_web.jpg.webp?itok=o6NUzW1o\" alt=\"Leica DISTO D2G multifunctional end-piece measuring from a slot\"\u003e\n        \u003cdiv class=\"jd-d2g-feature-body\"\u003e\n          \u003ch4\u003eAutomatic multifunctional end-piece\u003c\/h4\u003e\n          \u003cp\u003eThe fold-out end-piece is automatically detected, allowing accurate reference positioning when measuring from edges, corners, slots and hard-to-reach points.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"jd-d2g-feature\"\u003e\n        \u003cimg src=\"https:\/\/shop.leica-geosystems.com\/sites\/default\/files\/styles\/blog_post_featured_image_small\/public\/2025-09\/D2G_SmartRoom_Planapp_web.jpg.webp?itok=MPDVD2Xh\" alt=\"Leica DISTO D2G Smart Room floor plan workflow\"\u003e\n        \u003cdiv class=\"jd-d2g-feature-body\"\u003e\n          \u003ch4\u003eSmart Room workflow\u003c\/h4\u003e\n          \u003cp\u003eUse the DISTO Plan app to help create scaled room plans from captured measurements, ideal for layout, renovation, furnishing and estimation tasks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"jd-d2g-feature\"\u003e\n        \u003cimg src=\"https:\/\/shop.leica-geosystems.com\/sites\/default\/files\/styles\/blog_post_featured_image_small\/public\/2025-09\/D2G_SmartHorizontal_2_highres.jpg.webp?itok=lm_uFU5S\" alt=\"Leica DISTO D2G Smart Horizontal Mode\"\u003e\n        \u003cdiv class=\"jd-d2g-feature-body\"\u003e\n          \u003ch4\u003eSmart Horizontal Mode\u003c\/h4\u003e\n          \u003cp\u003eCombine distance and inclination measurement to calculate true horizontal distances, even when measuring at an angle or across obstacles.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"jd-d2g-feature\"\u003e\n        \u003cimg src=\"https:\/\/shop.leica-geosystems.com\/sites\/default\/files\/styles\/product_large\/public\/2025-09\/D2G_top_web.jpg.webp?itok=yxfUbQTd\" alt=\"Leica DISTO D2G laser aperture close up\"\u003e\n        \u003cdiv class=\"jd-d2g-feature-body\"\u003e\n          \u003ch4\u003eCompact professional build\u003c\/h4\u003e\n          \u003cp\u003eSmall enough to carry daily, yet packed with advanced functions including area, volume, triangle area, levelling, min\/max and 30-result memory.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Product Gallery --\u003e\n  \u003csection class=\"jd-d2g-section\"\u003e\n    \u003ch3\u003eProduct Images\u003c\/h3\u003e\n    \u003cdiv class=\"jd-d2g-gallery\"\u003e\n      \u003cfigure\u003e\n        \u003cimg src=\"https:\/\/shop.leica-geosystems.com\/sites\/default\/files\/styles\/product_large\/public\/2025-09\/D2G_front_SHM_m_web.png.webp?itok=flC_0Wo9\" alt=\"Leica DISTO D2G front display\"\u003e\n        \u003cfigcaption\u003eFront display\u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n      \u003cfigure\u003e\n        \u003cimg src=\"https:\/\/shop.leica-geosystems.com\/sites\/default\/files\/styles\/product_large\/public\/2025-09\/D2G_Endpiece_m_web.jpg.webp?itok=mBVgiLla\" alt=\"Leica DISTO D2G with fold-out end-piece\"\u003e\n        \u003cfigcaption\u003eEnd-piece\u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n      \u003cfigure\u003e\n        \u003cimg src=\"https:\/\/shop.leica-geosystems.com\/sites\/default\/files\/styles\/product_large\/public\/2025-09\/D2G_left_m_web.jpg.webp?itok=oU3V3QOq\" alt=\"Leica DISTO D2G angled left view\"\u003e\n        \u003cfigcaption\u003eAngled view\u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n      \u003cfigure\u003e\n        \u003cimg src=\"https:\/\/shop.leica-geosystems.com\/sites\/default\/files\/styles\/product_large\/public\/2025-09\/D2G_side_web.jpg.webp?itok=v3rGd0yY\" alt=\"Leica DISTO D2G side profile\"\u003e\n        \u003cfigcaption\u003eSide profile\u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n      \u003cfigure\u003e\n        \u003cimg src=\"https:\/\/shop.leica-geosystems.com\/sites\/default\/files\/styles\/product_large\/public\/2025-09\/D2G_SmartHorizontalMode_Hand_web.jpg.webp?itok=H1AdMvww\" alt=\"Leica DISTO D2G in hand\"\u003e\n        \u003cfigcaption\u003eIn hand\u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Use Cases --\u003e\n  \u003csection class=\"jd-d2g-section jd-d2g-two-col\"\u003e\n    \u003cdiv class=\"jd-d2g-card dark\"\u003e\n      \u003ch3\u003eBest For\u003c\/h3\u003e\n      \u003cul class=\"jd-d2g-checks\"\u003e\n        \u003cli\u003eInterior measuring in bright rooms and commercial fit-outs\u003c\/li\u003e\n        \u003cli\u003eRenovation, construction, cabinetry and installation work\u003c\/li\u003e\n        \u003cli\u003eQuick area and volume calculations for quoting and planning\u003c\/li\u003e\n        \u003cli\u003eMeasuring from corners, edges, slots and tight spaces\u003c\/li\u003e\n        \u003cli\u003eCreating measured plans with the Leica DISTO Plan app\u003c\/li\u003e\n        \u003cli\u003eTransferring measurements digitally to reduce manual entry errors\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jd-d2g-card\"\u003e\n      \u003ch3\u003eWhy Choose the D2G?\u003c\/h3\u003e\n      \u003cp\u003e\n        The D2G gives you a strong mix of visibility, accuracy, compact size and advanced measuring functions.\n        It is especially useful indoors where a red laser dot can be harder to see, and where fast transfer to a phone,\n        tablet or laptop can save time during quoting, planning and documentation.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Its automatic multifunctional end-piece is a major practical advantage: the device detects the reference position\n        and adjusts the measurement accordingly, helping prevent mistakes when measuring from edges, corners and slots.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- What's in the Box --\u003e\n  \u003csection class=\"jd-d2g-section\"\u003e\n    \u003ch3\u003eWhat’s in the Box\u003c\/h3\u003e\n    \u003cdiv class=\"jd-d2g-table-wrap\"\u003e\n      \u003ctable class=\"jd-d2g-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMain unit\u003c\/th\u003e\n            \u003ctd\u003eLeica DISTO D2G laser distance meter\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eCarry accessories\u003c\/th\u003e\n            \u003ctd\u003eHand loop and protective pouch\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eBatteries\u003c\/th\u003e\n            \u003ctd\u003e2 × AAA 1.5 V batteries\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eDocumentation\u003c\/th\u003e\n            \u003ctd\u003eSafety instructions and quick start guide with QR code linking to the online manual\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eCalibration\u003c\/th\u003e\n            \u003ctd\u003eSilver calibration certificate\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWarranty card\u003c\/th\u003e\n            \u003ctd\u003e3 Years warranty card included\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Specs --\u003e\n  \u003csection class=\"jd-d2g-section\"\u003e\n    \u003ch3\u003eComprehensive Specifications\u003c\/h3\u003e\n\n    \u003cdiv class=\"jd-d2g-spec-title\"\u003eGeneral\u003c\/div\u003e\n    \u003cdiv class=\"jd-d2g-table-wrap\"\u003e\n      \u003ctable class=\"jd-d2g-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eProduct name\u003c\/th\u003e\n            \u003ctd\u003eLeica DISTO D2G\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eHandheld laser distance meter \/ laser measure\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eArticle number - metric\u003c\/th\u003e\n            \u003ctd\u003e1017810\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eArticle number - imperial\u003c\/th\u003e\n            \u003ctd\u003e1017809\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePrimary application\u003c\/th\u003e\n            \u003ctd\u003ePrecise indoor distance measurement, area\/volume calculation, floor-plan workflow and digital measurement transfer\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eDisplay\u003c\/th\u003e\n            \u003ctd\u003eIlluminated display\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMemory\u003c\/th\u003e\n            \u003ctd\u003eLast 30 measurement results\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eBeep \/ audible feedback\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eAutomatic reference detection\u003c\/th\u003e\n            \u003ctd\u003eYes, for multifunctional end-piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jd-d2g-spec-title\"\u003eMeasuring Performance\u003c\/div\u003e\n    \u003cdiv class=\"jd-d2g-table-wrap\"\u003e\n      \u003ctable class=\"jd-d2g-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTypical distance measuring accuracy\u003c\/th\u003e\n            \u003ctd\u003e±1.5 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eAccuracy - favourable conditions\u003c\/th\u003e\n            \u003ctd\u003e1.5 mm \/ 0.06 in\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eAccuracy - unfavourable conditions\u003c\/th\u003e\n            \u003ctd\u003e3 mm \/ 0.12 in\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eRange - favourable conditions\u003c\/th\u003e\n            \u003ctd\u003e0.05 m to 120 m\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eRange - unfavourable conditions\u003c\/th\u003e\n            \u003ctd\u003e0.05 m to 70 m\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSmallest unit displayed\u003c\/th\u003e\n            \u003ctd\u003e0.1 mm \/ 1\/32 in\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMeasuring units\u003c\/th\u003e\n            \u003ctd\u003em, ft, in\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eX-Range Power Technology\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eLaser dot diameter\u003c\/th\u003e\n            \u003ctd\u003eApprox. 6 mm at 10 m, 30 mm at 50 m, 60 mm at 100 m\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jd-d2g-spec-title\"\u003eLaser \u0026amp; Tilt Sensor\u003c\/div\u003e\n    \u003cdiv class=\"jd-d2g-table-wrap\"\u003e\n      \u003ctable class=\"jd-d2g-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eLaser colour\u003c\/th\u003e\n            \u003ctd\u003eGreen\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eLaser type\u003c\/th\u003e\n            \u003ctd\u003e518 nm, \u0026lt; 1 mW\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eLaser class\u003c\/th\u003e\n            \u003ctd\u003eClass 2 consumer laser product\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTilt sensor\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTilt sensor display unit\u003c\/th\u003e\n            \u003ctd\u003e0.0°\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTilt measuring tolerance to housing\u003c\/th\u003e\n            \u003ctd\u003e±0.2° after user calibration\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTilt measuring range\u003c\/th\u003e\n            \u003ctd\u003e360°\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSmart Horizontal Mode\u003c\/th\u003e\n            \u003ctd\u003eYes - calculates horizontal distance from distance and inclination measurement\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jd-d2g-spec-title\"\u003eMeasurement Functions\u003c\/div\u003e\n    \u003cdiv class=\"jd-d2g-table-wrap\"\u003e\n      \u003ctable class=\"jd-d2g-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eDistance measurement\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePermanent measurement\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMinimum \/ maximum measurement\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eAdd \/ subtract\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eArea measurement\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eVolume measurement\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTriangle area\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePainter function\u003c\/th\u003e\n            \u003ctd\u003eYes - area with partial measurement\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePythagoras\u003c\/th\u003e\n            \u003ctd\u003e3-point Pythagoras function\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eStake out\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eLevelling\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTimer \/ automatic release\u003c\/th\u003e\n            \u003ctd\u003eYes, 1 to 60 seconds\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jd-d2g-spec-title\"\u003eConnectivity \u0026amp; Software\u003c\/div\u003e\n    \u003cdiv class=\"jd-d2g-table-wrap\"\u003e\n      \u003ctable class=\"jd-d2g-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWireless interface\u003c\/th\u003e\n            \u003ctd\u003eBluetooth® 6.0 and NFC\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eBluetooth range\u003c\/th\u003e\n            \u003ctd\u003e\u0026lt; 10 m\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eBluetooth frequency\u003c\/th\u003e\n            \u003ctd\u003e2400 to 2483.5 MHz\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eBluetooth transmit power\u003c\/th\u003e\n            \u003ctd\u003e2.5 mW\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eNFC\u003c\/th\u003e\n            \u003ctd\u003eYes - used with the DISTO Plan app to simplify connection and measurement transfer workflow\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eDISTO Plan app\u003c\/th\u003e\n            \u003ctd\u003eAvailable for iOS and Android\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWindows software\u003c\/th\u003e\n            \u003ctd\u003eDISTO Transfer for Windows 10 or higher\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMeasurement transfer\u003c\/th\u003e\n            \u003ctd\u003eSupports transfer to DISTO Plan and compatible DISTO software\/apps\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jd-d2g-spec-title\"\u003ePower \u0026amp; Runtime\u003c\/div\u003e\n    \u003cdiv class=\"jd-d2g-table-wrap\"\u003e\n      \u003ctable class=\"jd-d2g-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eBattery type\u003c\/th\u003e\n            \u003ctd\u003e2 × AAA 1.5 V batteries\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMeasurements per set of batteries\u003c\/th\u003e\n            \u003ctd\u003eUp to 5,000 measurements\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eBattery service life\u003c\/th\u003e\n            \u003ctd\u003eUp to 10 hours operation time\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eAutomatic laser switch-off\u003c\/th\u003e\n            \u003ctd\u003eAfter 90 seconds\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eAutomatic power switch-off\u003c\/th\u003e\n            \u003ctd\u003eAfter 180 seconds\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eNote\u003c\/th\u003e\n            \u003ctd\u003eBattery life may be reduced when Bluetooth® is used.\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jd-d2g-spec-title\"\u003eBuild, Protection \u0026amp; Environment\u003c\/div\u003e\n    \u003cdiv class=\"jd-d2g-table-wrap\"\u003e\n      \u003ctable class=\"jd-d2g-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eProtection class\u003c\/th\u003e\n            \u003ctd\u003eIP54 - dust and splash water protected\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eDimensions\u003c\/th\u003e\n            \u003ctd\u003e127 × 50.5 × 24.5 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWeight\u003c\/th\u003e\n            \u003ctd\u003e116 g with batteries\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eOperating temperature\u003c\/th\u003e\n            \u003ctd\u003e-10°C to 50°C\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eStorage temperature\u003c\/th\u003e\n            \u003ctd\u003e-25°C to 70°C\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eRelative humidity\u003c\/th\u003e\n            \u003ctd\u003eMaximum 85%, non-condensing\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaximum altitude\u003c\/th\u003e\n            \u003ctd\u003e3000 m \/ 9840 ft\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePollution degree\u003c\/th\u003e\n            \u003ctd\u003e2\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jd-d2g-spec-title\"\u003eSafety \u0026amp; Compliance Notes\u003c\/div\u003e\n    \u003cdiv class=\"jd-d2g-table-wrap\"\u003e\n      \u003ctable class=\"jd-d2g-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eLaser safety\u003c\/th\u003e\n            \u003ctd\u003eClass 2 laser. Do not stare into the beam or direct it at people or animals.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eIntended use\u003c\/th\u003e\n            \u003ctd\u003eMeasuring distances in interior and exterior conditions, tilt measurement, and data transfer with Bluetooth® and\/or NFC.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eUse environment\u003c\/th\u003e\n            \u003ctd\u003eSuitable for environments appropriate for permanent human habitation. Not suitable for aggressive or explosive environments.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eCare\u003c\/th\u003e\n            \u003ctd\u003eClean with a damp, soft cloth. Never immerse in water and do not use aggressive cleaning agents or solvents.\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"jd-d2g-note\"\u003e\n      Specification notes: stated accuracy and range depend on target reflectivity, background illumination, temperature and measuring conditions.\n      Dark, glossy, transparent or highly reflective surfaces can increase measurement time or reduce reliability.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Final CTA --\u003e\n  \u003csection class=\"jd-d2g-cta\"\u003e\n    \u003cdiv\u003e\n      \u003ch3\u003eCompact, connected and built for precise indoor work.\u003c\/h3\u003e\n      \u003cp\u003e\n        The Leica DISTO D2G is an excellent choice when you need a pocket-sized laser measure with green laser visibility,\n        app connectivity, advanced measuring functions and Leica Geosystems accuracy.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"jd-d2g-cta-badge\"\u003e\n      Leica DISTO™ D2G\u003cbr\u003e\n      Green Laser\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Leica Geosystems","offers":[{"title":"Default Title","offer_id":48012337873155,"sku":"LG1017808","price":619.85,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0270\/1859\/files\/D2G_front_SHM_m_web_png.webp?v=1777674553","url":"https:\/\/www.jacobsdigital.co.nz\/products\/leica-disto-d2g-green-beam-distance-meter","provider":"Jacobs Digital","version":"1.0","type":"link"}