문제

I'm wondering what would be the best way to implement isSupported() method in air native extension which utilizes android maps v2.

I know that MapFragment.getMap() returns null if Google Play Services is not installed, but this can be checked only after fragments onCreateView() has been called. I would need to check whether device supports the maps before I show map on stage.

Is that possible and if yes, what would be the best way?

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top