angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.37k stars 6.75k forks source link

'mapId' not exist in type 'MapOptions' in version BETA google apiMaps #23455

Open jolalas opened 3 years ago

jolalas commented 3 years ago

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

image

jelbourn commented 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.

jolalas commented 3 years ago

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.

AyalaBarzilay commented 3 years ago

I succeeded to resolve the same issue by following the instructions on:

https://developers.google.com/maps/documentation/javascript/using-typescript

angular-robot[bot] commented 2 years ago

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.

angular-robot[bot] commented 2 years ago

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.

zarend commented 2 years ago

@jolalas does the issue persist for you?

viniciusschuelter commented 2 years ago

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