Skip to content
New issue

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

Worldwind android Find Center location #218

Open
wliadmin opened this issue Feb 25, 2019 · 0 comments
Open

Worldwind android Find Center location #218

wliadmin opened this issue Feb 25, 2019 · 0 comments

Comments

@wliadmin
Copy link

wliadmin commented Feb 25, 2019

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'
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant