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: docs/free/java.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Retrieve all state vectors, i.e. the current global view of the network::
49
49
OpenSkyApi api = new OpenSkyApi(USERNAME, PASSWORD);
50
50
OpenSkyStates os = api.getStates(0, null);
51
51
52
-
Keep in mind that there are :ref:`rate limitiations<limitations-anon>` for the global view!
52
+
Keep in mind that there are :ref:`rate limitations<limitations-anon>` for the global view!
53
53
54
54
It is also possible to retrieve state vectors for a certain area. For this purpose, you need to provide a bounding box. It is defined by lower and upper bounds for longitude and latitude. The following example shows how to retrieve data for a bounding box which encompasses Switzerland::
0 commit comments