Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Documentation
SDK API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
n
Variables
Typedefs
Enumerations
Enumerator
n
Toggle main menu visibility
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Modules
Pages
Loading...
Searching...
No Matches
Camera.java
Go to the documentation of this file.
1
package
com.navigine.idl.java;
2
14
public
final
class
Camera
{
15
16
17
/*package*/
final
Point
point;
18
19
/*package*/
final
float
zoom;
20
21
/*package*/
final
float
rotation;
22
26
public
Camera
(
27
Point
point,
28
float
zoom,
29
float
rotation) {
30
this.point = point;
31
this.zoom = zoom;
32
this.rotation = rotation;
33
}
26
public
Camera
( {
…
}
34
38
public
Point
getPoint
() {
39
return
point;
40
}
38
public
Point
getPoint
() {
…
}
41
45
public
float
getZoom
() {
46
return
zoom;
47
}
45
public
float
getZoom
() {
…
}
48
53
public
float
getRotation
() {
54
return
rotation;
55
}
53
public
float
getRotation
() {
…
}
56
57
@Override
58
public
String
toString
() {
59
return
"Camera{"
+
60
"point="
+ point +
61
","
+
"zoom="
+ zoom +
62
","
+
"rotation="
+ rotation +
63
"}"
;
64
}
58
public
String
toString
() {
…
}
65
66
}
14
public
final
class
Camera
{
…
};
java
com
navigine
idl
java
Camera.java
Generated on Tue Jun 24 2025 15:08:25 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2