Worldwind android Find Center location
Description
I have integrated worldwide on my one of the android application. And I have integrated BasicGlobeFragment on my application same as a reference link.
https://github.com/NASAWorldWind/WorldWindAndroid/blob/develop/worldwind-tutorials/src/main/java/gov/nasa/worldwindx/BasicGlobeFragment.java
Also, I have implemented the camera gesture the same as below reference link https://worldwind.arc.nasa.gov/android/tutorials/camera-controls/
In my app, I need to the required center location of the globe map so how we can get an accurate screen center location??
Also, we need to require the center location when panning the globe with 360 complete rotation of globe map.
so How we can get the center location on complete 360 rotation of globe map?
Configuration
Used dependency: implementation 'gov.nasa.worldwind.android:worldwind:0.8.0' implementation 'gov.nasa.worldwind.android:worldwind:0.9.0-SNAPSHOT'
repositories { maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local' } }