We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
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' } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
}
}
The text was updated successfully, but these errors were encountered: