How to set up native Google Maps' LatLng dynamically

Hello guys,

my data provider has latitude and longitude information. I’m trying to load this information to google maps native plugin on page load.

and obviously, this doesn’t work. It throws an error that says it can’t find lat and long inside place = {}.
How can I set this up so it can load lat and long from data.ts?

Thanks,

solved the issue by myself!