docs(example): map 3d markers example#765
Open
andreashelms wants to merge 6 commits intovisgl:mainfrom
Open
Conversation
689185a to
b2de09b
Compare
chore: adjust location
mrMetalWood
reviewed
Feb 10, 2026
| @@ -0,0 +1,760 @@ | |||
| /* eslint-disable @typescript-eslint/no-empty-object-type */ | |||
Collaborator
There was a problem hiding this comment.
@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?
Collaborator
There was a problem hiding this comment.
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. |
Collaborator
There was a problem hiding this comment.
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]. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.