You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,26 @@ use to represent information on the globe or in space.
16
16
-[World Wind Forum](http://forum.worldwindcentral.com) provides help from the World Wind community
17
17
-[Android Studio](http://developer.android.com/sdk/) is used for World Wind Android development
18
18
19
+
# Release 0.2.5, May 31, 2016
20
+
21
+
World Wind Android v0.2.5 provides support for 'picking', a feature that enables applications to determine the World
22
+
Wind objects displayed at a screen point. This capability is accessible via the method [WorldWindow.pick](http://worldwindserver.net/android/0.2.5/doc/gov/nasa/worldwind/WorldWindow.html#pick-float-float-).
23
+
Along with the core capability, two examples demonstrate how developers can use picking in their own apps:
24
+
PlacemarksPickingActivity and PlacemarksSelectDragActivity.
25
+
26
+
-[World Wind Examples 0.2.5](http://worldwindserver.net/android/0.2.5/worldwind-examples.apk) - Example App for 0.2.5; runs on Android 4.4 and newer
27
+
-[World Wind Library 0.2.5](http://worldwindserver.net/android/0.2.5/worldwind.aar) - Android Archive (AAR) for 0.2.5
28
+
-[API Docs 0.2.5](http://worldwindserver.net/android/0.2.5/doc) - Developer documentation for 0.2.5
29
+
-[JIRA 0.2.5](http://issues.worldwind.arc.nasa.gov/jira/browse/WWA/fixforversion/10916) - Detailed release notes for 0.2.5
0 commit comments