Carpose.de - Documentation
Carpose.de
  • React Integration
    • Getting Started
    • Demo
    • 360° Interior Viewer
    • 360° Exterior Viewer
    • Image Slider Viewer
    • Employee List
    • Search Form
    • CO2 Efficiency Label
  • Angular Integration [DEPRECATED]
    • Getting Started
    • Slider
    • 360° Interior Viewer
    • 360° Exterior Viewer
Powered by GitBook
On this page
  1. React Integration

360° Exterior Viewer

This HTML element, designated as carpose-exterior-viewer, functions as a container for embedding an exterior 360-degree viewer provided by Carpose.de. Configured with specific data attributes like data-api-key and data-identifier, users can seamlessly integrate the viewer into their web environments. The data-api-key attribute specifies the unique API key necessary for accessing Carpose's services, while 'data-identifier' identifies the viewer associated with Carpose.de. Through this element, users can explore exterior views interactively, offering a captivating and immersive experience of exterior spaces.

<div data-carpose-component="exterior-viewer"  
     data-api-key="b61983949c29a48293bda8d9" 
     data-identifier="carpose-de">
</div>
Attribute
Description

data-carpose-component

Indicates which component is to be rendered

data-api-key

Specifies the API key required for accessing Carpose's services

data-identifier

Identifies the vehicle associated with Carpose.de

Previous360° Interior ViewerNextImage Slider Viewer

Last updated 1 day ago