nativescript-google-maps-sdk
nativescript-google-maps-sdk copied to clipboard
feat(ios): set ios nativeview in view lifecycle #398
Closes #398
- Added
if(this.nativeView)at theupdateCamera()since that method is called from MapViewBase on property change - which is fired when setting the initial values.
Interesting feature, @dapriett do you have some time to check it and merge? May I help you in the process somehow?