Skip to content

docs(example): map 3d markers example#765

Open
andreashelms wants to merge 6 commits intovisgl:mainfrom
andreashelms:docs/map-3d-markers-example
Open

docs(example): map 3d markers example#765
andreashelms wants to merge 6 commits intovisgl:mainfrom
andreashelms:docs/map-3d-markers-example

Conversation

@andreashelms
Copy link

@andreashelms andreashelms commented May 20, 2025

image

@andreashelms andreashelms force-pushed the docs/map-3d-markers-example branch from 689185a to b2de09b Compare May 20, 2025 13:12
@andreashelms andreashelms changed the title Docs/map 3d markers example docs(example): map 3d markers example May 20, 2025
@@ -0,0 +1,760 @@
/* eslint-disable @typescript-eslint/no-empty-object-type */
Copy link
Collaborator

@mrMetalWood mrMetalWood Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@usefulthink Do we still need this file? I think we have most if not all of this already in our general google maps types file in the lib?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do, but people copying the example wouldn't have them since they are just for development and not exported.

Comment on lines +3 to +7
This example implements a new `Map3D` component that renders
a 3D Globe based on the new experimental [`Map3DElement`][gmp-map3d-overview]
web-component.

The map contains basic [`Marker3DElements`][gmp-map3d-marker-add] as well as markers with a custom pin and a 3D model.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This example implements a new `Map3D` component that renders
a 3D Globe based on the new experimental [`Map3DElement`][gmp-map3d-overview]
web-component.
The map contains basic [`Marker3DElements`][gmp-map3d-marker-add] as well as markers with a custom pin and a 3D model.
This example demonstrates the `Map3D`, `Marker3D`, and `Pin` components for
rendering 3D maps based on the [Google Maps 3D][gmp-map3d-overview] web components.
The map showcases various marker types including basic markers, extruded markers,
markers with custom pins, SVG/image markers, and 3D models. Learn more about
[adding markers to 3D maps][gmp-map3d-marker-add].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants