Osei Fortune

Results 159 comments of Osei Fortune

@adamturcsan if you want to get the native value you can try logging `theObject.native`

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