Assigned
Status Update
Comments
ca...@google.com <ca...@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
google.maps.version google.maps.version '3.55.9'
My use case involves calling
JSON.stringify
on the responses of API. This causes problems due to stubs for deprecated fields since they generate warnings in console during serialization.Could you please either add some configuration for excluding those deprecated fields, or at least make them non enumerable, so serializer would skip them.
I know some API methods allow selecting only fields you need, but unfortunately not all of them (ex.
SearchBox.getPlaces
), so some solution to this problem would be extremely helpful.