Assigned
Status Update
Comments
la...@google.com <la...@google.com>
la...@google.com <la...@google.com> #2
Thanks for your suggestion!
We'll be reviewing this for further consideration. Please star this issue to get updates and leave comments for additional information. Please note that starring the issue also provides our product team with valuable feedback on the importance of the issue to our customers.
Description
Please add a setCenter(LatLngAltitude, AltitudeMode) method to Map3DElement.
# Please describe how the feature should work:
Set the center property of the Map3DElement, using the altitudeMode parameter to determine how the altitude component of the given LatLngAltitude is interpreted.
Alternatively, provide a way to programmatically determine the absolute altitude of a Model3DElement which has been positioned with altitudeMode=relative-to-mesh .
# Please give a use case or explain where and why you need this feature:
Viewing a Model3DElement at close range, where the altitudeMode of the Model3DElement is relative-to-mesh. Currently I know of no way to determine the absolute altitude of the Model3DElement so I can set the camera position to view it from a consistent range and tilt. In my particular application, I'm moving the Model3DElement along an uneven surface.