Osei Fortune
Osei Fortune
@adamturcsan if you want to get the native value you can try logging `theObject.native`
Yes that's the issue, I'm curious why it's failing for you
Hi sorry about this we will be adding it soon, hopefully [this](https://gist.github.com/triniwiz/3b410bce5d126326036efec58f6cba5c) might help you out.
@vicmasa `map.cameraPosition.target` should have those ```ts function onMapReady(args) { const map = args.map; map.cameraPosition.target } ```
Have you tried `cameraPosition` event ? https://docs.nativescript.org/plugins/google-maps.html#events
@nikoTM it has to be called before the Application.start (usually hidden on none core flavours) is called this can work if you add it to the top of your app.ts/app.js/main.ts
Which flavor are you using ?
Sounds good👌
I'll run some more tests but this should be working
Can you which version of core you are using?