Open jolalas opened 3 years ago
@jolalas can you link to the documentation for this new property?
Feel free to send a PR to add this if it's captured by the types defined in this repo.
https://developers.google.com/maps/documentation/javascript/examples/webgl/webgl-tilt-rotation
Un saludo Jesús Cabera
El 26 ago 2021, a las 19:16, Jeremy Elbourn @.***> escribió:
@jolalashttps://github.com/jolalas can you link to the documentation for this new property?
Feel free to send a PR to add this if it's captured by the types defined in this repo.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/angular/components/issues/23455#issuecomment-906594352, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGCAIBAHNMULVDRME272UMLT6ZZF3ANCNFSM5C25QOCQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.
I succeeded to resolve the same issue by following the instructions on:
https://developers.google.com/maps/documentation/javascript/using-typescript
Just a heads up that we kicked off a community voting process for your feature request. There are 20 days until the voting process ends.
Find more details about Angular's feature request process in our documentation.
Thank you for submitting your feature request! Looks like during the polling process it didn't collect a sufficient number of votes to move to the next stage.
We want to keep Angular rich and ergonomic and at the same time be mindful about its scope and learning journey. If you think your request could live outside Angular's scope, we'd encourage you to collaborate with the community on publishing it as an open source package.
You can find more details about the feature request process in our documentation.
@jolalas does the issue persist for you?
I think i didnt understand the proportion of this issue, do we need to only include the mapId input, or the new setTilt and setHeading features as well? @jelbourn Btw, i cant reproduced the error mentioned
Feature Description
I am trying to implement the map rotation that has been added in BETA version of google api and it requires that a mapId be inserted but in the library it gives me the error that the attribute does not exist in MapOptions
Use Case